Easily pull messages from POP3, IMAP, or local mailboxes into Django models.
This Django application will allow you to specify mailboxes that you would like consumed for incoming content; the e-mail will be stored in the database, and you can process it at will (or, if you're in a hurry, by subscribing to a signal).
- Documentation for django-mailbox is available on ReadTheDocs.
- Please post issues on Github.
- Test status available on Travis-CI.