1
0
Fork 0
django-mailbox/readme.rst

18 lines
908 B
ReStructuredText
Raw Normal View History

2013-07-25 00:24:39 -07:00
.. image:: https://travis-ci.org/latestrevision/django-mailbox.png?branch=master
:target: https://travis-ci.org/latestrevision/django-mailbox
2012-10-27 14:53:54 -07:00
How many times have you had to consume some sort of POP3, IMAP, or local mailbox for incoming content,
or had to otherwise construct an application driven by e-mail?
One too many times, I'm sure.
2012-06-27 20:45:01 -07:00
2012-10-27 14:53:54 -07:00
This small Django application will allow you to specify mailboxes that you would like consumed for incoming content;
the e-mail will be stored, and you can process it at will (or, if you're in a hurry, by subscribing to a signal).
2012-06-27 20:45:01 -07:00
2013-01-22 20:37:11 -08:00
- Documentation for django-mailbox is available on
`ReadTheDocs <http://django-mailbox.readthedocs.org/>`_.
- Please post issues on
`BitBucket <http://bitbucket.org/latestrevision/django-mailbox/issues?status=new&status=open>`_.
- Test status available on
`Travis-CI <https://travis-ci.org/latestrevision/django-mailbox>`_.