diff options
author | Not Zed <NotZed@Ximian.com> | 2003-05-16 07:30:06 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-05-16 07:30:06 +0800 |
commit | 383b5fe9d77049c31fa69e2202938c7c09df7548 (patch) | |
tree | e86aeb0134fa82114ff4f68ec32a118ee1cf4d60 /camel/ChangeLog | |
parent | ad19cadacbf76522f243e5f94d0fc4de9c37d937 (diff) | |
download | gsoc2013-evolution-383b5fe9d77049c31fa69e2202938c7c09df7548.tar gsoc2013-evolution-383b5fe9d77049c31fa69e2202938c7c09df7548.tar.gz gsoc2013-evolution-383b5fe9d77049c31fa69e2202938c7c09df7548.tar.bz2 gsoc2013-evolution-383b5fe9d77049c31fa69e2202938c7c09df7548.tar.lz gsoc2013-evolution-383b5fe9d77049c31fa69e2202938c7c09df7548.tar.xz gsoc2013-evolution-383b5fe9d77049c31fa69e2202938c7c09df7548.tar.zst gsoc2013-evolution-383b5fe9d77049c31fa69e2202938c7c09df7548.zip |
Simplistic quick-fix for #42710. Add a charset argument. If the data is 8
2003-05-15 Not Zed <NotZed@Ximian.com>
* camel-mime-utils.c (header_decode_word): Simplistic quick-fix
for #42710. Add a charset argument. If the data is 8 bit, try to
decode into the passed in charset (i.e. the message header?), at
worst, fall back to latin1, similarly to header_decode_text.
Fixed all callers to pass in a charset if available, or NULL.
svn path=/trunk/; revision=21202
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 75ad88d4ff..9beaa50dfa 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2003-05-15 Not Zed <NotZed@Ximian.com> + + * camel-mime-utils.c (header_decode_word): Simplistic quick-fix + for #42710. Add a charset argument. If the data is 8 bit, try to + decode into the passed in charset (i.e. the message header?), at + worst, fall back to latin1, similarly to header_decode_text. + Fixed all callers to pass in a charset if available, or NULL. + 2003-05-14 Not Zed <NotZed@Ximian.com> ** See bug #42540 |