aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-09-24 04:03:17 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-09-24 04:03:17 +0800
commitebe98873eae6891787be887f2ad4d6f37165afd4 (patch)
tree872bbac28fb22712bc4914fcf666325906dd45ce /camel/ChangeLog
parent424fe1443e65d1844549d72fcf96d480747f3165 (diff)
downloadgsoc2013-evolution-ebe98873eae6891787be887f2ad4d6f37165afd4.tar
gsoc2013-evolution-ebe98873eae6891787be887f2ad4d6f37165afd4.tar.gz
gsoc2013-evolution-ebe98873eae6891787be887f2ad4d6f37165afd4.tar.bz2
gsoc2013-evolution-ebe98873eae6891787be887f2ad4d6f37165afd4.tar.lz
gsoc2013-evolution-ebe98873eae6891787be887f2ad4d6f37165afd4.tar.xz
gsoc2013-evolution-ebe98873eae6891787be887f2ad4d6f37165afd4.tar.zst
gsoc2013-evolution-ebe98873eae6891787be887f2ad4d6f37165afd4.zip
Decode the INTERNALDATE if we've got one. (imap_update_summary): Instead
2002-09-23 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-folder.c (add_message_from_data): Decode the INTERNALDATE if we've got one. (imap_update_summary): Instead of requesting a list of specific headers, request HEADER.FIELDS.NOT (RECEIVED) to reduce bandwidth usage even more. (parse_fetch_response): Change slightly to allow HEADER.FIELDS or HEADER.FIELDS.NOT so that we can make changes in imap_update_summary and not need to keep changing this function to match. Also parse an INTERNALDATE response. svn path=/trunk/; revision=18178
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index aff141f306..33c482a2c3 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,15 @@
+2002-09-23 Jeffrey Stedfast <fejj@ximian.com>
+
+ * providers/imap/camel-imap-folder.c (add_message_from_data):
+ Decode the INTERNALDATE if we've got one.
+ (imap_update_summary): Instead of requesting a list of specific
+ headers, request HEADER.FIELDS.NOT (RECEIVED) to reduce bandwidth
+ usage even more.
+ (parse_fetch_response): Change slightly to allow HEADER.FIELDS or
+ HEADER.FIELDS.NOT so that we can make changes in
+ imap_update_summary and not need to keep changing this function to
+ match. Also parse an INTERNALDATE response.
+
2002-09-22 Dan Winship <danw@ximian.com>
* camel-mime-parser.c (folder_scan_drop_step): fix non-ANSI switch