diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-02-19 00:39:42 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-02-19 00:39:42 -0700 |
commit | cd53b13aa5acaecb776c82cd6566122a6893240d (patch) | |
tree | 4e811c0dfdebf647b564f4f9659c388c87a44f4c /pith | |
parent | 8781af1dfc9fdc1fbc08b281cc418bee8dde604d (diff) | |
download | alpine-cd53b13aa5acaecb776c82cd6566122a6893240d.tar.xz |
* Added support for SALS-IR (rfc 4959) and similar support for other
protocols (SMTP, NNTP, POP3) as some SMTP servers do not support a
round-trip two step authentication. For example, davmail does not
support PLAIN authentication in SMTP using the challenge-response
scheme. Implemented after a report by Geoffrey Bodwin.
Diffstat (limited to 'pith')
-rw-r--r-- | pith/pine.hlp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index fa22dd9b..1a3de03b 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 407 2020-02-09 22:46:28 +Alpine Commit 408 2020-02-19 00:39:37 ============= h_news ================= <HTML> <HEAD> @@ -184,6 +184,11 @@ any problems you find with this release. <LI> Add support for the OAUTHBEARER authentication method in Gmail. Thanks to Alexander Perlis for suggesting it and explaining how the method works. +<LI> Support for the SASL-IR IMAP extension that avoids a round trip during + authentication. Similar support added for the SMTP, NNTP and POP3 + protocols. Thanks to Geoffrey Bodwin for a report that lead to this + implementation. + <LI> New variable system-certs-path that allows users to indicate the location of the directory where certificates are located. In PC-Alpine this must be C:\\libressl\\ssl\\certs. The C: drive can be replaced |