updated documentation
[squirrelmail.git] / src / delete_message.php
index db693cdc7444a97868ad016c1a3c59f2a4e638f1..7795829eff04cc87e7e563bdf27abed359cd12bb 100644 (file)
@@ -14,7 +14,7 @@
 
    echo "<HTML><BODY TEXT=\"$color[8]\" BGCOLOR=\"$color[4]\" LINK=\"$color[7]\" VLINK=\"$color[7]\" ALINK=\"$color[7]\">\n";
 
-   $imapConnection = sqimap_login($username, $key, $imapServerAddress, 0);
+   $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
    sqimap_mailbox_select($imapConnection, $mailbox);
 
    displayPageHeader($color, $mailbox);