Quoted the login session to hopefully fix some bugs
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 7 Jan 2000 23:07:23 +0000 (23:07 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 7 Jan 2000 23:07:23 +0000 (23:07 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@136 7612ce4b-ef26-0410-bec9-ea0150e637f0

ChangeLog
functions/imap.php

index cce226d7b02951bb64542969eb51a4295232e015..7ea366484d71abdc9d08379a94b6e7b363e43e9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@ Version 0.3pre1 -- Development
     Wrap incoming text at XX characters
     Editor window size (in characters)
 - Rewrote SMTP functions.  It now works and handles error correction.
     Wrap incoming text at XX characters
     Editor window size (in characters)
 - Rewrote SMTP functions.  It now works and handles error correction.
+- Only folders that you're subscribed to will be listed
+- Fixed a bug in outbound messages that translated " into \"
+- Added themes in distrobution (7 total)
 
 
 
 
 
 
index 667d9c4be1cd86865bfc729907427ed3580803d2..d700c84eaccd3d3876ac2129a9d6510f25452a80 100644 (file)
       $serverInfo = fgets($imapConnection, 256);
  
       // login
       $serverInfo = fgets($imapConnection, 256);
  
       // login
-      fputs($imapConnection, "a001 LOGIN $username $key\n");
+      fputs($imapConnection, "a001 LOGIN \"$username\" \"$key\"\n");
       $read = fgets($imapConnection, 1024);
       if ($debug_login == true) {
          echo "SERVER SAYS: $read<BR>";
       $read = fgets($imapConnection, 1024);
       if ($debug_login == true) {
          echo "SERVER SAYS: $read<BR>";