From f8a7bfbc7faeb73d888def7e25b39e9f2e558ff4 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 12 Mar 2004 17:43:00 +0000 Subject: If errno is EINTR, set USER_CANCEL instead of SERVICE_UNAVAILABLE or 2004-03-12 Jeffrey Stedfast * providers/smtp/camel-smtp-transport.c (connect_to_server): If errno is EINTR, set USER_CANCEL instead of SERVICE_UNAVAILABLE or whatever. (smtp_helo): Same. (smtp_auth): Same. (smtp_mail): Same. (smtp_rcpt): Same. (smtp_data): Same. (smtp_rset): Same. (smtp_quit): Same. (smtp_set_exception): Here too. (smtp_auth): If the AUTH response code is not 334, then use smtp_set_exception() to get the most accurate error report we can. svn path=/trunk/; revision=25044 --- camel/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 4d2e4da6af..703bb09520 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,19 @@ +2004-03-12 Jeffrey Stedfast + + * providers/smtp/camel-smtp-transport.c (connect_to_server): If + errno is EINTR, set USER_CANCEL instead of SERVICE_UNAVAILABLE or + whatever. + (smtp_helo): Same. + (smtp_auth): Same. + (smtp_mail): Same. + (smtp_rcpt): Same. + (smtp_data): Same. + (smtp_rset): Same. + (smtp_quit): Same. + (smtp_set_exception): Here too. + (smtp_auth): If the AUTH response code is not 334, then use + smtp_set_exception() to get the most accurate error report we can. + 2004-03-11 Jeffrey Stedfast * camel-object.c (cobject_state_read): Sanity check that count is -- cgit v1.2.3