diff options
author | Sunil Shetye <shetye@bombay.retortsoft.com> | 2010-11-10 12:36:50 +0530 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-11-10 16:20:27 +0100 |
commit | d5dcdd9b11de6a3e97b7b686b09ddb5fb33085bf (patch) | |
tree | 385669f78c6d97d2997136901b9d379b07d6da2b /NEWS | |
parent | 31b2f3903092c2eb1079a845add5aacf52a707ec (diff) | |
download | fetchmail-d5dcdd9b11de6a3e97b7b686b09ddb5fb33085bf.tar.gz fetchmail-d5dcdd9b11de6a3e97b7b686b09ddb5fb33085bf.tar.bz2 fetchmail-d5dcdd9b11de6a3e97b7b686b09ddb5fb33085bf.zip |
Distinguish between server not advertising TLS capability and server failing during upgradation to TLS.
Send a NOOP only after a failed STARTTLS in IMAP.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ fetchmail-6.3.19 (not yet released): Reported by Mihail Nechkin against FreeBSD port. Workaround for 6.3.18: build in a separate directory, i. e: mkdir build && cd build && ../configure --options-go-here +* Send a NOOP only after a failed STARTTLS in IMAP. (Sunil Shetye) # DOCUMENTATION: * The manual page now links to IANA for GSSAPI service names. |