Metadata-Version: 2.1
Name: radicale-imap
Version: 0.2.0
Summary: Radicale IMAP authentication plugin
Home-page: https://gitlab.com/comzeradd/radicale-imap/
Author: Nikos Roussos
Author-email: nikos@roussos.cc
License: LICENSE
Description: # Radicale IMAP authentication plugin
        
        IMAP authentication plugin for [Radicale](http://radicale.org/).
        This is a simplification fork of [RadicaleIMAP](https://github.com/Unrud/RadicaleIMAP).
        
        ## Installation
        
            python3 -m pip install radicale-imap
        
        ## Configuration
        
            [auth]
            type = radicale_imap
            imap_host = address:port
            imap_secure = True
        
        ## License
        
        [GPL-3.0](LICENSE)
        
        
        # Changelog
        
        This document tracks all notable changes to radicale-imap, introduced on each release.
        
        ## 0.2.0 - 2021-02-06
        
        - Make plugin Radicale 3.x compatible
        
        ## 0.1.0 - 2018-04-18
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
