diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-03-13 09:07:46 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-03-13 09:07:46 +0800 |
commit | 2fb1a91078e5ca1f5199019a82e23fb080a0b98b (patch) | |
tree | ae7308155b65190a328e10e896354abb8937fe19 /camel/ChangeLog | |
parent | a188e260964100b03a85bf56cbccc3f196b52dde (diff) | |
download | gsoc2013-evolution-2fb1a91078e5ca1f5199019a82e23fb080a0b98b.tar gsoc2013-evolution-2fb1a91078e5ca1f5199019a82e23fb080a0b98b.tar.gz gsoc2013-evolution-2fb1a91078e5ca1f5199019a82e23fb080a0b98b.tar.bz2 gsoc2013-evolution-2fb1a91078e5ca1f5199019a82e23fb080a0b98b.tar.lz gsoc2013-evolution-2fb1a91078e5ca1f5199019a82e23fb080a0b98b.tar.xz gsoc2013-evolution-2fb1a91078e5ca1f5199019a82e23fb080a0b98b.tar.zst gsoc2013-evolution-2fb1a91078e5ca1f5199019a82e23fb080a0b98b.zip |
Now takes an argument to specify whether disconnecting when respbuf is
2004-03-12 Jeffrey Stedfast <fejj@ximian.com>
* providers/smtp/camel-smtp-transport.c (smtp_set_exception): Now
takes an argument to specify whether disconnecting when respbuf is
NULL is safe (to prevent us from recursively disconnecting or
disconnecting during a connect).
svn path=/trunk/; revision=25054
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 32cacbd643..0bfa49490a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,12 @@ 2004-03-12 Jeffrey Stedfast <fejj@ximian.com> + * providers/smtp/camel-smtp-transport.c (smtp_set_exception): Now + takes an argument to specify whether disconnecting when respbuf is + NULL is safe (to prevent us from recursively disconnecting or + disconnecting during a connect). + +2004-03-12 Jeffrey Stedfast <fejj@ximian.com> + Fix for bug #53497. * providers/smtp/camel-smtp-transport.c (smtp_helo): Instead of |