diff options
author | bertrand <bertrand@helixcode.com> | 2000-03-03 00:21:05 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-03-03 00:21:05 +0800 |
commit | 8e356d0601866c7f7d8139b1135a628fd4362462 (patch) | |
tree | 498def4e208e787b1b7a2d6ff36b92ced097d2e4 /camel/ChangeLog | |
parent | 01b2d34d032d0a675ef5f0fdcb811cdd41d690ed (diff) | |
download | gsoc2013-evolution-8e356d0601866c7f7d8139b1135a628fd4362462.tar gsoc2013-evolution-8e356d0601866c7f7d8139b1135a628fd4362462.tar.gz gsoc2013-evolution-8e356d0601866c7f7d8139b1135a628fd4362462.tar.bz2 gsoc2013-evolution-8e356d0601866c7f7d8139b1135a628fd4362462.tar.lz gsoc2013-evolution-8e356d0601866c7f7d8139b1135a628fd4362462.tar.xz gsoc2013-evolution-8e356d0601866c7f7d8139b1135a628fd4362462.tar.zst gsoc2013-evolution-8e356d0601866c7f7d8139b1135a628fd4362462.zip |
use CamelStreamB64 type for the input stream.
2000-03-02 bertrand <bertrand@helixcode.com>
* camel-stream-b64.c (camel_stream_b64_write_to_stream):
use CamelStreamB64 type for the input stream.
* camel-mime-part.c (_get_content_object): remove
debugging trace
(_write_content_to_stream): implement the b64
encoding the new way (that is using camel_stream_b64)
svn path=/trunk/; revision=2014
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index c095ee4025..862a84656b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,13 @@ 2000-03-02 bertrand <bertrand@helixcode.com> + * camel-stream-b64.c (camel_stream_b64_write_to_stream): + use CamelStreamB64 type for the input stream. + + * camel-mime-part.c (_get_content_object): remove + debugging trace + (_write_content_to_stream): implement the b64 + encoding the new way (that is using camel_stream_b64) + * camel-data-wrapper.c (my_write_to_stream): fix implementation so that it writes properly to the output stream even. |