aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-15 11:25:22 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-15 11:25:22 +0800
commitfa735fc6667b8c1f1f804c73e251d544c6f71ff8 (patch)
tree7ea2b5a4fbcba7abb6355ab3d229241b0bb50b00 /camel/ChangeLog
parentbb596fc991701c32cae58abd14c1f275f8a4e8cb (diff)
downloadgsoc2013-evolution-fa735fc6667b8c1f1f804c73e251d544c6f71ff8.tar
gsoc2013-evolution-fa735fc6667b8c1f1f804c73e251d544c6f71ff8.tar.gz
gsoc2013-evolution-fa735fc6667b8c1f1f804c73e251d544c6f71ff8.tar.bz2
gsoc2013-evolution-fa735fc6667b8c1f1f804c73e251d544c6f71ff8.tar.lz
gsoc2013-evolution-fa735fc6667b8c1f1f804c73e251d544c6f71ff8.tar.xz
gsoc2013-evolution-fa735fc6667b8c1f1f804c73e251d544c6f71ff8.tar.zst
gsoc2013-evolution-fa735fc6667b8c1f1f804c73e251d544c6f71ff8.zip
Check for "simap" instead of "imaps".
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. svn path=/trunk/; revision=8724
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.