aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-11-16 04:15:43 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-11-16 04:15:43 +0800
commitd4db79eeccaea372e8d31c29a572cb143f60f37d (patch)
treeac14355423bdae2456f026ef53c571e45b5b2e07 /camel/ChangeLog
parentcd2a27e637abb0db3ae8f357ffbea13f71209735 (diff)
downloadgsoc2013-evolution-d4db79eeccaea372e8d31c29a572cb143f60f37d.tar
gsoc2013-evolution-d4db79eeccaea372e8d31c29a572cb143f60f37d.tar.gz
gsoc2013-evolution-d4db79eeccaea372e8d31c29a572cb143f60f37d.tar.bz2
gsoc2013-evolution-d4db79eeccaea372e8d31c29a572cb143f60f37d.tar.lz
gsoc2013-evolution-d4db79eeccaea372e8d31c29a572cb143f60f37d.tar.xz
gsoc2013-evolution-d4db79eeccaea372e8d31c29a572cb143f60f37d.tar.zst
gsoc2013-evolution-d4db79eeccaea372e8d31c29a572cb143f60f37d.zip
In the fallback cases, clear the exception first.
2004-11-15 Jeffrey Stedfast <fejj@novell.com> * providers/pop3/camel-pop3-store.c (connect_to_server_wrapper): In the fallback cases, clear the exception first. * providers/imap/camel-imap-store.c (connect_to_server_wrapper): In the fallback cases, clear the exception first. * providers/imap4/camel-imap4-store.c (connect_to_server_wrapper): In the fallback cases, clear the exception first. svn path=/trunk/; revision=27928
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index f1d716e425..e90ca8c61c 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,16 @@
2004-11-15 Jeffrey Stedfast <fejj@novell.com>
+ * providers/pop3/camel-pop3-store.c (connect_to_server_wrapper):
+ In the fallback cases, clear the exception first.
+
+ * providers/imap/camel-imap-store.c (connect_to_server_wrapper):
+ In the fallback cases, clear the exception first.
+
+ * providers/imap4/camel-imap4-store.c (connect_to_server_wrapper):
+ In the fallback cases, clear the exception first.
+
+2004-11-15 Jeffrey Stedfast <fejj@novell.com>
+
* providers/imap/camel-imap-store.c (connect_to_server): Use
camel_tcp_stream_ssl_new_raw() for STARTTLS stream.