1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-10-15 21:51:57 +00:00
Radicale/radicale/acl
Daniel Aleksandersen 360d4e6411 New IMAP ACL
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.
2012-07-05 20:52:10 +02:00
..
__init__.py Use relative imports for acl and storage modules 2012-02-08 16:56:58 +01:00
courier.py Fix Courier ACL 2012-07-02 13:30:28 +02:00
htpasswd.py Merge branch 'carddav', and update copyright dates 2012-01-23 16:21:30 +01:00
IMAP.py New IMAP ACL 2012-07-05 20:52:10 +02:00
LDAP.py Small cleanup about LDAP 2012-03-13 10:47:01 +01:00
PAM.py Return the group database entry 2012-07-04 15:56:15 +03:00