Updated some of the themes, fixed some asthetic problems with some error messages
[squirrelmail.git] / src / download.php
index cc7f769a366cbd4bc5734162ed8850a1c6d53504..552e88b65cb7bc69c0bc8b18b0d835b22286ded3 100644 (file)
@@ -1,7 +1,7 @@
 <?
    include("../config/config.php");
-   include("../functions/strings.php");
-   include("../functions/page_header.php");
+//   include("../functions/strings.php");
+//   include("../functions/page_header.php");
    include("../functions/imap.php");
    include("../functions/mime.php");
    include("../functions/mailbox.php");
@@ -30,7 +30,7 @@
       echo "</TT></TD></TR></TABLE>";
    }
 
-   $imapConnection = loginToImapServer($username, $key, $imapServerAddress);
+   $imapConnection = loginToImapServer($username, $key, $imapServerAddress, 0);
    selectMailbox($imapConnection, $mailbox, $numMessages);
 
    // $message contains all information about the message