diff options
author | Dan Winship <danw@src.gnome.org> | 2001-07-03 23:24:55 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-07-03 23:24:55 +0800 |
commit | 8e7eea0d261f38e22c72a9a394df6375247c8e59 (patch) | |
tree | 36aa662db902d53cc99f10e3977d0c0c6ad0d4f0 /camel/ChangeLog | |
parent | 4834cba289487632097ab77228d9abf4e7eb2f90 (diff) | |
download | gsoc2013-evolution-8e7eea0d261f38e22c72a9a394df6375247c8e59.tar gsoc2013-evolution-8e7eea0d261f38e22c72a9a394df6375247c8e59.tar.gz gsoc2013-evolution-8e7eea0d261f38e22c72a9a394df6375247c8e59.tar.bz2 gsoc2013-evolution-8e7eea0d261f38e22c72a9a394df6375247c8e59.tar.lz gsoc2013-evolution-8e7eea0d261f38e22c72a9a394df6375247c8e59.tar.xz gsoc2013-evolution-8e7eea0d261f38e22c72a9a394df6375247c8e59.tar.zst gsoc2013-evolution-8e7eea0d261f38e22c72a9a394df6375247c8e59.zip |
Doh. Don't remove things from the hash table while foreach'ing it. (And
* providers/imap/camel-imap-message-cache.c
(camel_imap_message_cache_clear): Doh. Don't remove things from
the hash table while foreach'ing it. (And can't use foreach_remove
either because we have to remove them in a weird order). Fixes
#3618.
* providers/imap/camel-imap-folder.c (imap_get_message): If the
server returns OK from the FETCH BODY, but there's no parseable
BODY response, it's probably because there's an UN-parseable BODY
response, implying the message is badly formatted, MIMEwise. In
that case, fall back to fetching the message as a single part.
svn path=/trunk/; revision=10748
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 7b5a045284..5f9a0fdf1d 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,17 @@ +2001-07-03 Dan Winship <danw@ximian.com> + + * providers/imap/camel-imap-message-cache.c + (camel_imap_message_cache_clear): Doh. Don't remove things from + the hash table while foreach'ing it. (And can't use foreach_remove + either because we have to remove them in a weird order). Fixes + #3618. + + * providers/imap/camel-imap-folder.c (imap_get_message): If the + server returns OK from the FETCH BODY, but there's no parseable + BODY response, it's probably because there's an UN-parseable BODY + response, implying the message is badly formatted, MIMEwise. In + that case, fall back to fetching the message as a single part. + 2001-07-02 Sam Creasey <sammy@oh.verio.com> * providers/nntp/camel-nntp-folder.c: Implemented |