aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-06-19 05:47:21 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-06-19 05:47:21 +0800
commite02ffba8e0f08677cd8cf91c5f163facddf45c2d (patch)
tree09d980d7fb835424f3a8a247ba99fbeaf4027439 /camel/ChangeLog
parentc1c936c70a138bf853dc79e2775b4c7893722c0d (diff)
downloadgsoc2013-evolution-e02ffba8e0f08677cd8cf91c5f163facddf45c2d.tar
gsoc2013-evolution-e02ffba8e0f08677cd8cf91c5f163facddf45c2d.tar.gz
gsoc2013-evolution-e02ffba8e0f08677cd8cf91c5f163facddf45c2d.tar.bz2
gsoc2013-evolution-e02ffba8e0f08677cd8cf91c5f163facddf45c2d.tar.lz
gsoc2013-evolution-e02ffba8e0f08677cd8cf91c5f163facddf45c2d.tar.xz
gsoc2013-evolution-e02ffba8e0f08677cd8cf91c5f163facddf45c2d.tar.zst
gsoc2013-evolution-e02ffba8e0f08677cd8cf91c5f163facddf45c2d.zip
Now gets the message flags as it should. (imap_get_summary): Same as
2000-06-18 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-folder.c (imap_summary_get_by_uid): Now gets the message flags as it should. (imap_get_summary): Same as imap_summary_get_by_uid (imap_get_permanent_flags): Return the permanent flags stored on the folder. (imap_get_message_flags): Return message flags associated with given uid. Note: we may want to somehow cache summary info so that we don't have to keep querying the IMAP provider in imap_summary_get_by_uid(). svn path=/trunk/; revision=3626
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 d35e6babc0..b0b51b9259 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,15 @@
+2000-06-18 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * providers/imap/camel-imap-folder.c (imap_summary_get_by_uid):
+ Now gets the message flags as it should.
+ (imap_get_summary): Same as imap_summary_get_by_uid
+ (imap_get_permanent_flags): Return the permanent flags stored
+ on the folder.
+ (imap_get_message_flags): Return message flags associated with
+ given uid. Note: we may want to somehow cache summary info so
+ that we don't have to keep querying the IMAP provider in
+ imap_summary_get_by_uid().
+
2000-06-17 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-folder.c (imap_free_summary): We were