aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-07-06 13:11:11 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-07-06 13:11:11 +0800
commitaf494c55837bf4d88c421ce6ce3f8378727998c7 (patch)
treedc4a2d2e98ec5b6851c5955464577ab9a2482da2 /camel/ChangeLog
parentb226c0a68fb89c074b5c5655e9469d692f71c988 (diff)
downloadgsoc2013-evolution-af494c55837bf4d88c421ce6ce3f8378727998c7.tar
gsoc2013-evolution-af494c55837bf4d88c421ce6ce3f8378727998c7.tar.gz
gsoc2013-evolution-af494c55837bf4d88c421ce6ce3f8378727998c7.tar.bz2
gsoc2013-evolution-af494c55837bf4d88c421ce6ce3f8378727998c7.tar.lz
gsoc2013-evolution-af494c55837bf4d88c421ce6ce3f8378727998c7.tar.xz
gsoc2013-evolution-af494c55837bf4d88c421ce6ce3f8378727998c7.tar.zst
gsoc2013-evolution-af494c55837bf4d88c421ce6ce3f8378727998c7.zip
Oops. Don't pass port # as a string in the error code (if it fails to
2000-07-06 Jeffrey Stedfast <fejj@helixcode.com> * providers/smtp/camel-smtp-transport.c (smtp_connect): Oops. Don't pass port # as a string in the error code (if it fails to connect). svn path=/trunk/; revision=3917
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 7ece9b58fd..a723b43f58 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,8 @@
2000-07-06 Jeffrey Stedfast <fejj@helixcode.com>
+ * providers/smtp/camel-smtp-transport.c (smtp_connect): Oops. Don't
+ pass port # as a string in the error code (if it fails to connect).
+
* providers/imap/camel-imap-folder.c (imap_append_message): Changed
over to camel_imap_command_extended as that was the source of the
problems - apparently appending replies with more than just 1 line.