diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-06-10 02:58:57 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-10 02:58:57 +0800 |
commit | 59d329b5b090175e2ea5ffd06cb20dfcd41a7688 (patch) | |
tree | fe94beab713bf7998a0adc4fd735c6506e2ccbb6 /camel/ChangeLog | |
parent | 9e8db9cf29fc2a30575c3e1181d535330902cb69 (diff) | |
download | gsoc2013-evolution-59d329b5b090175e2ea5ffd06cb20dfcd41a7688.tar gsoc2013-evolution-59d329b5b090175e2ea5ffd06cb20dfcd41a7688.tar.gz gsoc2013-evolution-59d329b5b090175e2ea5ffd06cb20dfcd41a7688.tar.bz2 gsoc2013-evolution-59d329b5b090175e2ea5ffd06cb20dfcd41a7688.tar.lz gsoc2013-evolution-59d329b5b090175e2ea5ffd06cb20dfcd41a7688.tar.xz gsoc2013-evolution-59d329b5b090175e2ea5ffd06cb20dfcd41a7688.tar.zst gsoc2013-evolution-59d329b5b090175e2ea5ffd06cb20dfcd41a7688.zip |
Will now always send EHLO first, if that fails it will fall back on HELO.
2000-06-09 Jeffrey Stedfast <fejj@helixcode.com>
* providers/smtp/camel-smtp-transport.c (smtp_connect): Will now always
send EHLO first, if that fails it will fall back on HELO.
(esmtp_get_authtypes): Should now correctly parse authtypes.
svn path=/trunk/; revision=3490
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 b0f9b68e0f..cec20c72fb 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2000-06-09 Jeffrey Stedfast <fejj@helixcode.com> + + * providers/smtp/camel-smtp-transport.c (smtp_connect): Will now always + send EHLO first, if that fails it will fall back on HELO. + (esmtp_get_authtypes): Should now correctly parse authtypes. + 2000-06-07 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-summary.c: Now builds (not that it's worth much yet). |