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
commita2fcf70bd64955d40f72b57a446b0714d9bfb1d6 (patch)
tree241d9e31a2e90c712d5070ed24c627e16844515d /NEWS
parent8001d09a9b418e83771813750532b0a29a89847f (diff)
downloadfetchmail-a2fcf70bd64955d40f72b57a446b0714d9bfb1d6.tar.gz
fetchmail-a2fcf70bd64955d40f72b57a446b0714d9bfb1d6.tar.bz2
fetchmail-a2fcf70bd64955d40f72b57a446b0714d9bfb1d6.zip
IMAP: two more AUTHENTICATE EXTERNAL fixes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 747f93d6..fe4a60ee 100644
--- a/NEWS
+++ b/NEWS
@@ -99,9 +99,15 @@ fetchmail-6.4.22 (not yet released):
Schinzel. The paper did not mention fetchmail.
* On IMAP connections, --auth ssh no longer prevents STARTTLS negotiation.
-# BUG FIX:
+# BUG FIXES:
* On IMAP connections, when AUTHENTICATE EXTERNAL fails and we have received the
tagged (= final) response, do not send "*".
+* On IMAP connections, AUTHENTICATE EXTERNAL without username will properly send
+ a "=" for protocol compliance.
+* On IMAP connections, AUTHENTICATE EXTERNAL will now check if the server
+ advertised SASL-IR (RFC-4959) support and otherwise refuse (fetchmail <= 6.4
+ has not supported and does not support the separate challenge/response with
+ command continuation)
--------------------------------------------------------------------------------
fetchmail-6.4.21 (released 2021-08-09, 30042 LoC):