diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-10-19 10:34:13 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-19 10:34:13 +0800 |
commit | ec619f7bfaf14ee913f565664459103507adb34f (patch) | |
tree | eb32e8fe811b4ddf4215a5e471aedb66edc9cec5 /camel/ChangeLog | |
parent | dfd09f4f17bc75a3d8d745e850f00bbee919d820 (diff) | |
download | gsoc2013-evolution-ec619f7bfaf14ee913f565664459103507adb34f.tar gsoc2013-evolution-ec619f7bfaf14ee913f565664459103507adb34f.tar.gz gsoc2013-evolution-ec619f7bfaf14ee913f565664459103507adb34f.tar.bz2 gsoc2013-evolution-ec619f7bfaf14ee913f565664459103507adb34f.tar.lz gsoc2013-evolution-ec619f7bfaf14ee913f565664459103507adb34f.tar.xz gsoc2013-evolution-ec619f7bfaf14ee913f565664459103507adb34f.tar.zst gsoc2013-evolution-ec619f7bfaf14ee913f565664459103507adb34f.zip |
If a charset isn't specified or claims to be utf-8, check the validity of
2001-10-18 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-part-utils.c
(simple_data_wrapper_construct_from_parser): If a charset isn't
specified or claims to be utf-8, check the validity of the text
and if it's invalid, set the rawtext bit to TRUE. If the charset
is x-unknown or some other x- charset, always set the rawtext bit
to TRUE.
svn path=/trunk/; revision=13785
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 0ff46a9dcd..acd3428658 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2001-10-18 Jeffrey Stedfast <fejj@ximian.com> + + * camel-mime-part-utils.c + (simple_data_wrapper_construct_from_parser): If a charset isn't + specified or claims to be utf-8, check the validity of the text + and if it's invalid, set the rawtext bit to TRUE. If the charset + is x-unknown or some other x- charset, always set the rawtext bit + to TRUE. + 2001-10-18 <NotZed@Ximian.com> * providers/(imap|local|pop3|sendmail|smtp)/Makefile.am: Added |