diff options
author | Dan Winship <danw@src.gnome.org> | 2001-06-25 23:40:30 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-06-25 23:40:30 +0800 |
commit | 834e3b7f7e5e7632ed9c0117d6cf633ef9c34213 (patch) | |
tree | 1cc95ca496e176912fbc3ad29964f20cf19fc1b7 /camel/ChangeLog | |
parent | 3818583af9e5bd55136e56717fc50ef1822a76c6 (diff) | |
download | gsoc2013-evolution-834e3b7f7e5e7632ed9c0117d6cf633ef9c34213.tar gsoc2013-evolution-834e3b7f7e5e7632ed9c0117d6cf633ef9c34213.tar.gz gsoc2013-evolution-834e3b7f7e5e7632ed9c0117d6cf633ef9c34213.tar.bz2 gsoc2013-evolution-834e3b7f7e5e7632ed9c0117d6cf633ef9c34213.tar.lz gsoc2013-evolution-834e3b7f7e5e7632ed9c0117d6cf633ef9c34213.tar.xz gsoc2013-evolution-834e3b7f7e5e7632ed9c0117d6cf633ef9c34213.tar.zst gsoc2013-evolution-834e3b7f7e5e7632ed9c0117d6cf633ef9c34213.zip |
Fix this: IMAP doesn't allow an extra argument to AUTHENTICATE to avoid a
* providers/imap/camel-imap-store.c (try_auth): Fix this: IMAP
doesn't allow an extra argument to AUTHENTICATE to avoid a useless
round trip like some other SASL bindings do.
* providers/imap/camel-imap-command.c (imap_read_response): Deal
with IMAP servers that (incorrectly) return "+\r\n" rather than
"+ \r\n" for an empty continuation response.
(camel_imap_response_extract_continuation): Likewise.
svn path=/trunk/; revision=10480
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index a5a593ef23..60b0acf30c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2001-06-25 Dan Winship <danw@ximian.com> + + * providers/imap/camel-imap-store.c (try_auth): Fix this: IMAP + doesn't allow an extra argument to AUTHENTICATE to avoid a useless + round trip like some other SASL bindings do. + + * providers/imap/camel-imap-command.c (imap_read_response): Deal + with IMAP servers that (incorrectly) return "+\r\n" rather than + "+ \r\n" for an empty continuation response. + (camel_imap_response_extract_continuation): Likewise. + 2001-06-21 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-utils.c (word_types_compatable): New function that |