diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-03-19 05:31:25 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-03-19 05:31:25 +0800 |
commit | ae8129bbb2d1607c0776ec3e6bbe0a7791fec33f (patch) | |
tree | 9bac625073d1993020aeb758194a7bbdf2fb0be2 /camel/ChangeLog | |
parent | 91c17571fdc9048b4fb4a0dbf6e6feca9c7b2a69 (diff) | |
download | gsoc2013-evolution-ae8129bbb2d1607c0776ec3e6bbe0a7791fec33f.tar.gz gsoc2013-evolution-ae8129bbb2d1607c0776ec3e6bbe0a7791fec33f.tar.zst gsoc2013-evolution-ae8129bbb2d1607c0776ec3e6bbe0a7791fec33f.zip |
No longer takes a stls_supported argument since we no longer need it with
2002-03-18 Jeffrey Stedfast <fejj@ximian.com>
* providers/pop3/camel-pop3-store.c (connect_to_server): No longer
takes a stls_supported argument since we no longer need it with
the new logic.
(connect_to_server_wrapper): New logic: First try connecting to
the SSL port (995 by default), if that fails with
SERVICE_UNAVAILABLE, then we attempt to connect (to port 110 by
default) and try to use STARTTLS.
svn path=/trunk/; revision=16202
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 6733023606..d6af52d537 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,17 @@ +2002-03-18 Jeffrey Stedfast <fejj@ximian.com> + + * providers/pop3/camel-pop3-store.c (connect_to_server): No longer + takes a stls_supported argument since we no longer need it with + the new logic. + (connect_to_server_wrapper): New logic: First try connecting to + the SSL port (995 by default), if that fails with + SERVICE_UNAVAILABLE, then we attempt to connect (to port 110 by + default) and try to use STARTTLS. + 2002-03-15 Jeffrey Stedfast <fejj@ximian.com> + * camel-folder.h: + * camel-private.h: Don't allow any empty structs. If !ENABLE_THREADS, provide a gpointer dummy member. Fixes bug #6382. |