From 4ba952503e20bb6a2ced1e4f64b7df184333a8f6 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 22 Sep 2003 15:00:59 +0000 Subject: Fix the code that creates a new ssl stream to pass the correct arguments 2003-09-22 Jeffrey Stedfast * providers/nntp/camel-nntp-store.c (connect_to_server): Fix the code that creates a new ssl stream to pass the correct arguments and the proper flags. * providers/imapp/camel-imapp-folder.c (imap_sync): Cast the CamelFolder to a CamelIMAPPFolder to hush some compiler warnings. * camel-mime-utils.h: Define a struct _CamelContentDisposition (allows the imapp code to compile) * providers/imapp/camel-imapp-driver.c: #include svn path=/trunk/; revision=22635 --- camel/ChangeLog | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 5588c52786..f3a1ee8888 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,17 @@ +2003-09-22 Jeffrey Stedfast + + * providers/nntp/camel-nntp-store.c (connect_to_server): Fix the + code that creates a new ssl stream to pass the correct arguments + and the proper flags. + + * providers/imapp/camel-imapp-folder.c (imap_sync): Cast the + CamelFolder to a CamelIMAPPFolder to hush some compiler warnings. + + * camel-mime-utils.h: Define a struct _CamelContentDisposition + (allows the imapp code to compile) + + * providers/imapp/camel-imapp-driver.c: #include + 2003-09-18 Jeffrey Stedfast * camel-mime-utils.c (camel_transfer_encoding_to_string): New @@ -503,7 +517,7 @@ class's default mime_type. (camel_mime_part_finalize): Don't need to unref the content_type anymore. -M (process_header): Updated to use CamelDataWrapper's mime_type + (process_header): Updated to use CamelDataWrapper's mime_type field. (camel_mime_part_set_filename): Same. (camel_mime_part_get_filename): Same. -- cgit v1.2.3