aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-03-13 06:36:06 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-03-13 06:36:06 +0800
commita188e260964100b03a85bf56cbccc3f196b52dde (patch)
tree65f2ebfb5bc14e238292e6f0f33575b1500a62cb /camel/ChangeLog
parentdadf1e0950e6f1bb809d46588957319630cc3686 (diff)
downloadgsoc2013-evolution-a188e260964100b03a85bf56cbccc3f196b52dde.tar
gsoc2013-evolution-a188e260964100b03a85bf56cbccc3f196b52dde.tar.gz
gsoc2013-evolution-a188e260964100b03a85bf56cbccc3f196b52dde.tar.bz2
gsoc2013-evolution-a188e260964100b03a85bf56cbccc3f196b52dde.tar.lz
gsoc2013-evolution-a188e260964100b03a85bf56cbccc3f196b52dde.tar.xz
gsoc2013-evolution-a188e260964100b03a85bf56cbccc3f196b52dde.tar.zst
gsoc2013-evolution-a188e260964100b03a85bf56cbccc3f196b52dde.zip
Fix for bug #53497.
2004-03-12 Jeffrey Stedfast <fejj@ximian.com> Fix for bug #53497. * providers/smtp/camel-smtp-transport.c (smtp_helo): Instead of unreffing the streams, call camel_service_disconnect(). (smtp_mail): Same. (smtp_rcpt): Same. (smtp_data): Same. (smtp_send_to): Ignore exceptions for smtp_rset(). Also, check that we are connected before we try to send (in Evolution's current usage scenario, this isn't a problem but in the future if we ever try to fire off several messages via the same smtp connection, it may be - especially if RSET failed during the previous send). svn path=/trunk/; revision=25053
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 5024407e2c..32cacbd643 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,6 +1,23 @@
+2004-03-12 Jeffrey Stedfast <fejj@ximian.com>
+
+ Fix for bug #53497.
+
+ * providers/smtp/camel-smtp-transport.c (smtp_helo): Instead of
+ unreffing the streams, call camel_service_disconnect().
+ (smtp_mail): Same.
+ (smtp_rcpt): Same.
+ (smtp_data): Same.
+ (smtp_send_to): Ignore exceptions for smtp_rset(). Also, check
+ that we are connected before we try to send (in Evolution's
+ current usage scenario, this isn't a problem but in the future if
+ we ever try to fire off several messages via the same smtp
+ connection, it may be - especially if RSET failed during the
+ previous send).
+
2004-03-12 Radek Doulik <rodo@ximian.com>
- * camel-folder.c (folder_changed): clearn the learn bit only if set
+ * camel-folder.c (folder_changed): clearn the learn bit only if
+ set.
2004-03-12 Jeffrey Stedfast <fejj@ximian.com>