From 5701b20541935f11123f484babbeced3d8f1d385 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 16 Nov 2001 22:55:45 +0000 Subject: If we get a BYE response, call camel_service_disconnect() and set an 2001-11-14 Jeffrey Stedfast * providers/imap/camel-imap-command.c (camel_imap_command_response): If we get a BYE response, call camel_service_disconnect() and set an exception. Also do the check for "* BYE" first instead of passing it off imap_read_untagged() since we'll just waste time in there mallocing left and right only to arrive at the single response line "* BYE" again :-) svn path=/trunk/; revision=14735 --- camel/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 82eeb7e846..971f8b1c4a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2001-11-14 Jeffrey Stedfast + + * providers/imap/camel-imap-command.c + (camel_imap_command_response): If we get a BYE response, call + camel_service_disconnect() and set an exception. Also do the check + for "* BYE" first instead of passing it off imap_read_untagged() + since we'll just waste time in there mallocing left and right only + to arrive at the single response line "* BYE" again :-) + 2001-11-13 * camel-filter-search.c (get_source): If we have no source string, -- cgit v1.2.3