aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-part.c
diff options
context:
space:
mode:
authorbertrand <bertrand@helixcode.com>2000-03-05 06:23:06 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>2000-03-05 06:23:06 +0800
commit8eb9e1f40b5d8e058f985659bea0a914b383710c (patch)
tree1e6a07601b3a85d77906bb664cdd2e5a55ca9837 /camel/camel-mime-part.c
parent6500f641816afdb3aaa7cc27f186500f4c0d7d8b (diff)
downloadgsoc2013-evolution-8eb9e1f40b5d8e058f985659bea0a914b383710c.tar.gz
gsoc2013-evolution-8eb9e1f40b5d8e058f985659bea0a914b383710c.tar.zst
gsoc2013-evolution-8eb9e1f40b5d8e058f985659bea0a914b383710c.zip
stream the raw content instead of nothing if the encoding is not
2000-03-04 bertrand <bertrand@helixcode.com> * camel-mime-part.c (my_write_content_to_stream): stream the raw content instead of nothing if the encoding is not supported. * camel-stream-fs.c (_seek): handle eos more properly. svn path=/trunk/; revision=2047
Diffstat (limited to 'camel/camel-mime-part.c')
-rw-r--r--camel/camel-mime-part.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-mime-part.c b/camel/camel-mime-part.c
index 4c2ecca805..460e0527d2 100644
--- a/camel/camel-mime-part.c
+++ b/camel/camel-mime-part.c
@@ -701,6 +701,7 @@ my_write_content_to_stream (CamelMimePart *mime_part, CamelStream *stream)
gtk_object_unref (GTK_OBJECT (stream_b64));
break;
default:
+ camel_data_wrapper_write_to_stream (content, stream);
g_warning ("Encoding type `%s' not supported.",
camel_mime_part_encoding_to_string
(mime_part->encoding));
r>* remove empty patcheseik2004-05-241-0/+0 * SIZEify.trevor2004-01-301-0/+1 * Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedmarcus2003-11-071-2/+2 * Fix build on -CURRENT.fjoe2003-10-2810-18/+200 * BROKEN on 5.x: does not compilekris2003-10-161-1/+7 * fix MASTER_SITESoliver2003-07-221-1/+2 * De-pkg-comment.knu2003-02-212-1/+1 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 * Fix startup-scripts for -current /bin/sh issues.anders2002-08-141-1/+1