diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-09-19 03:00:09 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-09-19 03:00:09 +0800 |
commit | f4daf52f3a4ff6020a9f22e73e164cbf312a52b3 (patch) | |
tree | 01933e514cc2d0da6b61c493e1d08959783d83b8 /camel/ChangeLog | |
parent | 17622eb8851214def3c21dff5abb375c5822b9a1 (diff) | |
download | gsoc2013-evolution-f4daf52f3a4ff6020a9f22e73e164cbf312a52b3.tar gsoc2013-evolution-f4daf52f3a4ff6020a9f22e73e164cbf312a52b3.tar.gz gsoc2013-evolution-f4daf52f3a4ff6020a9f22e73e164cbf312a52b3.tar.bz2 gsoc2013-evolution-f4daf52f3a4ff6020a9f22e73e164cbf312a52b3.tar.lz gsoc2013-evolution-f4daf52f3a4ff6020a9f22e73e164cbf312a52b3.tar.xz gsoc2013-evolution-f4daf52f3a4ff6020a9f22e73e164cbf312a52b3.tar.zst gsoc2013-evolution-f4daf52f3a4ff6020a9f22e73e164cbf312a52b3.zip |
Handle when the response is from a HEADER.FIELDS (if so, we don't want to
2002-09-17 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-folder.c (parse_fetch_response):
Handle when the response is from a HEADER.FIELDS (if so, we don't
want to cache the result).
(imap_update_summary): Request specific headers when building the
CamelMessageInfo's rather than fetching the full headers.
svn path=/trunk/; revision=18102
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index d421ac2c8c..e06a8eea94 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2002-09-17 Jeffrey Stedfast <fejj@ximian.com> + + * providers/imap/camel-imap-folder.c (parse_fetch_response): + Handle when the response is from a HEADER.FIELDS (if so, we don't + want to cache the result). + (imap_update_summary): Request specific headers when building the + CamelMessageInfo's rather than fetching the full headers. + 2002-09-13 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-part.c (process_header): If header_msgid_decode fails |