From 257bb5a89dbe663f48ee735d1618d263cb721f36 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 29 Mar 2004 21:16:19 +0000 Subject: Updated to actually parse the STATUS response into a list of item/value 2004-03-29 Jeffrey Stedfast * providers/imap/camel-imap-store.c (get_folder_status): Updated to actually parse the STATUS response into a list of item/value pairs. (create_folder): Updated for above change. (get_folder_counts): Only call get_folder_status() once (we can get both values with a single call now). Fixes a FIXME and might also fix bug #55784. svn path=/trunk/; revision=25232 --- camel/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index fc8167b063..d13e1e7001 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,13 @@ 2004-03-29 Jeffrey Stedfast + * providers/imap/camel-imap-store.c (get_folder_status): Updated + to actually parse the STATUS response into a list of item/value + pairs. + (create_folder): Updated for above change. + (get_folder_counts): Only call get_folder_status() once (we can + get both values with a single call now). Fixes a FIXME and might + also fix bug #55784. + * providers/local/camel-mbox-store.c (get_folder_info): Removed debugging printfs. -- cgit v1.2.3