aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-15 08:51:09 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-15 08:51:09 +0800
commit343844c13863d00b3210d11956056af8b1d367ce (patch)
tree4dcc10acea574a0c04faade1ce13a8e33e150782 /camel/ChangeLog
parent1e9f8b5d127babb1837cf9572ff784a6173be244 (diff)
downloadgsoc2013-evolution-343844c13863d00b3210d11956056af8b1d367ce.tar
gsoc2013-evolution-343844c13863d00b3210d11956056af8b1d367ce.tar.gz
gsoc2013-evolution-343844c13863d00b3210d11956056af8b1d367ce.tar.bz2
gsoc2013-evolution-343844c13863d00b3210d11956056af8b1d367ce.tar.lz
gsoc2013-evolution-343844c13863d00b3210d11956056af8b1d367ce.tar.xz
gsoc2013-evolution-343844c13863d00b3210d11956056af8b1d367ce.tar.zst
gsoc2013-evolution-343844c13863d00b3210d11956056af8b1d367ce.zip
Eek! So the service's URL isn't set until after this is initialized. This
2001-03-14 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-store.c (camel_imap_store_init): Eek! So the service's URL isn't set until after this is initialized. This means we can't check for SSL here. (imap_connect): Set the SSL options here instead. svn path=/trunk/; revision=8715
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 43c70baec2..54134464a0 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,12 @@
2001-03-14 Jeffrey Stedfast <fejj@ximian.com>
+ * providers/imap/camel-imap-store.c (camel_imap_store_init): Eek!
+ So the service's URL isn't set until after this is
+ initialized. This means we can't check for SSL here.
+ (imap_connect): Set the SSL options here instead.
+
+2001-03-14 Jeffrey Stedfast <fejj@ximian.com>
+
* camel-tcp-stream-ssl.c: Numerous fixes to get it to build
correctly with NSS enabled.