diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-03-18 05:17:14 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-03-18 05:17:14 +0800 |
commit | ec1e729d9455dd07ed09b3e6a5cfb4cfe85a27f1 (patch) | |
tree | ea44a7545e3e3bf6c230202f020faa9ca4bb975b /camel/ChangeLog | |
parent | 3582451c12f589e97f0622c54c9df9e47e0a066d (diff) | |
download | gsoc2013-evolution-ec1e729d9455dd07ed09b3e6a5cfb4cfe85a27f1.tar.gz gsoc2013-evolution-ec1e729d9455dd07ed09b3e6a5cfb4cfe85a27f1.tar.zst gsoc2013-evolution-ec1e729d9455dd07ed09b3e6a5cfb4cfe85a27f1.zip |
Checking that mi->content->type != NULL is no longer good enough to tell
2004-03-17 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-folder.c (imap_get_message): Checking
that mi->content->type != NULL is no longer good enough to tell if
a ContentInfo is complete (ie. contains the parsed BODY
response). We need to check that th ContentInfo has children if
the part is a multipart of message/rfc822 part. Apparently Zucchi
didn't test his camel-folder-summary changes using IMAP.
svn path=/trunk/; revision=25105
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 49df310c27..af600c0557 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2004-03-17 Jeffrey Stedfast <fejj@ximian.com> + + * providers/imap/camel-imap-folder.c (imap_get_message): Checking + that mi->content->type != NULL is no longer good enough to tell if + a ContentInfo is complete (ie. contains the parsed BODY + response). We need to check that th ContentInfo has children if + the part is a multipart of message/rfc822 part. Apparently Zucchi + didn't test his camel-folder-summary changes using IMAP. + 2004-03-17 Radek Doulik <rodo@ximian.com> * camel-folder-summary.h: use 1<<30 for CAMEL_MESSAGE_JUNK_LEARN, |