diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-07-17 04:45:26 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-07-17 04:45:26 +0800 |
commit | b83ddf044ce11b4c52996f7827d843465ad5659b (patch) | |
tree | 906e25e3703bfa9c2f048c1511cc37baa0189e18 /camel/ChangeLog | |
parent | 0b562324921620bf50b946efe05895ac930fbb6e (diff) | |
download | gsoc2013-evolution-b83ddf044ce11b4c52996f7827d843465ad5659b.tar.gz gsoc2013-evolution-b83ddf044ce11b4c52996f7827d843465ad5659b.tar.zst gsoc2013-evolution-b83ddf044ce11b4c52996f7827d843465ad5659b.zip |
Add the CamelMimePartEncodingType definition here.
2003-07-14 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-utils.h: Add the CamelMimePartEncodingType definition
here.
* camel-mime-part.h: Remove the CamelMimePartEncodingType
definition.
* camel-mime-part-utils.c
(simple_data_wrapper_construct_from_parser): Don't do any of the
auto-detection we used to do here anymore. Just read the content
into a memory buffer and record the encoding type.
(camel_mime_part_construct_content_from_parser): Don't mangle the
Content-Type struct here anymore.
* camel-data-wrapper.c (camel_data_wrapper_init): Init encoding to
DEFAULT.
(write_to_stream): If the stream needs to be decoded, decode it.
svn path=/trunk/; revision=21842
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index f766ba1b49..f07d498dab 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,22 @@ +2003-07-14 Jeffrey Stedfast <fejj@ximian.com> + + * camel-mime-utils.h: Add the CamelMimePartEncodingType definition + here. + + * camel-mime-part.h: Remove the CamelMimePartEncodingType + definition. + + * camel-mime-part-utils.c + (simple_data_wrapper_construct_from_parser): Don't do any of the + auto-detection we used to do here anymore. Just read the content + into a memory buffer and record the encoding type. + (camel_mime_part_construct_content_from_parser): Don't mangle the + Content-Type struct here anymore. + + * camel-data-wrapper.c (camel_data_wrapper_init): Init encoding to + DEFAULT. + (write_to_stream): If the stream needs to be decoded, decode it. + 2003-07-15 Jeffrey Stedfast <fejj@ximian.com> * camel-stream-fs.c (stream_read): If we read 0 bytes, then set |