Metadata-Version: 2.1
Name: imaplar
Version: 1.0.1
Summary: IMAP mailbox monitor
Home-page: https://github.com/MichaelPaddon/imaplar
Author: Michael Paddon
Author-email: michael@paddon.org
License: GPLv3+
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
License-File: LICENSE

# 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:
```
$ pip install imaplar
```

## License
Copyright (C) 2017-2022, 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.


