{ "info": { "author": "Mathieu Agopian", "author_email": "mathieu.agopian@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "#######\nMailBot\n#######\n\n.. image:: https://secure.travis-ci.org/magopian/mailbot.png?branch=master\n :alt: Build Status\n :target: https://travis-ci.org/magopian/mailbot\n\nMailBot: register callbacks to be executed on mail reception.\n\n* Authors: Mathieu Agopian and `contributors\n `_\n* Licence: BSD\n* Compatibility: Python 2.7 and Python 3.3\n* Project URL: https://github.com/magopian/mailbot\n* Documentation: http://mailbot.rtfd.org/\n\n\nHacking\n=======\n\nSetup your environment:\n\n::\n\n git clone https://github.com/magopian/mailbot.git\n cd mailbot\n\nHack and run the tests using `Tox `_ to test\non all the supported python versions:\n\n::\n\n make test\n\nThere's also a live test suite, that you may run using the following command:\n\n::\n\n make livetest\n\nPlease note that to run live tests, you need to create a\n``livetest_settings.py`` file with the following content:\n\n::\n\n # mandatory\n HOST = 'your host here'\n USERNAME = 'your username here'\n PASSWORD = 'your password here'\n\n # optional\n # check http://imapclient.readthedocs.org/en/latest/#imapclient.IMAPClient)\n PORT = 143 # port number, usually 143 or 993 if ssl is enabled\n USE_UID = True\n SSL = False\n STREAM = False\n\nFor convenience, you can copy the provided sample, and modify it:\n\n::\n\n $ cp livetest_settings.py.sample livetest_settings.py\n\r\n\r\nChangelog\n=========\n\n0.3 (2013-03-28)\n----------------\n\n - compatible python 3.3\n\n\n0.2 (2013-03-28)\n----------------\n\n - automatically decode headers, allowing for unicode subjects, senders,\n recipients, CCs and body\n - new timeout parameter: mails in the processing state for longer than this\n timeout will be reprocessed\n - use SEEN and FLAGGED to manage mail states (not processed, processing,\n processed)\n - captures from the rules' regexps available in Callback.matches (previously,\n this was storing MatchObjects)\n\n\n0.1 (2013-03-20)\n----------------\n\n - first version", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/magopian/mailbot", "keywords": "mail callback", "license": "BSD Licence", "maintainer": null, "maintainer_email": null, "name": "mailbot", "package_url": "https://pypi.org/project/mailbot/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mailbot/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/magopian/mailbot" }, "release_url": "https://pypi.org/project/mailbot/0.3/", "requires_dist": null, "requires_python": null, "summary": "MailBot: execute callback on mail reception", "version": "0.3" }, "last_serial": 919157, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d0040986c0c4e030637bfeb784446d96", "sha256": "d04deb620717cf2a2a326a24616495fca83f47ef1fd421fb8d9abcae1ea9f737" }, "downloads": -1, "filename": "mailbot-0.1.tar.gz", "has_sig": false, "md5_digest": "d0040986c0c4e030637bfeb784446d96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16222, "upload_time": "2013-03-20T08:14:00", "url": "https://files.pythonhosted.org/packages/cd/10/ecbd98c649c98602a06c151d6f1ac835e92535a9693de5be95869155383e/mailbot-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "a2fd3768914c5397eee423057f836bfb", "sha256": "76cefc4c60ca879410629082b0975d072a960345c57ffaf2fbf07581f7162da6" }, "downloads": -1, "filename": "mailbot-0.2.tar.gz", "has_sig": false, "md5_digest": "a2fd3768914c5397eee423057f836bfb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12507, "upload_time": "2013-03-28T15:17:50", "url": "https://files.pythonhosted.org/packages/fe/bb/0c5013125fc47445643a03e3a9f5e623fc20eed31d65c3448a99db9989ac/mailbot-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "28235d1ac6f73308705870c68c3849b7", "sha256": "7dc1da012e322697b5a0964929dcfe3efbd9ade4d591c235449d6a553c1f6aea" }, "downloads": -1, "filename": "mailbot-0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "28235d1ac6f73308705870c68c3849b7", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16593, "upload_time": "2013-11-14T08:27:35", "url": "https://files.pythonhosted.org/packages/3b/62/e06c96d7026903e0bdb1a1187efaea68486a6ab4a11aa2d8b91ef30943ed/mailbot-0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f078d6d2f66aef06d12f386659aa219", "sha256": "8fae77bc90df3cf393359f2f5506491782c7ff1683fc701edcd9b9f435a0b4fd" }, "downloads": -1, "filename": "mailbot-0.3.tar.gz", "has_sig": false, "md5_digest": "5f078d6d2f66aef06d12f386659aa219", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11480, "upload_time": "2013-07-28T06:15:33", "url": "https://files.pythonhosted.org/packages/33/2a/e41a7f77a4b4a27fdaa5293a81bc7817d5d8508588e90ef8c8511dc23e02/mailbot-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "28235d1ac6f73308705870c68c3849b7", "sha256": "7dc1da012e322697b5a0964929dcfe3efbd9ade4d591c235449d6a553c1f6aea" }, "downloads": -1, "filename": "mailbot-0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "28235d1ac6f73308705870c68c3849b7", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16593, "upload_time": "2013-11-14T08:27:35", "url": "https://files.pythonhosted.org/packages/3b/62/e06c96d7026903e0bdb1a1187efaea68486a6ab4a11aa2d8b91ef30943ed/mailbot-0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f078d6d2f66aef06d12f386659aa219", "sha256": "8fae77bc90df3cf393359f2f5506491782c7ff1683fc701edcd9b9f435a0b4fd" }, "downloads": -1, "filename": "mailbot-0.3.tar.gz", "has_sig": false, "md5_digest": "5f078d6d2f66aef06d12f386659aa219", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11480, "upload_time": "2013-07-28T06:15:33", "url": "https://files.pythonhosted.org/packages/33/2a/e41a7f77a4b4a27fdaa5293a81bc7817d5d8508588e90ef8c8511dc23e02/mailbot-0.3.tar.gz" } ] }