Radicale IMAP authentication plugin
Find a file
2022-02-06 13:00:33 +02:00
radicale_imap Update logging to Radicale 3.0 2021-05-15 21:32:43 +02:00
.gitignore Add .gitignore 2018-04-18 23:18:35 +03:00
.gitlab-ci.yml Add CI config for linting 2022-02-06 13:00:33 +02:00
.travis.yml Add CI config for linting 2022-02-06 13:00:33 +02:00
Changelog.md Add CI config for linting 2022-02-06 13:00:33 +02:00
LICENSE Simplify code and fix SSL errors 2018-04-18 22:52:37 +03:00
MANIFEST.in Simplify code and fix SSL errors 2018-04-18 22:52:37 +03:00
README.md Add .gitignore 2018-04-18 23:18:35 +03:00
setup.cfg Simplify code and fix SSL errors 2018-04-18 22:52:37 +03:00
setup.py Add CI config for linting 2022-02-06 13:00:33 +02:00

Radicale IMAP authentication plugin

IMAP authentication plugin for Radicale. This is a simplification fork of RadicaleIMAP.

Installation

python3 -m pip install radicale-imap

Configuration

[auth]
type = radicale_imap
imap_host = address:port
imap_secure = True

License

GPL-3.0