aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorSunil Shetye <shetye@bombay.retortsoft.com>2010-11-11 11:49:21 +0530
committerMatthias Andree <matthias.andree@gmx.de>2010-11-19 12:17:37 +0100
commitd1a40cf7cefbffe5ae41612f60b176ad0fc59847 (patch)
tree232220661ed63456a4cd62ed253b30b4969509e8 /NEWS
parente5fd7d15fd251658aed0853aee117c672035b1c0 (diff)
downloadfetchmail-d1a40cf7cefbffe5ae41612f60b176ad0fc59847.tar.gz
fetchmail-d1a40cf7cefbffe5ae41612f60b176ad0fc59847.tar.bz2
fetchmail-d1a40cf7cefbffe5ae41612f60b176ad0fc59847.zip
Do STARTTLS/STLS negotiation in IMAP/POP3 if it is mandatory ignoring server capabilities
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 01cd2c0f..c9d08481 100644
--- a/NEWS
+++ b/NEWS
@@ -78,6 +78,8 @@ fetchmail-6.3.19 (not yet released):
* Send a NOOP only after a failed STARTTLS in IMAP. (Sunil Shetye)
* Demote GSSAPI verbose/debug syslog to INFO severity. Requested by Carlos E. R.
and Derek Simkowiak via the fetchmail-users@ mailing list.
+* Do STARTTLS/STLS negotiation in IMAP/POP3 if it is mandatory even if the
+ server capabilities do not show support for upgradation to TLS. (Sunil Shetye)
# DOCUMENTATION:
* The manual page now links to IANA for GSSAPI service names.