X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fview_header.php;fp=src%2Fview_header.php;h=016c3331403cbd834eed335ff9f16460cee82637;hp=65214f91a0c92d43b9ae86a64de98827e1c8af19;hb=a9805897ba12de9a63b9a435ccbb49a027d86e4a;hpb=34aa9765802fd89aa20442283bd1bdcec71dca3f diff --git a/src/view_header.php b/src/view_header.php index 65214f91..016c3331 100644 --- a/src/view_header.php +++ b/src/view_header.php @@ -93,9 +93,9 @@ if ( !sqgetGlobalVar('passed_ent_id', $passed_ent_id, SQ_GET) ) { } sqgetGlobalVar('delimiter', $delimiter, SQ_SESSION); -global $imapSslOptions; // in case not defined in config +global $imap_stream_options; // in case not defined in config $imapConnection = sqimap_login($username, false, $imapServerAddress, - $imapPort, 0, $imapSslOptions); + $imapPort, 0, $imap_stream_options); $mbx_response = sqimap_mailbox_select($imapConnection, $mailbox, false, false, true); $header = parse_viewheader($imapConnection,$passed_id, $passed_ent_id);