Adapted fork of radicale
360d4e6411
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. |
||
---|---|---|
bin | ||
radicale | ||
.gitignore | ||
.pylintrc | ||
config | ||
COPYING | ||
logging | ||
MANIFEST.in | ||
NEWS.rst | ||
radicale.fcgi | ||
radicale.py | ||
radicale.wsgi | ||
README | ||
README.rst | ||
setup.py | ||
TODO.rst |
The Radicale Project is a free and open-source CalDAV calendar server. For complete documentation, please visit the Radicale online documentation (http://www.radicale.org/documentation).