Metadata-Version: 2.1
Name: imaplar
Version: 0.7.1
Summary: IMAP mailbox monitor
Home-page: https://github.com/MichaelPaddon/imaplar
Author: Michael Paddon
Author-email: michael@paddon.org
License: GPLv3+
Description: # Imaplar
        Imaplar monitors one or more mailboxes on one or more IMAP servers
        for incoming messages. When a message arrives, it is passed to a user
        defined policy for processing.
        
        See [the manual](//imaplar.readthedocs.io/en/latest/) for more information.
        
        ## Installation
        Imaplar is on [PyPI](https://pypi.org/project/imaplar/),
        so all you need to do is:
        ```
        $ pip3 install imaplar
        ```
        
        
Keywords: imap
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: Communications :: Email
Requires-Python: >=3.7
Description-Content-Type: text/markdown
