diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-03-20 07:29:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-03-20 07:29:41 +0800 |
commit | c18057139cfa336fb52e7933de80e18e4e48daca (patch) | |
tree | 4485bbc7312170f7e219926bbb010b69579466a2 /camel/ChangeLog | |
parent | acbbc0a7cd9bac2242c6fe7dd48230763607cba7 (diff) | |
download | gsoc2013-evolution-c18057139cfa336fb52e7933de80e18e4e48daca.tar gsoc2013-evolution-c18057139cfa336fb52e7933de80e18e4e48daca.tar.gz gsoc2013-evolution-c18057139cfa336fb52e7933de80e18e4e48daca.tar.bz2 gsoc2013-evolution-c18057139cfa336fb52e7933de80e18e4e48daca.tar.lz gsoc2013-evolution-c18057139cfa336fb52e7933de80e18e4e48daca.tar.xz gsoc2013-evolution-c18057139cfa336fb52e7933de80e18e4e48daca.tar.zst gsoc2013-evolution-c18057139cfa336fb52e7933de80e18e4e48daca.zip |
Fix this to work right. We need to convert the input buffer to the charset
2002-03-19 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-utils.c (header_encode_param): Fix this to work
right. We need to convert the input buffer to the charset we claim
in the encoded param (duh).
svn path=/trunk/; revision=16214
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 4de990397c..b7210ba8b5 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2002-03-19 Jeffrey Stedfast <fejj@ximian.com> + + * camel-mime-utils.c (header_encode_param): Fix this to work + right. We need to convert the input buffer to the charset we claim + in the encoded param (duh). + 2002-03-18 Jeffrey Stedfast <fejj@ximian.com> * providers/smtp/camel-smtp-transport.c |