1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-31 19:50:55 +00:00
Radicale/radicale
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
..
acl New IMAP ACL 2012-07-05 20:52:10 +02:00
storage Use " instead of ' (you can laugh at me) 2012-03-01 10:40:15 +01:00
__init__.py Return 204 response when an item is modified 2012-06-22 12:29:49 +02:00
__main__.py Use " instead of ' (you can laugh at me) 2012-03-01 10:40:15 +01:00
config.py I tried to start a dev installation with htpasswd and found this typo. 2012-06-23 01:01:45 +04:00
ical.py Use " instead of ' (you can laugh at me) 2012-03-01 10:40:15 +01:00
log.py Merge branch 'carddav', and update copyright dates 2012-01-23 16:21:30 +01:00
xmlutils.py Use the right namespace for adressbook tags 2012-06-28 11:28:42 +02:00