aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-03-30 05:16:19 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-03-30 05:16:19 +0800
commit257bb5a89dbe663f48ee735d1618d263cb721f36 (patch)
treea54d52338b4c2ae6d91c06223064b9d74ddbaf3f /camel/ChangeLog
parent1cd329bacb3ac8f68a268af6f41d452146fb4b80 (diff)
downloadgsoc2013-evolution-257bb5a89dbe663f48ee735d1618d263cb721f36.tar.gz
gsoc2013-evolution-257bb5a89dbe663f48ee735d1618d263cb721f36.tar.zst
gsoc2013-evolution-257bb5a89dbe663f48ee735d1618d263cb721f36.zip
Updated to actually parse the STATUS response into a list of item/value
2004-03-29 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <fejj@ximian.com>
+ * 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.