aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-06-11 23:59:30 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-06-11 23:59:30 +0800
commit2c194837766ea2c43963080f67968fcd21d87137 (patch)
tree0bca9d86abc052c890ae3d34f4065b06dcbe1666 /camel/ChangeLog
parent59581dc2d31b2c7833115b35a4ec2fdc84a5cffb (diff)
downloadgsoc2013-evolution-2c194837766ea2c43963080f67968fcd21d87137.tar
gsoc2013-evolution-2c194837766ea2c43963080f67968fcd21d87137.tar.gz
gsoc2013-evolution-2c194837766ea2c43963080f67968fcd21d87137.tar.bz2
gsoc2013-evolution-2c194837766ea2c43963080f67968fcd21d87137.tar.lz
gsoc2013-evolution-2c194837766ea2c43963080f67968fcd21d87137.tar.xz
gsoc2013-evolution-2c194837766ea2c43963080f67968fcd21d87137.tar.zst
gsoc2013-evolution-2c194837766ea2c43963080f67968fcd21d87137.zip
Add the CAMEL_BESTENC_TEXT bit to enctype if the part is a text part.
2003-06-09 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-message.c (find_best_encoding): Add the CAMEL_BESTENC_TEXT bit to enctype if the part is a text part. * camel-mime-filter-bestenc.c (camel_mime_filter_bestenc_get_best_encoding): If we have any nul-bytes or if the content is non-text and contains any 8bit octets, we need to use base64. Fixes bug #44344. svn path=/trunk/; revision=21409
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index e69de29bb2..2668c971bb 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -0,0 +1,9 @@
+2003-06-09 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-mime-message.c (find_best_encoding): Add the
+ CAMEL_BESTENC_TEXT bit to enctype if the part is a text part.
+
+ * camel-mime-filter-bestenc.c
+ (camel_mime_filter_bestenc_get_best_encoding): If we have any
+ nul-bytes or if the content is non-text and contains any 8bit
+ octets, we need to use base64. Fixes bug #44344.