diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-10-08 02:13:53 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-10-08 02:13:53 +0800 |
commit | 3b8bf37f68a98dd16412370aea4be4cf4f31aa2b (patch) | |
tree | 939ca75b3feee30a3029de3edae8854eca7377c3 /camel/ChangeLog | |
parent | bf304afc8a019174580a7ee60058662f4082a207 (diff) | |
download | gsoc2013-evolution-3b8bf37f68a98dd16412370aea4be4cf4f31aa2b.tar.gz gsoc2013-evolution-3b8bf37f68a98dd16412370aea4be4cf4f31aa2b.tar.zst gsoc2013-evolution-3b8bf37f68a98dd16412370aea4be4cf4f31aa2b.zip |
Fixes bug #31752
2002-10-07 Jeffrey Stedfast <fejj@ximian.com>
Fixes bug #31752
* providers/smtp/camel-smtp-transport.c (connect_to_server): Don't
forget to send another EHLO command to the server once we toggle
into STARTTLS mode.
(smtp_helo): Reset any flags set using the EHLO response and also
any authtypes.
svn path=/trunk/; revision=18334
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 68f63ef12a..1290a4c348 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,17 @@ +2002-10-07 Jeffrey Stedfast <fejj@ximian.com> + + Fixes bug #31752 + + * providers/smtp/camel-smtp-transport.c (connect_to_server): Don't + forget to send another EHLO command to the server once we toggle + into STARTTLS mode. + (smtp_helo): Reset any flags set using the EHLO response and also + any authtypes. + 2002-10-06 Jeffrey Stedfast <fejj@ximian.com> + Fixes bug #31681 + * camel-mime-utils.c: Fix all mailing list regex patterns to allow any number of spaces *or* tabs as pre-padding for the header values. |