aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-07-13 16:28:24 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-07-13 16:28:24 +0800
commit5cb1a7b1e62bc4d739bb3234315e6b28c6f87c03 (patch)
tree327829397c0e1a69ebcbd448fe488c5f371fdaa2 /camel/ChangeLog
parent5ad92b1723fdf09bb663a24687cd884c5658fba6 (diff)
downloadgsoc2013-evolution-5cb1a7b1e62bc4d739bb3234315e6b28c6f87c03.tar
gsoc2013-evolution-5cb1a7b1e62bc4d739bb3234315e6b28c6f87c03.tar.gz
gsoc2013-evolution-5cb1a7b1e62bc4d739bb3234315e6b28c6f87c03.tar.bz2
gsoc2013-evolution-5cb1a7b1e62bc4d739bb3234315e6b28c6f87c03.tar.lz
gsoc2013-evolution-5cb1a7b1e62bc4d739bb3234315e6b28c6f87c03.tar.xz
gsoc2013-evolution-5cb1a7b1e62bc4d739bb3234315e6b28c6f87c03.tar.zst
gsoc2013-evolution-5cb1a7b1e62bc4d739bb3234315e6b28c6f87c03.zip
New and improved approach to fetching an entire folder summary that should
2000-07-13 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-folder.c (imap_get_summary): New and improved approach to fetching an entire folder summary that should be much much faster than the old way as it gets the entire folder summary in 1 shot rather than requesting message by message. As with the last update, this version also only fetches the minimum number of header fields. svn path=/trunk/; revision=4141
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 61d9eb8261..d2b9d25b71 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,14 @@
2000-07-13 Jeffrey Stedfast <fejj@helixcode.com>
+ * providers/imap/camel-imap-folder.c (imap_get_summary): New
+ and improved approach to fetching an entire folder summary
+ that should be much much faster than the old way as it gets
+ the entire folder summary in 1 shot rather than requesting
+ message by message. As with the last update, this version
+ also only fetches the minimum number of header fields.
+
+2000-07-13 Jeffrey Stedfast <fejj@helixcode.com>
+
* providers/imap/camel-imap-folder.c (imap_get_summary): Don't
fetch the entire RFC822 header, just fetch the fields we want.
(imap_get_message_info): Same.