From e02ffba8e0f08677cd8cf91c5f163facddf45c2d Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sun, 18 Jun 2000 21:47:21 +0000 Subject: Now gets the message flags as it should. (imap_get_summary): Same as 2000-06-18 Jeffrey Stedfast * 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 --- camel/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'camel/ChangeLog') 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 + + * 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 * providers/imap/camel-imap-folder.c (imap_free_summary): We were -- cgit v1.2.3