diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-06 17:38:24 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-06 17:38:24 +0800 |
commit | 42ee7e99cfcbc523cc99b421646c9797112a2fa4 (patch) | |
tree | 8e1da8ac27903cdcd0b783fbe7d7127cd03d4280 /camel/ChangeLog | |
parent | 056b964b59c8150cdb532a29d12179f0ac1b09f8 (diff) | |
download | gsoc2013-evolution-42ee7e99cfcbc523cc99b421646c9797112a2fa4.tar gsoc2013-evolution-42ee7e99cfcbc523cc99b421646c9797112a2fa4.tar.gz gsoc2013-evolution-42ee7e99cfcbc523cc99b421646c9797112a2fa4.tar.bz2 gsoc2013-evolution-42ee7e99cfcbc523cc99b421646c9797112a2fa4.tar.lz gsoc2013-evolution-42ee7e99cfcbc523cc99b421646c9797112a2fa4.tar.xz gsoc2013-evolution-42ee7e99cfcbc523cc99b421646c9797112a2fa4.tar.zst gsoc2013-evolution-42ee7e99cfcbc523cc99b421646c9797112a2fa4.zip |
** See bug #56110.
2004-04-06 Not Zed <NotZed@Ximian.com>
** See bug #56110.
* providers/imap/camel-imap-folder.c (get_content): more debug!
(get_content): if we have no content-type header set on a sub-part
of a multipart/digest, then we need to set it to message/rfc822 as
in the multipart/digest rfc (2046 or so?).
* camel-folder.c (camel_folder_get_message): output this stuff as
folder debug.
* providers/imap/camel-imap-folder.c (imap_get_message): add some
imap:folder debug.
(get_content): get xx.TEXT rather than xx if we're from a message
parent part.
svn path=/trunk/; revision=25333
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index b5eb030ac4..ace9510f85 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,20 @@ 2004-04-06 Not Zed <NotZed@Ximian.com> + ** See bug #56110. + + * providers/imap/camel-imap-folder.c (get_content): more debug! + (get_content): if we have no content-type header set on a sub-part + of a multipart/digest, then we need to set it to message/rfc822 as + in the multipart/digest rfc (2046 or so?). + + * camel-folder.c (camel_folder_get_message): output this stuff as + folder debug. + + * providers/imap/camel-imap-folder.c (imap_get_message): add some + imap:folder debug. + (get_content): get xx.TEXT rather than xx if we're from a message + parent part. + ** See bug #56464. * camel-folder.c (camel_folder_transfer_messages_to): do not lock |