Skip to content

yanc0/RadicaleIMAP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

# Domains allowed separated with comma
# Syntax: domain[,domain]
#    note: values are separated with comma
# Default: ""
#    note: empty value allow all domains to authenticate
#allowed_domains = domain.tld, other.domain.org

License

GPL-3.0

About

IMAP authentication plugin for Radicale

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%