From e5e0149bb66b663bba92c0eb8dd7dfbe6e33d9fa Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 27 Sep 2004 17:41:16 +0000 Subject: Instead of doing a host-lookup ourselves, get it passed in to us as an 2004-09-22 Jeffrey Stedfast * providers/imap/camel-imap-store.c (connect_to_server): Instead of doing a host-lookup ourselves, get it passed in to us as an argument. Also simplified a bit (try_starttls is no longer an option). (connect_to_server_wrapper): Simplified (we no longer have fallback cases for SSL stuff). Also, perform host lookup here. * providers/imap4/camel-imap4-store.c: Same changes as above. * providers/pop3/camel-pop3-store.c: Same. * providers/smtp/camel-smtp-transport.c: Same. Other changes include making the code consistant with the other providers. * providers/nntp/camel-nntp-store.c: Same as pop/imap. svn path=/trunk/; revision=27398 --- camel/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 8a690a815c..361a07bc36 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,21 @@ +2004-09-22 Jeffrey Stedfast + + * providers/imap/camel-imap-store.c (connect_to_server): Instead + of doing a host-lookup ourselves, get it passed in to us as an + argument. Also simplified a bit (try_starttls is no longer an + option). + (connect_to_server_wrapper): Simplified (we no longer have + fallback cases for SSL stuff). Also, perform host lookup here. + + * providers/imap4/camel-imap4-store.c: Same changes as above. + + * providers/pop3/camel-pop3-store.c: Same. + + * providers/smtp/camel-smtp-transport.c: Same. Other changes + include making the code consistant with the other providers. + + * providers/nntp/camel-nntp-store.c: Same as pop/imap. + 2004-09-21 Not Zed ** See bug #63521. -- cgit v1.2.3