More verbose error reporting.
[squirrelmail.git] / functions / imap_mailbox.php
index 8d2dc88c36ac51148ef47a55d0ea96083b8afddd..997d65726144adbc27d9339f8c97652a85b5f84d 100755 (executable)
       
       $dm = sqimap_get_delimiter ($imap_stream);
 
-      fputs ($imap_stream, "a001 LIST \"\" *\r\n");
+      fputs ($imap_stream, "a001 LIST \"INBOX\" *\r\n");
       $read_ary = sqimap_read_data ($imap_stream, "a001", true, $response, $message);
       $g = 0;
       $phase = "inbox";