Skip to content

MailBot: register callbacks to be executed on mail reception.

License

Notifications You must be signed in to change notification settings

magopian/mailbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

642200d · Nov 15, 2013

History

31 Commits
Aug 30, 2013
Jul 27, 2013
Mar 19, 2013
Nov 15, 2013
Jul 28, 2013
Mar 13, 2013
Mar 13, 2013
Jul 27, 2013
Jul 27, 2013
Jul 28, 2013
Mar 19, 2013
Nov 14, 2013
Jul 27, 2013
Jul 27, 2013

Repository files navigation

MailBot

Build Status

MailBot: register callbacks to be executed on mail reception.

Hacking

Setup your environment:

git clone https://github.com/magopian/mailbot.git
cd mailbot

Hack and run the tests using Tox to test on all the supported python 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

About

MailBot: register callbacks to be executed on mail reception.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages