X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fleft_main.php;h=a6702f23d4ca2082d4a057ac27f067bb647102bc;hb=e146912692c921160f93dcb6da97dc6246bf95d2;hp=281b3fffb74e4a85f4fe2bfa1254b09048e34fa2;hpb=142499d426437e4c3b78a1b2654581c97fda49cb;p=squirrelmail.git diff --git a/src/left_main.php b/src/left_main.php index 281b3fff..a6702f23 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -71,7 +71,7 @@ } // open a connection on the imap port (143) - $imapConnection = sqimap_login($username, $key, $imapServerAddress, 10); // the 10 is to hide the output + $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 10); // the 10 is to hide the output /** If it was a successful login, lets load their preferences **/ include("../src/load_prefs.php");