From 5cb1a7b1e62bc4d739bb3234315e6b28c6f87c03 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 13 Jul 2000 08:28:24 +0000 Subject: New and improved approach to fetching an entire folder summary that should 2000-07-13 Jeffrey Stedfast * 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 --- camel/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 61d9eb8261..d2b9d25b71 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2000-07-13 Jeffrey Stedfast + + * 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 * providers/imap/camel-imap-folder.c (imap_get_summary): Don't -- cgit v1.2.3