diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-03-12 07:38:42 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-03-12 07:38:42 +0800 |
commit | a14aadf6f54367786846e2570338bae47929efa3 (patch) | |
tree | cd310167ad8e19f8f9220edc9aa525cfc11e2aeb /camel/ChangeLog | |
parent | abed3a2d4189a7931e67a3a7fb1f22b630c82a4b (diff) | |
download | gsoc2013-evolution-a14aadf6f54367786846e2570338bae47929efa3.tar gsoc2013-evolution-a14aadf6f54367786846e2570338bae47929efa3.tar.gz gsoc2013-evolution-a14aadf6f54367786846e2570338bae47929efa3.tar.bz2 gsoc2013-evolution-a14aadf6f54367786846e2570338bae47929efa3.tar.lz gsoc2013-evolution-a14aadf6f54367786846e2570338bae47929efa3.tar.xz gsoc2013-evolution-a14aadf6f54367786846e2570338bae47929efa3.tar.zst gsoc2013-evolution-a14aadf6f54367786846e2570338bae47929efa3.zip |
Allow any leaf part to be a message/rfc822 part. (digest_get_uids):
2002-03-11 Jeffrey Stedfast <fejj@ximian.com>
* camel-digest-folder.c (camel_digest_folder_new): Allow any leaf
part to be a message/rfc822 part.
(digest_get_uids): Recurse the mime structure and add all
message/rfc822 parts and use a uid scheme similar to IMAP's mime
part naming convention.
(digest_get_message): Decode the uid to get the correct mime part.
svn path=/trunk/; revision=16111
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 ecb3a3bd55..08ec723130 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2002-03-11 Jeffrey Stedfast <fejj@ximian.com> + + * camel-digest-folder.c (camel_digest_folder_new): Allow any leaf + part to be a message/rfc822 part. + (digest_get_uids): Recurse the mime structure and add all + message/rfc822 parts and use a uid scheme similar to IMAP's mime + part naming convention. + (digest_get_message): Decode the uid to get the correct mime part. + 2002-03-11 Ettore Perazzoli <ettore@ximian.com> * camel-mime-utils.c: Change the order of the mailing list magic |