aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-07-13 13:50:20 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-07-13 13:50:20 +0800
commit5ad92b1723fdf09bb663a24687cd884c5658fba6 (patch)
tree3f6f6eb5b8915917e0a1dac7c395aa8d55313c8d /camel/ChangeLog
parent2ffef2c837bd2febd4c4011b4ffd03cc3d86b609 (diff)
downloadgsoc2013-evolution-5ad92b1723fdf09bb663a24687cd884c5658fba6.tar
gsoc2013-evolution-5ad92b1723fdf09bb663a24687cd884c5658fba6.tar.gz
gsoc2013-evolution-5ad92b1723fdf09bb663a24687cd884c5658fba6.tar.bz2
gsoc2013-evolution-5ad92b1723fdf09bb663a24687cd884c5658fba6.tar.lz
gsoc2013-evolution-5ad92b1723fdf09bb663a24687cd884c5658fba6.tar.xz
gsoc2013-evolution-5ad92b1723fdf09bb663a24687cd884c5658fba6.tar.zst
gsoc2013-evolution-5ad92b1723fdf09bb663a24687cd884c5658fba6.zip
Don't fetch the entire RFC822 header, just fetch the fields we want.
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. svn path=/trunk/; revision=4140
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 6f01dbbd19..61d9eb8261 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2000-07-13 Not Zed <NotZed@HelixCode.com>
* camel-mime-filter-basic.c (camel_mime_filter_basic_new_type):
@@ -8,7 +14,7 @@
* camel-mime-utils.c (quoted_encode_step): Actually count the
characters output sofar (it never counted any). Bunch of other
fixes.
- (quoted_encode_close): Also flush out final character, if ther's
+ (quoted_encode_close): Also flush out final character, if there's
one.
2000-07-12 Jeffrey Stedfast <fejj@helixcode.com>