diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-08-16 02:27:55 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-08-16 02:27:55 +0800 |
commit | a23c06806c9f5d8b1322a083fe05afef7b3f6379 (patch) | |
tree | 8650c6f60d49e412cbee0daec668081051db4d9d /camel/ChangeLog | |
parent | bda646ff757e869938df9181d82d632f8cb58486 (diff) | |
download | gsoc2013-evolution-a23c06806c9f5d8b1322a083fe05afef7b3f6379.tar gsoc2013-evolution-a23c06806c9f5d8b1322a083fe05afef7b3f6379.tar.gz gsoc2013-evolution-a23c06806c9f5d8b1322a083fe05afef7b3f6379.tar.bz2 gsoc2013-evolution-a23c06806c9f5d8b1322a083fe05afef7b3f6379.tar.lz gsoc2013-evolution-a23c06806c9f5d8b1322a083fe05afef7b3f6379.tar.xz gsoc2013-evolution-a23c06806c9f5d8b1322a083fe05afef7b3f6379.tar.zst gsoc2013-evolution-a23c06806c9f5d8b1322a083fe05afef7b3f6379.zip |
Don't attach any filters to decode base64/qp/etc.
2003-08-15 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-wrapper.c (imap_wrapper_hydrate):
Don't attach any filters to decode base64/qp/etc.
svn path=/trunk/; revision=22247
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 406d9428b2..010afb7fe2 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2003-08-15 Jeffrey Stedfast <fejj@ximian.com> + + * providers/imap/camel-imap-wrapper.c (imap_wrapper_hydrate): + Don't attach any filters to decode base64/qp/etc. + 2003-08-14 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-part.c (write_to_stream): Save errno when |