From 535593e50467d2fcd5f7a2d0d99c28eb0a45a4fc Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 28 Oct 2003 19:01:58 +0000 Subject: Fixes bug #35083 2003-10-28 Jeffrey Stedfast * Fixes bug #35083 * providers/imap/camel-imap-store.c (connect_to_server): Same here. * providers/pop3/camel-pop3-store.c (connect_to_server): Same as the smtp changes. * providers/smtp/camel-smtp-transport.c (connect_to_server): If HAVE_SSL is undefined, don't default to raw connections if the option to connect via ssl is set. Instead set an exception and return fail. svn path=/trunk/; revision=23110 --- camel/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index da7ff58e28..ed7ad1b2f0 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,18 @@ +2003-10-28 Jeffrey Stedfast + + * Fixes bug #35083 + + * providers/imap/camel-imap-store.c (connect_to_server): Same + here. + + * providers/pop3/camel-pop3-store.c (connect_to_server): Same as + the smtp changes. + + * providers/smtp/camel-smtp-transport.c (connect_to_server): If + HAVE_SSL is undefined, don't default to raw connections if the + option to connect via ssl is set. Instead set an exception and + return fail. + 2003-10-27 Frederic Crozat * camel-mime-utils.c: (camel_header_decode_date): -- cgit v1.2.3