mirror of
https://github.com/Kozea/Radicale.git
synced 2025-10-15 21:51:57 +00:00
Secure authentication based on the ``imaplib`` module. Validating users against a modern IMAP4rev1 server that awaits STARTTLS on port 143. Legacy SSL (often on legacy port 993) is deprecated and thus unsupported. STARTTLS is enforced except if host is ``localhost`` as passwords are sent in PLAIN. Python 3.2 or newer is required for TLS. |
||
---|---|---|
.. | ||
__init__.py | ||
courier.py | ||
htpasswd.py | ||
IMAP.py | ||
LDAP.py | ||
PAM.py |