aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2000-06-14 13:10:53 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-06-14 13:10:53 +0800
commita18691c17e9d49d75775d32a4d25dab9147b2ead (patch)
tree585cdba8a2b8d9344b01c6c9b4aaded6a6e2e398 /camel/ChangeLog
parent73358f50a1915292dea968fcb9101438f38b7243 (diff)
downloadgsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.tar
gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.tar.gz
gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.tar.bz2
gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.tar.lz
gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.tar.xz
gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.tar.zst
gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.zip
IMAP will now allow you to login, and on some IMAP providers it will actually allow you to get mail - however there are some things that might need to be rewritten in Camel to allow all IMAP providers to work
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* svn path=/trunk/; revision=3557
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index d844cfa2d5..b5b3fd4d31 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -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