diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-03-30 05:16:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-03-30 05:16:19 +0800 |
commit | 257bb5a89dbe663f48ee735d1618d263cb721f36 (patch) | |
tree | a54d52338b4c2ae6d91c06223064b9d74ddbaf3f /camel/ChangeLog | |
parent | 1cd329bacb3ac8f68a268af6f41d452146fb4b80 (diff) | |
download | gsoc2013-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/ChangeLog | 8 |
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. |