summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2003-11-07 11:54:24 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2003-11-07 11:54:24 +0000
commit3837a2bc1158b4044ae5dddb3df0a9285949f228 (patch)
tree53b2849c4d49b8a03f5ec10b0f48215c03215e3e /NEWS
parentbfcbc48ddf4d13c73b09ed66499781f451dcaf81 (diff)
Don't call smtp_starttls_set_password_cb() unless StartTLS is enabled (Maurice Galland).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2a9487d..332b0f6 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ News
* Version 0.4.2 (under development):
+ * Fixed another bug which prevented to send mail when libesmtp had no
+ openssl support (Maurice Galland).
+
* Detailed documentation on how to use the StartTLS extension. More
verbosity on StartTLS error messages.