From 1ede35fcdd55e7d95faa2fc7d2b26e0388fc200b Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 20 Jun 2000 04:57:39 +0000 Subject: basically got IMAP into the tree view svn path=/trunk/; revision=3643 --- camel/ChangeLog | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 5b4d5aabd6..693a9cd7fa 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,15 +1,23 @@ +2000-06-20 Jeffrey Stedfast + + * providers/imap/camel-imap-folder.c: Added namespace stuff + which we will need later on... + (imap_parse_subfolder_line): Convenience function for use in + get_subfolder_names() + (imap_get_subfolder_names): Updated. + 2000-06-19 Jeffrey Stedfast - * providers/imap/camel-imap-folder.c (camel_imap_folder_init): - Set summary equal to NULL. + * providers/imap/camel-imap-folder.c (camel_imap_folder_init): Set + summary equal to NULL. (imap_get_summary): Store the summary in the ImapFolder (imap_summary_get_by_uid): If we have a summary cache in the ImapFolder, first check to see if that message info is in the cached summary first, if not fetch it directly from the IMAP server and append it to the summary cache. - (imap_get_message_flags): Don't free the message info that we - get back from summary_get_by_uid as we don't want to be - corrupting our cached summary. + (imap_get_message_flags): Don't free the message info that we get + back from summary_get_by_uid as we don't want to be corrupting our + cached summary. 2000-06-19 Peter Williams -- cgit v1.2.3