aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-08-24 04:56:35 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-08-24 04:56:35 +0800
commitf5630296fb4dfef165c682c9723dd86f37551f3d (patch)
treeceba871fa6b57bfe1c1ee512edcda57b65eda41c /camel/ChangeLog
parent3fa45e2cfcf2a61c9c80a0f2e9ebf23dc3cc20cd (diff)
downloadgsoc2013-evolution-f5630296fb4dfef165c682c9723dd86f37551f3d.tar
gsoc2013-evolution-f5630296fb4dfef165c682c9723dd86f37551f3d.tar.gz
gsoc2013-evolution-f5630296fb4dfef165c682c9723dd86f37551f3d.tar.bz2
gsoc2013-evolution-f5630296fb4dfef165c682c9723dd86f37551f3d.tar.lz
gsoc2013-evolution-f5630296fb4dfef165c682c9723dd86f37551f3d.tar.xz
gsoc2013-evolution-f5630296fb4dfef165c682c9723dd86f37551f3d.tar.zst
gsoc2013-evolution-f5630296fb4dfef165c682c9723dd86f37551f3d.zip
If we fail to send the EHLO/HELO command successfully, set
2002-08-23 Jeffrey Stedfast <fejj@ximian.com> * providers/smtp/camel-smtp-transport.c (smtp_helo): If we fail to send the EHLO/HELO command successfully, set transport->connected to FALSE when we close the tcp connection. Also updated to work on an IPv6 network. (smtp_connect): transport->authtypes can be NULL, so NULL-protect the call to g_hash_table_size() - this should fix a warning that was reported on the evolution@ximian.com mailing list. (smtp_set_exception): If the status message is multi-line, add a \n between lines. (connect_to_server): If we are going to ignore the EHLO/HELO error as if it were non-fatal, then we should clear the exception. svn path=/trunk/; revision=17852
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 20bdd64d8e..13d90e16bb 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,17 @@
+2002-08-23 Jeffrey Stedfast <fejj@ximian.com>
+
+ * providers/smtp/camel-smtp-transport.c (smtp_helo): If we fail to
+ send the EHLO/HELO command successfully, set transport->connected
+ to FALSE when we close the tcp connection. Also updated to work on
+ an IPv6 network.
+ (smtp_connect): transport->authtypes can be NULL, so NULL-protect
+ the call to g_hash_table_size() - this should fix a warning that
+ was reported on the evolution@ximian.com mailing list.
+ (smtp_set_exception): If the status message is multi-line, add a
+ \n between lines.
+ (connect_to_server): If we are going to ignore the EHLO/HELO error
+ as if it were non-fatal, then we should clear the exception.
+
2002-08-22 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-store.c (imap_noop): If current_folder