diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-12-17 10:51:00 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-12-17 10:51:00 +0800 |
commit | c2e29d97bf36012f4b2ee4d827994bd0d032560c (patch) | |
tree | d034c31ae0309c244b10d3f482cb299bfc59c26b /camel/ChangeLog | |
parent | c2c7bc59520288e69939727fd768d848328bdcad (diff) | |
download | gsoc2013-evolution-c2e29d97bf36012f4b2ee4d827994bd0d032560c.tar.gz gsoc2013-evolution-c2e29d97bf36012f4b2ee4d827994bd0d032560c.tar.zst gsoc2013-evolution-c2e29d97bf36012f4b2ee4d827994bd0d032560c.zip |
Reverted my previous changes here since it doesn't actually work afterall.
2001-12-16 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-folder.c (get_content): Reverted my
previous changes here since it doesn't actually work afterall.
* providers/imap/camel-imap-wrapper.c (imap_wrapper_hydrate):
Update to do uudecoding when appropriate.
svn path=/trunk/; revision=15098
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 f1da9a7e48..c3c40749ad 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,13 @@ 2001-12-16 Jeffrey Stedfast <fejj@ximian.com> + * providers/imap/camel-imap-folder.c (get_content): Reverted my + previous changes here since it doesn't actually work afterall. + + * providers/imap/camel-imap-wrapper.c (imap_wrapper_hydrate): + Update to do uudecoding when appropriate. + +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 |