From 063c35de2a22015382cc253bff41ded4153d81ac Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 18 Jan 2001 01:12:22 +0000 Subject: New smtp error-code to string mapping function. (smtp_connect): Use the 2001-01-17 Jeffrey Stedfast * providers/smtp/camel-smtp-transport.c (get_smtp_error_string): New smtp error-code to string mapping function. (smtp_connect): Use the new error->string function for reporting useful errors. (smtp_helo): Same. Also use a case-insensitive strstr for 8BITMIEM as it seems Exchange sends back lowercase for that one single SMTP extension. Everything else is uppercase. I'm seeing a lack of love for that extension by Microsoft dudes... (smtp_mail): Use get_smtp_error_string. (smtp_rcpt): Same. (smtp_data): Same. (smtp_quit): Same. (smtp_rset): Same. svn path=/trunk/; revision=7605 --- camel/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index c43603e547..62a970b36f 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,19 @@ +2001-01-17 Jeffrey Stedfast + + * providers/smtp/camel-smtp-transport.c (get_smtp_error_string): + New smtp error-code to string mapping function. + (smtp_connect): Use the new error->string function for reporting + useful errors. + (smtp_helo): Same. Also use a case-insensitive strstr for 8BITMIEM + as it seems Exchange sends back lowercase for that one single SMTP + extension. Everything else is uppercase. I'm seeing a lack of love + for that extension by Microsoft dudes... + (smtp_mail): Use get_smtp_error_string. + (smtp_rcpt): Same. + (smtp_data): Same. + (smtp_quit): Same. + (smtp_rset): Same. + 2001-01-16 Jeffrey Stedfast * camel-folder-summary.c (camel_folder_summary_array): Add an int -- cgit