diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-02-13 04:39:54 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-02-13 04:39:54 +0800 |
commit | 5dafa97f0a97ad276f7e436821ca9c5a40e63163 (patch) | |
tree | f31bce53bcf51eae6d34a08b189d37b524b44e36 /camel/ChangeLog | |
parent | 54fca5162ad06b40e2d161ba93e845d9fc271fbb (diff) | |
download | gsoc2013-evolution-5dafa97f0a97ad276f7e436821ca9c5a40e63163.tar.gz gsoc2013-evolution-5dafa97f0a97ad276f7e436821ca9c5a40e63163.tar.zst gsoc2013-evolution-5dafa97f0a97ad276f7e436821ca9c5a40e63163.zip |
Since the AUTH token sometimes uses '=' instead of whitespace, don't use
2002-02-12 Jeffrey Stedfast <fejj@ximian.com>
* providers/smtp/camel-smtp-transport.c (smtp_helo): Since the
AUTH token sometimes uses '=' instead of whitespace, don't use
smtp_token_next here.
svn path=/trunk/; revision=15688
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 dc56cc9600..911bd366f6 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2002-02-12 Jeffrey Stedfast <fejj@ximian.com> + + * providers/smtp/camel-smtp-transport.c (smtp_helo): Since the + AUTH token sometimes uses '=' instead of whitespace, don't use + smtp_token_next here. + 2002-02-09 Not Zed <NotZed@Ximian.com> * providers/pop3/camel-pop3-engine.c (get_capabilities): Duh, when |