From 05cc233af13c41610e0f9460702c6d0a955b29f4 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 13 Sep 2001 21:35:52 +0000 Subject: Pass an exception to the cache. (imap_append_online): Same. 2001-09-13 Jeffrey Stedfast * providers/imap/camel-imap-folder.c (imap_append_offline): Pass an exception to the cache. (imap_append_online): Same. (imap_append_resyncing): Here too. (imap_copy_offline): And here. (handle_copyuid): Pass NULL as the exception here... (parse_fetch_response): And finally here. * providers/imap/camel-imap-message-cache.c (camel_imap_message_cache_insert): (insert_setup): (camel_imap_message_cache_insert_stream): (camel_imap_message_cache_insert_wrapper): (camel_imap_message_cache_copy): Take an exception argument and set it on error. svn path=/trunk/; revision=12813 --- camel/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 3481fc93d0..3a184b28db 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,21 @@ 2001-09-13 Jeffrey Stedfast + * providers/imap/camel-imap-folder.c (imap_append_offline): Pass + an exception to the cache. + (imap_append_online): Same. + (imap_append_resyncing): Here too. + (imap_copy_offline): And here. + (handle_copyuid): Pass NULL as the exception here... + (parse_fetch_response): And finally here. + + * providers/imap/camel-imap-message-cache.c + (camel_imap_message_cache_insert): + (insert_setup): + (camel_imap_message_cache_insert_stream): + (camel_imap_message_cache_insert_wrapper): + (camel_imap_message_cache_copy): Take an exception argument and + set it on error. + * camel-mime-part-utils.c (simple_data_wrapper_construct_from_parser): Convert the charset to the iconv-friendly name. -- cgit