Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 564 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 564 Bytes

Radicale IMAP

IMAP authentication plugin for Radicale.

Installation

$ python3 -m pip install --upgrade https://github.com/Unrud/RadicaleIMAP/archive/master.tar.gz

Configuration

[auth]
type = radicale_imap

# IMAP server hostname
# Syntax: address
# Syntax: address:port
# Syntax: [address]:port
# For example: imap.server.tld
#imap_host =

# Secure the IMAP connection
# Value: tls | starttls | none
#imap_security = tls

License

GPL-3.0