From bb596fc991701c32cae58abd14c1f275f8a4e8cb Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 15 Mar 2001 03:08:47 +0000 Subject: Check to see if we are using "pops" and then set the appropriate SSL 2001-03-14 Jeffrey Stedfast * providers/pop3/camel-pop3-store.c (pop3_connect): Check to see if we are using "pops" and then set the appropriate SSL settings. * providers/pop3/libcamelpop3.urls: Add "pops" * providers/pop3/camel-pop3-provider.c: Defined the pops provider. (camel_provider_module_init): Register the pops provider. svn path=/trunk/; revision=8723 --- camel/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 18aa97bac1..534e60f49f 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,13 @@ +2001-03-14 Jeffrey Stedfast + + * providers/pop3/camel-pop3-store.c (pop3_connect): Check to see + if we are using "pops" and then set the appropriate SSL settings. + + * providers/pop3/libcamelpop3.urls: Add "pops" + + * providers/pop3/camel-pop3-provider.c: Defined the pops provider. + (camel_provider_module_init): Register the pops provider. + 2001-03-14 Jeffrey Stedfast * camel-tcp-stream-ssl.c (camel_tcp_stream_ssl_new): Ya know what? -- cgit