diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-05-28 05:57:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-05-28 05:57:41 +0800 |
commit | d8c5c9136dbbb3e42f14701bdcadceab40d5171f (patch) | |
tree | 8b97429f2b75ff473e49fc9552469ccc8d559428 /camel/ChangeLog | |
parent | d206a2e89b5efb9373e3a99cf4cb28fd04986a8a (diff) | |
download | gsoc2013-evolution-d8c5c9136dbbb3e42f14701bdcadceab40d5171f.tar gsoc2013-evolution-d8c5c9136dbbb3e42f14701bdcadceab40d5171f.tar.gz gsoc2013-evolution-d8c5c9136dbbb3e42f14701bdcadceab40d5171f.tar.bz2 gsoc2013-evolution-d8c5c9136dbbb3e42f14701bdcadceab40d5171f.tar.lz gsoc2013-evolution-d8c5c9136dbbb3e42f14701bdcadceab40d5171f.tar.xz gsoc2013-evolution-d8c5c9136dbbb3e42f14701bdcadceab40d5171f.tar.zst gsoc2013-evolution-d8c5c9136dbbb3e42f14701bdcadceab40d5171f.zip |
Ripped out camel_imap_command_get_additional_data() from camel-imap-store and implemented a number of methods in camel-imap-folder
svn path=/trunk/; revision=3233
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 |