aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-09-22 23:00:59 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-09-22 23:00:59 +0800
commit4ba952503e20bb6a2ced1e4f64b7df184333a8f6 (patch)
tree7bbc5ebba8ef2400b7fe48da708c86fa90817301 /camel/ChangeLog
parentc5a06d54f661243c0775dd3d40e173e661616c1b (diff)
downloadgsoc2013-evolution-4ba952503e20bb6a2ced1e4f64b7df184333a8f6.tar
gsoc2013-evolution-4ba952503e20bb6a2ced1e4f64b7df184333a8f6.tar.gz
gsoc2013-evolution-4ba952503e20bb6a2ced1e4f64b7df184333a8f6.tar.bz2
gsoc2013-evolution-4ba952503e20bb6a2ced1e4f64b7df184333a8f6.tar.lz
gsoc2013-evolution-4ba952503e20bb6a2ced1e4f64b7df184333a8f6.tar.xz
gsoc2013-evolution-4ba952503e20bb6a2ced1e4f64b7df184333a8f6.tar.zst
gsoc2013-evolution-4ba952503e20bb6a2ced1e4f64b7df184333a8f6.zip
Fix the code that creates a new ssl stream to pass the correct arguments
2003-09-22 Jeffrey Stedfast <fejj@ximian.com> * 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 <string.h> svn path=/trunk/; revision=22635
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog16
1 files changed, 15 insertions, 1 deletions
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 <fejj@ximian.com>
+
+ * 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 <string.h>
+
2003-09-18 Jeffrey Stedfast <fejj@ximian.com>
* 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.