NOTE: This library has been moved into python-slimta.
Adds a queue extension to python-slimta that stores messages and message metadata to redis hash keys. This is a storage plugin for the standard queue engine that uses redis-py with gevent sockets to asynchronously communicate with the database.
If you haven't yet installed python-slimta
, refer to the "Getting
Started" section. Once inside your virtualenv:
(.venv)$ python setup.py develop
To run the suite of included unit tests:
(.venv)$ py.test
Refer to the API Documentation and Manual for more information on using this extension.