From d8c5c9136dbbb3e42f14701bdcadceab40d5171f Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sat, 27 May 2000 21:57:41 +0000 Subject: 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 --- camel/ChangeLog | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'camel/ChangeLog') 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 + + * 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 * 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 -- cgit v1.2.3