MailBot: execute callback on mail reception
Project description
MailBot: register callbacks to be executed on mail reception.
Authors: Mathieu Agopian and contributors
Licence: BSD
Compatibility: Django 1.4+, python2.6 up to python3.3
Project URL: https://github.com/novagile/mailbot
Documentation: http://mailbot.rtfd.org/
Hacking
Setup your environment:
git clone https://github.com/novagile/mailbot.git cd mailbot
Hack and run the tests using Tox to test on all the supported python and Django versions:
make test
There’s also a live test suite, that you may run using the following command:
make livetest
Please note that to run live tests, you need to create a livetest_settings.py file with the following content:
# mandatory HOST = 'your host here' USERNAME = 'your username here' PASSWORD = 'your password here' # optional # check http://imapclient.readthedocs.org/en/latest/#imapclient.IMAPClient) PORT = 143 # port number, usually 143 or 993 if ssl is enabled USE_UID = True SSL = False STREAM = False
For convenience, you can copy the provided sample, and modify it:
$ cp livetest_settings.py.sample livetest_settings.py
Changelog
0.1 (2013-03-20)
first version
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mailbot-0.1.tar.gz
.
File metadata
- Download URL: mailbot-0.1.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d04deb620717cf2a2a326a24616495fca83f47ef1fd421fb8d9abcae1ea9f737 |
|
MD5 | d0040986c0c4e030637bfeb784446d96 |
|
BLAKE2b-256 | cd10ecbd98c649c98602a06c151d6f1ac835e92535a9693de5be95869155383e |