aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-12-17 09:52:40 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-12-17 09:52:40 +0800
commitfc59dc8c6f4429daf21f4251ae7f281784b54c55 (patch)
tree6e19fab7e3497b90bf5d56d181fe50b920fbe5b2 /camel/ChangeLog
parent78416d76d4487be69b0f1885fbf5efa759520f79 (diff)
downloadgsoc2013-evolution-fc59dc8c6f4429daf21f4251ae7f281784b54c55.tar
gsoc2013-evolution-fc59dc8c6f4429daf21f4251ae7f281784b54c55.tar.gz
gsoc2013-evolution-fc59dc8c6f4429daf21f4251ae7f281784b54c55.tar.bz2
gsoc2013-evolution-fc59dc8c6f4429daf21f4251ae7f281784b54c55.tar.lz
gsoc2013-evolution-fc59dc8c6f4429daf21f4251ae7f281784b54c55.tar.xz
gsoc2013-evolution-fc59dc8c6f4429daf21f4251ae7f281784b54c55.tar.zst
gsoc2013-evolution-fc59dc8c6f4429daf21f4251ae7f281784b54c55.zip
Try to use the original boundary so luis will stop bugging me about "data
2001-12-16 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-folder.c (get_content): Try to use the original boundary so luis will stop bugging me about "data corruption". Also preserve other params in the multipart content-type by dumping it to a string and setting it on the mime part. svn path=/trunk/; revision=15094
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 16e87272d6..f1da9a7e48 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -2,7 +2,9 @@
* providers/imap/camel-imap-folder.c (get_content): Try to use the
original boundary so luis will stop bugging me about "data
- corruption".
+ corruption". Also preserve other params in the multipart
+ content-type by dumping it to a string and setting it on the mime
+ part.
2001-12-14 Jeffrey Stedfast <fejj@ximian.com>