aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 534e60f49f..ef762df572 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,18 @@
2001-03-14 Jeffrey Stedfast <fejj@ximian.com>
+ * providers/imap/camel-imap-store.c (imap_connect): Check for
+ "simap" instead of "imaps".
+
+ * providers/pop3/camel-pop3-store.c (pop3_connect): Change the
+ port to be 995 for spop.
+
+ * providers/pop3/libcamelpop3.urls: Change to "spop".
+
+ * providers/imap/libcamelimap.urls: Change "imaps" to "simap" to
+ correspond to /etc/services.
+
+2001-03-14 Jeffrey Stedfast <fejj@ximian.com>
+
* providers/pop3/camel-pop3-store.c (pop3_connect): Check to see
if we are using "pops" and then set the appropriate SSL settings.