aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-03-12 01:01:15 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-03-12 01:01:15 +0800
commitdd30dd5376eb85d2f3875d7192cd05e4575bcb27 (patch)
treed89ccfb24ea2614d21a7fcf44abaeaebfbe8a492 /camel/ChangeLog
parente5d67f7e4229c49f96ca8dfea7cf7e6b09423b90 (diff)
downloadgsoc2013-evolution-dd30dd5376eb85d2f3875d7192cd05e4575bcb27.tar
gsoc2013-evolution-dd30dd5376eb85d2f3875d7192cd05e4575bcb27.tar.gz
gsoc2013-evolution-dd30dd5376eb85d2f3875d7192cd05e4575bcb27.tar.bz2
gsoc2013-evolution-dd30dd5376eb85d2f3875d7192cd05e4575bcb27.tar.lz
gsoc2013-evolution-dd30dd5376eb85d2f3875d7192cd05e4575bcb27.tar.xz
gsoc2013-evolution-dd30dd5376eb85d2f3875d7192cd05e4575bcb27.tar.zst
gsoc2013-evolution-dd30dd5376eb85d2f3875d7192cd05e4575bcb27.zip
These fixes should fix bug #21737.
2002-03-11 Jeffrey Stedfast <fejj@ximian.com> These fixes should fix bug #21737. * providers/smtp/camel-smtp-transport.c (connect_to_server_wrapper): Same as with the POP code. * providers/pop3/camel-pop3-store.c (connect_to_server_wrapper): Slight restructuring of the if-statements for the USE_SSL_ALWAYS case so that we can't possibly return TRUE unless we really did connect successfully. svn path=/trunk/; revision=16097
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index c842dd59c7..085f62bfdf 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,15 @@
+2002-03-11 Jeffrey Stedfast <fejj@ximian.com>
+
+ These fixes should fix bug #21737.
+
+ * providers/smtp/camel-smtp-transport.c
+ (connect_to_server_wrapper): Same as with the POP code.
+
+ * providers/pop3/camel-pop3-store.c (connect_to_server_wrapper):
+ Slight restructuring of the if-statements for the USE_SSL_ALWAYS
+ case so that we can't possibly return TRUE unless we really did
+ connect successfully.
+
2002-03-10 Dan Winship <danw@ximian.com>
Rename the OpenSSL implementation of things to match the NSS