diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-06-11 09:36:16 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-11 09:36:16 +0800 |
commit | f581a61e4a10320915a766530b9eb01ea4ee63ab (patch) | |
tree | 79822a29b0cca968c7ea80dd7e6f0f9b6ecb42f6 /camel/ChangeLog | |
parent | 8c6827202a5aa5fde59b3734afa01b810bbf4cc2 (diff) | |
download | gsoc2013-evolution-f581a61e4a10320915a766530b9eb01ea4ee63ab.tar.gz gsoc2013-evolution-f581a61e4a10320915a766530b9eb01ea4ee63ab.tar.zst gsoc2013-evolution-f581a61e4a10320915a766530b9eb01ea4ee63ab.zip |
Don't always try and parse a RESP-CODE in the BYE case as the RESP-CODE is
2004-06-10 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap4/camel-imap4-engine.c
(camel_imap4_engine_handle_untagged_1): Don't always try and parse
a RESP-CODE in the BYE case as the RESP-CODE is optional.
svn path=/trunk/; revision=26297
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index da12a57fa5..aa7105c445 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2004-06-10 Jeffrey Stedfast <fejj@ximian.com> + + * providers/imap4/camel-imap4-engine.c + (camel_imap4_engine_handle_untagged_1): Don't always try and parse + a RESP-CODE in the BYE case as the RESP-CODE is optional. + 2004-06-10 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-store.c (imap4_build_folder_info): |