Unrud / RadicaleIMAP

IMAP authentication plugin for Radicale

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

IMAP authentication plugin for Radicale

License:GNU General Public License v3.0


Languages

Language:Python 100.0%