diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-09-26 07:33:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-09-26 07:33:45 +0800 |
commit | 5cec46ca6a47b521c36be8105fe4bbabd974dbc2 (patch) | |
tree | 181ad9114dd31bf3c76402478c99cf4e2dbc6aca /camel/ChangeLog | |
parent | cf4ca10f51a0809ba81a86ce6916f6f32a5ee840 (diff) | |
download | gsoc2013-evolution-5cec46ca6a47b521c36be8105fe4bbabd974dbc2.tar.gz gsoc2013-evolution-5cec46ca6a47b521c36be8105fe4bbabd974dbc2.tar.zst gsoc2013-evolution-5cec46ca6a47b521c36be8105fe4bbabd974dbc2.zip |
Handle EILSEQ by eating bytes in the input buffer until conversion is
2002-09-23 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-filter-charset.c (complete): Handle EILSEQ by eating
bytes in the input buffer until conversion is successful. The old
behaviour aborted when it got EILSEQ and just dumped the raw data.
(filter): Same. Fixes bug #30873.
svn path=/trunk/; revision=18228
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index a58e1b2017..b7972266b9 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2002-09-23 Jeffrey Stedfast <fejj@ximian.com> + + * camel-mime-filter-charset.c (complete): Handle EILSEQ by eating + bytes in the input buffer until conversion is successful. The old + behaviour aborted when it got EILSEQ and just dumped the raw data. + (filter): Same. Fixes bug #30873. + 2002-09-24 Not Zed <NotZed@Ximian.com> * camel-mime-utils.c (mail_list_magic[]): Changed the Mailing-List |