1
0
Fork 0
No description
Find a file
Patrick Craston 8fac7c9711 Only store text/plain and text/html in body field
When parsing multipart message it was storing the whole message as
string in database which could lead to database errors. Only want to
store the actual message text
2013-03-01 16:35:26 +00:00
django_mailbox Only store text/plain and text/html in body field 2013-03-01 16:35:26 +00:00
docs Moving piped documentation into same section as polling. 2013-01-22 20:44:46 -08:00
.hgignore Bumping version number. 2012-07-21 17:27:00 -07:00
.hgtags Added tag 1.8.3 for changeset 4145d46d42d0 2013-02-03 14:57:41 -08:00
.travis.yml Adding tests. 2013-01-19 00:26:58 -08:00
MANIFEST Bumping version number. 2013-01-14 03:32:46 -08:00
readme.rst Moving documentation to RTD. 2013-01-22 20:37:11 -08:00
setup.py Delete attachments after they are no longer referenced by an e-mail message. Fixes #1. Bumping version number to 1.8.3 2013-02-03 14:52:42 -08: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.

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).

.. image:: https://travis-ci.org/latestrevision/django-mailbox.png?branch=master

- 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>`_.