diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index c9e7424a50..b9a2c775dc 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,18 @@ +2000-05-27 Jeffrey Stedfast <fejj@helixcode.com> + + * providers/imap/camel-imap-store.c: Removed + camel_imap_command_get_additional_data() as it was + completely useless, replaced with + camel_imap_command_extended() which may eventually replace + camel_imap_command() as well. + + * providers/imap/camel-imap-store.h: Modified to reflect + changes made to camel-imap-store.c + + * providers/imap/camel-imap-folder.c: Wrote the first of many + methods: camel_imap_init(), imap_open(), imap_expunge(), + imap_get_message_count(), and imap_get_subfolder_names() + 2000-05-26 Dan Winship <danw@helixcode.com> * camel-multipart.c (camel_multipart_init): Don't set a default @@ -13,7 +28,7 @@ * providers/imap/camel-imap-store.c (try_connect): Removed Exception code - Pop doesn't seem to set exceptions - * providers/imap/camel-imap-folders.c: Initial code, mostly + * providers/imap/camel-imap-folder.c: Initial code, mostly just a template for future code * providers/imap/imap.[c,h]: Source code from my personal |