Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 420 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 420 Bytes

Radicale IMAP authentication plugin

IMAP authentication plugin for Radicale. This is a fork of radicale-imap that uses IMAP4_SSL instead of IMAP4 to initiate connection.

Installation

python3 -m pip install radicale-imaps

Configuration

[auth]
type = radicale_imap
imaps_host = address:port

License

GPL-3.0