From 7e8e3858b63eadabf683eff4c9d33485a867c119 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 28 May 2002 03:00:31 +0000 Subject: On connection failure, unref the tcp stream. 2002-05-27 Jeffrey Stedfast * providers/smtp/camel-smtp-transport.c (connect_to_server): On connection failure, unref the tcp stream. * providers/pop3/camel-pop3-store.c (connect_to_server): On connection failure, unref the tcp stream. * providers/imap/camel-imap-store.c (connect_to_server): On connection failure, unref the tcp stream. * providers/nntp/camel-nntp-store.c (nntp_store_query_auth_types): Our parent class is no longer CamelRemoteStore. (nntp_store_init): Same. (camel_nntp_store_get_type): Here too. (nntp_connect): Rewritten to try to connect via SSL. Also remove code using CamelRemoteStore. (camel_nntp_command): Don't call camel_remote_store_connected(). svn path=/trunk/; revision=17022 --- camel/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 4420b1fde2..142cf670f4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,22 @@ +2002-05-27 Jeffrey Stedfast + + * providers/smtp/camel-smtp-transport.c (connect_to_server): On + connection failure, unref the tcp stream. + + * providers/pop3/camel-pop3-store.c (connect_to_server): On + connection failure, unref the tcp stream. + + * providers/imap/camel-imap-store.c (connect_to_server): On + connection failure, unref the tcp stream. + + * providers/nntp/camel-nntp-store.c (nntp_store_query_auth_types): + Our parent class is no longer CamelRemoteStore. + (nntp_store_init): Same. + (camel_nntp_store_get_type): Here too. + (nntp_connect): Rewritten to try to connect via SSL. Also remove + code using CamelRemoteStore. + (camel_nntp_command): Don't call camel_remote_store_connected(). + 2002-05-24 Jeffrey Stedfast * providers/imap/camel-imap-folder.c (content_info_get_part_spec): -- cgit v1.2.3