Bug when repkyin. Could not use is_logged_in(). Replaced with
authorgustavf <gustavf@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 30 Jun 2000 15:30:19 +0000 (15:30 +0000)
committergustavf <gustavf@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 30 Jun 2000 15:30:19 +0000 (15:30 +0000)
sqimap_login().

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@575 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/compose.php

index 000b2264a4193eb022df089108e62f91d0a7930b..eadb2173fe6c5a3c76b03f2c38cbbfaac315af11 100644 (file)
 
       showInputForm();
    } else {
-      is_logged_in();
+      $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
       displayPageHeader($color, $mailbox);
 
       $newmail = true;