docker-offlineimap/offlineimap/repository
Sebastian Spaeth 8800fa37a3 Implement Server SSL fingerprint check
If we connect to a SSL server (not STARTTLS) and no CA cert has been
specified for verification, we check the configured SSL fingerprint and
bail out in case it has not been set yet, or it does not match.

This means one more mandatory option for SSL configuration, but it
improves security a lot.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-09-12 19:45:15 +02:00
..
__init__.py Create an abstract Repository class 2011-03-03 18:19:42 +01:00
Base.py Improve repo.Base.py:syncfoldersto parameter/var names 2011-09-03 17:16:42 +02:00
Gmail.py Replaced tabs with spaces to unify python sources 2011-08-16 22:33:19 +02:00
IMAP.py Implement Server SSL fingerprint check 2011-09-12 19:45:15 +02:00
LocalStatus.py Allow empty foldernames 2011-08-19 18:37:00 +02:00
Maildir.py Replaced tabs with spaces to unify python sources 2011-08-16 22:33:19 +02:00