From 833bb47399de0d0509da1cf4fa0b993702c39e87 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 23 Jul 2001 02:35:21 +0000 Subject: Added some operation progress reporting. Actual data transfer is 'tricky' 2001-07-23 Not Zed * providers/smtp/camel-smtp-transport.c (smtp_auth, smtp_helo, send_to): Added some operation progress reporting. Actual data transfer is 'tricky' because of the layers used. (smtp_auth): Instead of checking exception_is_set, use challenge==NULL to test if sasl_challenge_base64 failed. * providers/local/camel-mbox-summary.c (mbox_summary_sync): Remove peters changes below and put in a better fix. These functions already return -1 on error, just use that, and not worry about building our own exception redundantly. * camel-service.c (camel_get_host_byname): Turn the progress into a transient event. svn path=/trunk/; revision=11301 --- camel/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index a1980dd42c..75cc35ee97 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,19 @@ +2001-07-23 Not Zed + + * providers/smtp/camel-smtp-transport.c (smtp_auth, smtp_helo, + send_to): Added some operation progress reporting. Actual data + transfer is 'tricky' because of the layers used. + (smtp_auth): Instead of checking exception_is_set, use + challenge==NULL to test if sasl_challenge_base64 failed. + + * providers/local/camel-mbox-summary.c (mbox_summary_sync): Remove + peters changes below and put in a better fix. These functions + already return -1 on error, just use that, and not worry about + building our own exception redundantly. + + * camel-service.c (camel_get_host_byname): Turn the progress into + a transient event. + 2001-07-20 Peter Williams * providers/local/camel-mbox-summary.c (mbox_summary_sync): More -- cgit