diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-11-27 05:30:55 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-11-27 05:30:55 +0800 |
commit | 722899621625bafb134152534a3af08a0c9ef837 (patch) | |
tree | c86d5d549a7a3c3a47632206557c35f90541a834 /camel/ChangeLog | |
parent | 6f9e5d77d970584de089538d1bd8913f03973048 (diff) | |
download | gsoc2013-evolution-722899621625bafb134152534a3af08a0c9ef837.tar.gz gsoc2013-evolution-722899621625bafb134152534a3af08a0c9ef837.tar.zst gsoc2013-evolution-722899621625bafb134152534a3af08a0c9ef837.zip |
For the uudecoding mode, garble up the "begin <mode> <filename>" line
2001-11-26 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-filter-basic.c: For the uudecoding mode, garble up
the "begin <mode> <filename>" line before decoding.
* camel-mime-part-utils.c
(simple_data_wrapper_construct_from_parser): Add a uudecoder if
the transfer encoding is x-uuencode.
* camel-mime-part.c (write_to_stream): Handle x-uuencoded content
too.
svn path=/trunk/; revision=14789
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index eaf1edd0c1..6d4cc473e3 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,15 @@ +2001-11-26 Jeffrey Stedfast <fejj@ximian.com> + + * camel-mime-filter-basic.c: For the uudecoding mode, garble up + the "begin <mode> <filename>" line before decoding. + + * camel-mime-part-utils.c + (simple_data_wrapper_construct_from_parser): Add a uudecoder if + the transfer encoding is x-uuencode. + + * camel-mime-part.c (write_to_stream): Handle x-uuencoded content + too. + 2001-11-19 Jeffrey Stedfast <fejj@ximian.com> * camel-tcp-stream-ssl.c (stream_read): Added a check to see if |