diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-08-26 23:53:14 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-08-26 23:53:14 +0200 |
commit | 8fae522793c7ee92d5aae880067320396e13b5a7 (patch) | |
tree | f813f3e1c8911eec1769773972cdb617e0d86cd1 /NEWS | |
parent | 1b20ea028847e8c6b90db6f8b85a31c193d3f725 (diff) | |
download | fetchmail-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-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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): |