Metadata-Version: 2.1
Name: imaplar
Version: 0.10.3
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.
        Unseen messages are passed to a user defined policy for processing.
        
        See [the manual](//imaplar.readthedocs.io/en/latest/) for more information.
        
        ## Installation
        Imaplar is [released on PyPI](https://pypi.org/project/imaplar/),
        so all you need to do is:
        ```
        $ pip3 install imaplar
        ```
        
        ## License
        Copyright (C) 2017-2020, Michael Paddon.
        
        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation, either version 3 of the License, or
        (at your option) any later version.
        
Keywords: imap
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Communications :: Email :: Filters
Classifier: Topic :: Communications :: Email :: Post-Office :: IMAP
Requires-Python: >=3.7
Description-Content-Type: text/markdown
