IMAP will now allow you to login, and on some IMAP providers it will actually allow...
authorJeffrey Stedfast <fejj@src.gnome.org>
Wed, 14 Jun 2000 05:10:52 +0000 (05:10 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Wed, 14 Jun 2000 05:10:52 +0000 (05:10 +0000)
right now, it wants to open /INBOX which isn't always the same as INBOX
Camel won't seem to allow me to just have it open "INBOX" if I specify '/' as the separator
*sigh*

camel/ChangeLog

index d844cfa..b5b3fd4 100644 (file)
@@ -1,7 +1,17 @@
+2000-06-13  Jeffrey Stedfast  <fejj@helixcode.com>
+
+       * providers/imap/camel-imap-store.c (camel_imap_store_open): 
+       (camel_imap_store_close): Added.
+       (camel_imap_command_extended): Fixed a segfault and updated
+       to use camel_imap_status()
+       (camel_imap_command): Updated to use camel_imap_status()
+       (camel_imap_status): New convenience function for parsing
+       the return status of an IMAP command
+
 2000-06-12  Jeffrey Stedfast  <fejj@helixcode.com>
 
        * providers/imap/camel-imap-folder.c (imap_get_message_by_uid): 
-       Works like the POP fetch code, should work for temporarily until
+       Works like the POP fetch code, should work temporarily until
        we get around to coding it the way it "Should Be".
 
        * providers/pop3/camel-pop3-folder.c (get_message_by_uid): Now uses