diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
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 <fejj@ximian.com> + + * 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 <fejj@ximian.com> * camel-object.c (cobject_state_read): Sanity check that count is |