docker-offlineimap/offlineimap/repository
Andreas Mack acaa96291d 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>
2013-08-06 01:51:41 +04:00
..
__init__.py Throw OfflineImapErrors rather than weird Exceptions 2012-08-31 20:31:43 +02:00
Base.py Prune trailing whitespaces from code and documentation 2013-07-21 23:00:23 +04:00
Gmail.py Prune trailing whitespaces from code and documentation 2013-07-21 23:00:23 +04:00
IMAP.py Add SASL PLAIN authentication method 2013-08-06 01:51:41 +04:00
LocalStatus.py Prune trailing whitespaces from code and documentation 2013-07-21 23:00:23 +04:00
Maildir.py Prune trailing whitespaces from code and documentation 2013-07-21 23:00:23 +04:00