Metadata-Version: 2.1
Name: mailprocessing
Version: 1.2.7
Summary: maildir and IMAP processor/filter using Python 3.x as its configuration language
Home-page: http://mailprocessing.github.io/mailprocessing
Author: Joel Rosdahl
Author-email: joel@rosdahl.net
Maintainer: Johannes Grassler
Maintainer-email: johannes@btw23.de
License: GNU GPL 2.0
Platform: platform-independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Communications :: Email :: Filters
License-File: LICENSE

The mailprocessing library contains two executables:
maildirproc and imapproc. maildirproc processes one or several several existing mail boxes in the maildir format. It is primarily focused on mail sorting -- i.e., moving, copying, forwarding and deleting mail according to a set of rules. It can be seen as an alternative to procmail, but instead of being a delivery agent (which wants to be part of the delivery chain), maildirproc only processes already delivered mail. And that's a feature, not a bug. imapproc does the same thing for IMAP folders.
