X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fview_header.php;h=0feda56cf96015a42677f4aeda231f34e75371f1;hb=c404d448239826f2935fe804ed8b39b0a8918280;hp=d709eac09407cfca2b8fd8bf266201fdada6edf9;hpb=202bcbcc2b67c7c153db1b09b608b62beeba0496;p=squirrelmail.git diff --git a/src/view_header.php b/src/view_header.php index d709eac0..0feda56c 100644 --- a/src/view_header.php +++ b/src/view_header.php @@ -159,16 +159,13 @@ if ( sqgetGlobalVar('mailbox', $temp, SQ_GET) ) { if ( !sqgetGlobalVar('passed_ent_id', $passed_ent_id, SQ_GET) ) { $passed_ent_id = ''; } -sqgetGlobalVar('key', $key, SQ_COOKIE); -sqgetGlobalVar('username', $username, SQ_SESSION); -sqgetGlobalVar('onetimepad', $onetimepad, SQ_SESSION); sqgetGlobalVar('delimiter', $delimiter, SQ_SESSION); -$imapConnection = sqimap_login($username, $key, $imapServerAddress, +$imapConnection = sqimap_login($username, false, $imapServerAddress, $imapPort, 0); $mbx_response = sqimap_mailbox_select($imapConnection, $mailbox, false, false, true); $header = parse_viewheader($imapConnection,$passed_id, $passed_ent_id); view_header($header, $mailbox, $color); -?> \ No newline at end of file +?>