diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-07-17 03:50:17 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-17 03:50:17 +0800 |
commit | 9f421a0b1cbed4440e623adf47ecf8a5c7aeaf0c (patch) | |
tree | 95e8d418ffb02dacf927a273b9486ef1e022720c /camel/ChangeLog | |
parent | 21bc75bf4529ed813e3513c7b88656ca9b904f62 (diff) | |
download | gsoc2013-evolution-9f421a0b1cbed4440e623adf47ecf8a5c7aeaf0c.tar gsoc2013-evolution-9f421a0b1cbed4440e623adf47ecf8a5c7aeaf0c.tar.gz gsoc2013-evolution-9f421a0b1cbed4440e623adf47ecf8a5c7aeaf0c.tar.bz2 gsoc2013-evolution-9f421a0b1cbed4440e623adf47ecf8a5c7aeaf0c.tar.lz gsoc2013-evolution-9f421a0b1cbed4440e623adf47ecf8a5c7aeaf0c.tar.xz gsoc2013-evolution-9f421a0b1cbed4440e623adf47ecf8a5c7aeaf0c.tar.zst gsoc2013-evolution-9f421a0b1cbed4440e623adf47ecf8a5c7aeaf0c.zip |
Make the standard AUTH format take priority over the AUTH= priority, since
2002-07-16 Jeffrey Stedfast <fejj@ximian.com>
* providers/smtp/camel-smtp-transport.c (smtp_helo): Make the
standard AUTH format take priority over the AUTH= priority, since
sometimes servers only list a subset of the supported authtypes in
the AUTH= response while they list all authtypes in the standard
AUTH response. Fixes "bug" #27841.
svn path=/trunk/; revision=17479
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 2c592350c8..4eb8fed1a4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2002-07-16 Jeffrey Stedfast <fejj@ximian.com> + + * providers/smtp/camel-smtp-transport.c (smtp_helo): Make the + standard AUTH format take priority over the AUTH= priority, since + sometimes servers only list a subset of the supported authtypes in + the AUTH= response while they list all authtypes in the standard + AUTH response. Fixes "bug" #27841. + 2002-07-15 Peter Williams <peterw@ximian.com> * providers/imap/camel-imap-folder.c (imap_get_message): If we're |