Skip to main content

multi-server mail filtering daemon supporting IMAP, POP and SMTP

Project description

package version from PyPI build status from Travis CI grade from Codacy test coverage from Codecov license

Multi-server mail filtering daemon supporting IMAP, POP and SMTP.

requirements

This package is intended for Python 3.5 and above. It was tested on 64 bit Ubuntu, but it might work on other versions and systems too.

installation

For simplest installation use pip:

pip3 install maildaemon

You can also build your own version:

git clone https://github.com/mbdevpl/maildaemon
cd maildaemon
cp .maildaemon.config{.sample,}
nano .maildaemon.config # make sure that connections parameters are valid
python3 -m unittest discover # make sure the tests pass
python3 setup.py bdist_wheel
ls -1tr dist/*.whl | tail -n 1 | xargs pip3 install

supported protocols

Currently, the package has a very limited support for:

  • IMAP4rev1

  • SMTP

  • POP3

filtering options

?

conditions

?

actions

?

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

maildaemon-0.1.0.dev1.tar.gz (27.0 kB view hashes)

Uploaded Source

Built Distribution

maildaemon-0.1.0.dev1-py3-none-any.whl (24.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page