aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-14 05:35:52 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-14 05:35:52 +0800
commit05cc233af13c41610e0f9460702c6d0a955b29f4 (patch)
treeee376ba62fa9f908422d8c2d2120d58b3d1dde2d /camel/ChangeLog
parent6e59bb666622d0d5c66ad44b4013658b672a3166 (diff)
downloadgsoc2013-evolution-05cc233af13c41610e0f9460702c6d0a955b29f4.tar
gsoc2013-evolution-05cc233af13c41610e0f9460702c6d0a955b29f4.tar.gz
gsoc2013-evolution-05cc233af13c41610e0f9460702c6d0a955b29f4.tar.bz2
gsoc2013-evolution-05cc233af13c41610e0f9460702c6d0a955b29f4.tar.lz
gsoc2013-evolution-05cc233af13c41610e0f9460702c6d0a955b29f4.tar.xz
gsoc2013-evolution-05cc233af13c41610e0f9460702c6d0a955b29f4.tar.zst
gsoc2013-evolution-05cc233af13c41610e0f9460702c6d0a955b29f4.zip
Pass an exception to the cache. (imap_append_online): Same.
2001-09-13 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog16
1 files changed, 16 insertions, 0 deletions
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 <fejj@ximian.com>
+ * 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.