Add SASL PLAIN authentication method
- this method isn't as deprecated as IMAP LOGIN; - it allows to keep hashed passwords on the server side; - it has the ability to specify that the remote identity is different from authenticating username, so it even can be useful in some cases (e.g., migrated mailboxes); configuration variable "remote_identity" was introduced to leverage this functionality. From: Andreas Mack <andreas.mack@konsec.com> Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:

committed by
Eygene Ryabinkin

parent
7d313f49dc
commit
acaa96291d
@ -16,6 +16,7 @@ WIP (add new stuff for the next release)
|
||||
* Honor the timezone of emails (Tobias Thierer)
|
||||
* Allow mbnames output to be sorted by a custom sort key by specifying
|
||||
a 'sort_keyfunc' function in the [mbnames] section of the config.
|
||||
* Support SASL PLAIN authentication method. (Andreas Mack)
|
||||
|
||||
OfflineIMAP v6.5.5-rc1 (2012-09-05)
|
||||
===================================
|
||||
|
Reference in New Issue
Block a user