aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-04-04 05:46:32 +0800
committerDan Winship <danw@src.gnome.org>2001-04-04 05:46:32 +0800
commit4392191f4f48cf83d7ae44a3bfd3a51db472783a (patch)
treecb91d7be3d2128c3c489fad35345a1d0cedb7671 /camel/ChangeLog
parent27def927798e072826f1dbd70dcc52fdb2a878c2 (diff)
downloadgsoc2013-evolution-4392191f4f48cf83d7ae44a3bfd3a51db472783a.tar
gsoc2013-evolution-4392191f4f48cf83d7ae44a3bfd3a51db472783a.tar.gz
gsoc2013-evolution-4392191f4f48cf83d7ae44a3bfd3a51db472783a.tar.bz2
gsoc2013-evolution-4392191f4f48cf83d7ae44a3bfd3a51db472783a.tar.lz
gsoc2013-evolution-4392191f4f48cf83d7ae44a3bfd3a51db472783a.tar.xz
gsoc2013-evolution-4392191f4f48cf83d7ae44a3bfd3a51db472783a.tar.zst
gsoc2013-evolution-4392191f4f48cf83d7ae44a3bfd3a51db472783a.zip
(imap_get_message): If the server_level < IMAP4rev1, always fetch
messages all-at-once, since they don't support the [#.MIME] syntax. svn path=/trunk/; revision=9145
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index bc15521a81..eab94447d8 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -3,6 +3,9 @@
* providers/imap/camel-imap-folder.c (imap_sync): If we don't
change any flags or expunge, send a NOOP to give the server a
chance to send EXISTS, etc, messages.
+ (imap_get_message): If the server_level < IMAP4rev1, always fetch
+ messages all-at-once, since they don't support the [#.MIME]
+ syntax.
2001-04-02 Dan Winship <danw@ximian.com>