diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-03-14 07:44:29 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-03-14 07:44:29 +0800 |
commit | 1d0160ac11ca74d21207f4c51fe57028d3c12dee (patch) | |
tree | c016d32854a6866812e4415ef982f33dd97327db /camel/ChangeLog | |
parent | c7f94b862e774a3b41030829e6d6251e9ce6fd02 (diff) | |
download | gsoc2013-evolution-1d0160ac11ca74d21207f4c51fe57028d3c12dee.tar gsoc2013-evolution-1d0160ac11ca74d21207f4c51fe57028d3c12dee.tar.gz gsoc2013-evolution-1d0160ac11ca74d21207f4c51fe57028d3c12dee.tar.bz2 gsoc2013-evolution-1d0160ac11ca74d21207f4c51fe57028d3c12dee.tar.lz gsoc2013-evolution-1d0160ac11ca74d21207f4c51fe57028d3c12dee.tar.xz gsoc2013-evolution-1d0160ac11ca74d21207f4c51fe57028d3c12dee.tar.zst gsoc2013-evolution-1d0160ac11ca74d21207f4c51fe57028d3c12dee.zip |
Added a work-around for SMTP servers that can't read the RFCs and thus
2002-03-13 Jeffrey Stedfast <fejj@ximian.com>
* providers/smtp/camel-smtp-transport.c (smtp_auth): Added a
work-around for SMTP servers that can't read the RFCs and thus
implement SASL incorrectly. Oh well, that's life in the world of
mail clients I guess.
svn path=/trunk/; revision=16152
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index febd54bee1..c4b707e472 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2002-03-13 Jeffrey Stedfast <fejj@ximian.com> + + * providers/smtp/camel-smtp-transport.c (smtp_auth): Added a + work-around for SMTP servers that can't read the RFCs and thus + implement SASL incorrectly. Oh well, that's life in the world of + mail clients I guess. + 2002-03-12 Jeffrey Stedfast <fejj@ximian.com> * camel-digest-store.c (camel_digest_store_new): Now takes a url |