aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2021-08-26 23:53:14 +0200
committerMatthias Andree <matthias.andree@gmx.de>2021-08-26 23:53:14 +0200
commit8fae522793c7ee92d5aae880067320396e13b5a7 (patch)
treef813f3e1c8911eec1769773972cdb617e0d86cd1 /NEWS
parent1b20ea028847e8c6b90db6f8b85a31c193d3f725 (diff)
downloadfetchmail-8fae522793c7ee92d5aae880067320396e13b5a7.tar.gz
fetchmail-8fae522793c7ee92d5aae880067320396e13b5a7.tar.bz2
fetchmail-8fae522793c7ee92d5aae880067320396e13b5a7.zip
IMAP: record server's CAPABILITY data in pre-auth state.
Saves one or two (STARTTLS) application-level round-trips.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3eaede5c..41db8457 100644
--- a/NEWS
+++ b/NEWS
@@ -113,6 +113,11 @@ fetchmail-6.4.22 (not yet released):
* On IMAP connections, When --auth external is requested but not advertised by
the server, log a proper error message.
+# CHANGES:
+* IMAP: When fetchmail is in not-authenticated state and the server volunteers
+ CAPABILITY information, use it and do not re-probe. (After STARTTLS, fetchmail
+ must and will re-probe explicitly.)
+
--------------------------------------------------------------------------------
fetchmail-6.4.21 (released 2021-08-09, 30042 LoC):