diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-11-07 00:26:26 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-11-07 00:26:26 +0800 |
commit | acb207edba53df542f08219b2f241282b2e75279 (patch) | |
tree | a71dc830eba5004820595e2c9d904b905d67eb99 /camel/ChangeLog | |
parent | 7827d488b3723df285f42734e658f8d7e12d93ed (diff) | |
download | gsoc2013-evolution-acb207edba53df542f08219b2f241282b2e75279.tar gsoc2013-evolution-acb207edba53df542f08219b2f241282b2e75279.tar.gz gsoc2013-evolution-acb207edba53df542f08219b2f241282b2e75279.tar.bz2 gsoc2013-evolution-acb207edba53df542f08219b2f241282b2e75279.tar.lz gsoc2013-evolution-acb207edba53df542f08219b2f241282b2e75279.tar.xz gsoc2013-evolution-acb207edba53df542f08219b2f241282b2e75279.tar.zst gsoc2013-evolution-acb207edba53df542f08219b2f241282b2e75279.zip |
Don't bother trying to see if the server advertises EHLO. Simply always
2003-11-05 Jeffrey Stedfast <fejj@ximian.com>
* providers/smtp/camel-smtp-transport.c (connect_to_server): Don't
bother trying to see if the server advertises EHLO. Simply always
try EHLO and fall back to HELO if EHLO fails. Fixes bug #50535.
svn path=/trunk/; revision=23199
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 a1d59ee9e1..faff76a429 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2003-11-05 Jeffrey Stedfast <fejj@ximian.com> + + * providers/smtp/camel-smtp-transport.c (connect_to_server): Don't + bother trying to see if the server advertises EHLO. Simply always + try EHLO and fall back to HELO if EHLO fails. Fixes bug #50535. + 2003-11-05 Not Zed <NotZed@Ximian.com> * camel-smime-context.c (camel_smime_context_describe_part): new |