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
This commit is contained in:

committed by
Bertrand Guiheneuf

parent
6500f64181
commit
8eb9e1f40b
@ -272,6 +272,8 @@ my_write_to_stream (CamelDataWrapper *data_wrapper, CamelStream *stream)
|
||||
nb_written += camel_stream_write (stream, tmp_buf + nb_written, nb_read - nb_written);
|
||||
}
|
||||
|
||||
CAMEL_LOG_FULL_DEBUG ("CamelDataWrapper::write_to_stream, nmumber of bytes written : %d\n", nb_written);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user