diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-08-14 23:27:23 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-08-14 23:27:23 +0000 |
commit | 221e4bda865f30ce604386b5266c564e4cd5d95e (patch) | |
tree | 4afccca00751eec7635e42e83162ae712f66e313 /NEWS | |
parent | df4a264f6a4bf53592f9e273462a8861ea7e6a6d (diff) | |
download | fetchmail-221e4bda865f30ce604386b5266c564e4cd5d95e.tar.gz fetchmail-221e4bda865f30ce604386b5266c564e4cd5d95e.tar.bz2 fetchmail-221e4bda865f30ce604386b5266c564e4cd5d95e.zip |
Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095.
Courtesy of Götz 'nimrill' Babin-Ebell.
This patch also makes --sslproto arguments case insensitive.
svn path=/branches/BRANCH_6-3/; revision=4896
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -125,6 +125,10 @@ fetchmail 6.3.5 (not yet released): or IMAP connection to TLS security with STLS/STARTTLS. * fetchmail now supports foo@example.org=bar user mappings for multidrop boxes. * switch setjmp/longjmp to sigsetjmp/siglongjmp +* IMAP now supports the EXTERNAL authentication method, courtesy of + Götz 'nimrill' Babin-Ebell, BerliOS patch #1095 with minor changes. +* The sslproto keywords are now case insensitive, courtesy of + Götz 'nimrill' Babin-Ebell, BerliOS patch #1095. # TRANSLATION UPDATES: * Russian/ru (Pavel Maryanov), Vietnamese/vi (Clytie Siddall) |