From d46d24e504b30b8b9f7b1045c5a2d252b9daf1d4 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 10 Jun 2004 19:47:46 +0000 Subject: If flags does not include FOLDER_INFO_FAST, get the total/unread counts 2004-06-10 Jeffrey Stedfast * providers/imap4/camel-imap4-store.c (imap4_build_folder_info): If flags does not include FOLDER_INFO_FAST, get the total/unread counts for the folder-info. * providers/imap4/camel-imap4-engine.c (engine_parse_status): Removed. (camel_imap4_engine_handle_untagged_1): Don't handle untagged STATUS responses anymore. Let the STATUS requestor handle them instead. * providers/imap4/camel-imap4-utils.c (camel_imap4_untagged_status): New function to parse untagged status events. svn path=/trunk/; revision=26291 --- camel/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 1801d5f429..da12a57fa5 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,19 @@ +2004-06-10 Jeffrey Stedfast + + * providers/imap4/camel-imap4-store.c (imap4_build_folder_info): + If flags does not include FOLDER_INFO_FAST, get the total/unread + counts for the folder-info. + + * providers/imap4/camel-imap4-engine.c (engine_parse_status): + Removed. + (camel_imap4_engine_handle_untagged_1): Don't handle untagged + STATUS responses anymore. Let the STATUS requestor handle them + instead. + + * providers/imap4/camel-imap4-utils.c + (camel_imap4_untagged_status): New function to parse untagged + status events. + 2004-06-10 Not Zed * camel-filter-driver.c (camel_filter_driver_filter_message): add -- cgit v1.2.3