aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-01-29 08:31:58 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-01-29 08:31:58 +0800
commitaeb798c02882fb8198f9ecc948415be00db30b73 (patch)
tree17fdd1e0750b49bf0a0f94857a91c3a7ec3440d4 /camel/ChangeLog
parentd5f73b0fdd59bfe77705bd344cf8e9ec2e64f804 (diff)
downloadgsoc2013-evolution-aeb798c02882fb8198f9ecc948415be00db30b73.tar
gsoc2013-evolution-aeb798c02882fb8198f9ecc948415be00db30b73.tar.gz
gsoc2013-evolution-aeb798c02882fb8198f9ecc948415be00db30b73.tar.bz2
gsoc2013-evolution-aeb798c02882fb8198f9ecc948415be00db30b73.tar.lz
gsoc2013-evolution-aeb798c02882fb8198f9ecc948415be00db30b73.tar.xz
gsoc2013-evolution-aeb798c02882fb8198f9ecc948415be00db30b73.tar.zst
gsoc2013-evolution-aeb798c02882fb8198f9ecc948415be00db30b73.zip
New function to decode an enhanced status code. (smtp_set_exception): Sets
2002-01-28 Jeffrey Stedfast <fejj@ximian.com> * providers/smtp/camel-smtp-transport.c (smtp_decode_status_code): New function to decode an enhanced status code. (smtp_set_exception): Sets an exception based on the Enhanced-Status-Code. (esmtp_get_authtypes): Don't diplicate the key in the hash since the key and value are the same. (smtp_rcpt): Include the failed recipient in the error message to be more helpful to the user. * camel-mime-utils.c (hex_decode): Make sure to allocate enough for the NUL byte. svn path=/trunk/; revision=15500
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 9f3076c6cb..321edc411e 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,19 @@
2002-01-28 Jeffrey Stedfast <fejj@ximian.com>
+ * providers/smtp/camel-smtp-transport.c (smtp_decode_status_code):
+ New function to decode an enhanced status code.
+ (smtp_set_exception): Sets an exception based on the
+ Enhanced-Status-Code.
+ (esmtp_get_authtypes): Don't diplicate the key in the hash since
+ the key and value are the same.
+ (smtp_rcpt): Include the failed recipient in the error message to
+ be more helpful to the user.
+
+ * camel-mime-utils.c (hex_decode): Make sure to allocate enough
+ for the NUL byte.
+
+2002-01-28 Jeffrey Stedfast <fejj@ximian.com>
+
* providers/smtp/camel-smtp-transport.c (smtp_construct):
(connect_to_server): Use flags rather than a bunch of gboolean
variables.