aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-03-22 05:54:59 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-03-22 05:54:59 +0800
commit2e5eb47695ee59d15af41686a9f091cfe2407ed0 (patch)
treee2e5b339005bafa76b9661cb40e31903c6fca25c /camel/ChangeLog
parentd7a4a66632cac7424bc158ace966b9ac950f4337 (diff)
downloadgsoc2013-evolution-2e5eb47695ee59d15af41686a9f091cfe2407ed0.tar
gsoc2013-evolution-2e5eb47695ee59d15af41686a9f091cfe2407ed0.tar.gz
gsoc2013-evolution-2e5eb47695ee59d15af41686a9f091cfe2407ed0.tar.bz2
gsoc2013-evolution-2e5eb47695ee59d15af41686a9f091cfe2407ed0.tar.lz
gsoc2013-evolution-2e5eb47695ee59d15af41686a9f091cfe2407ed0.tar.xz
gsoc2013-evolution-2e5eb47695ee59d15af41686a9f091cfe2407ed0.tar.zst
gsoc2013-evolution-2e5eb47695ee59d15af41686a9f091cfe2407ed0.zip
Camel part of the fix for Lewing's bug #39204. Second half of the patch
2003-03-21 Jeffrey Stedfast <fejj@ximian.com> Camel part of the fix for Lewing's bug #39204. Second half of the patch should also fix it so that text/plain parts that are detected as being text/html are rendered as html (not that I agree with this mind you, but corporate customers want this "feature"). * camel-mime-part-utils.c (simple_data_wrapper_construct_from_parser): If the part is text/html and doesn't have a charset and we are able to find a charset in the meta tags of the html content, set the charset param on the content-type. (camel_mime_part_construct_content_from_parser): After setting the content object on the mime part, re-set the content-type of the content object back to the one from the parser (as it may contain changes from the original - see changes made to the ct in simple_data_wrapper_construct_from_parser for details). svn path=/trunk/; revision=20463
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 3f03dd6ff6..db9c0d67e4 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,23 @@
2003-03-21 Jeffrey Stedfast <fejj@ximian.com>
+ Camel part of the fix for Lewing's bug #39204. Second half of the
+ patch should also fix it so that text/plain parts that are
+ detected as being text/html are rendered as html (not that I agree
+ with this mind you, but corporate customers want this "feature").
+
+ * camel-mime-part-utils.c
+ (simple_data_wrapper_construct_from_parser): If the part is
+ text/html and doesn't have a charset and we are able to find a
+ charset in the meta tags of the html content, set the charset
+ param on the content-type.
+ (camel_mime_part_construct_content_from_parser): After setting the
+ content object on the mime part, re-set the content-type of the
+ content object back to the one from the parser (as it may contain
+ changes from the original - see changes made to the ct in
+ simple_data_wrapper_construct_from_parser for details).
+
+2003-03-21 Jeffrey Stedfast <fejj@ximian.com>
+
* camel-tcp-stream-ssl.c (camel_certdb_nss_cert_get): continue
reading the cert file until we've read it all or get a non-EINTR
errno.