1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Minor readme rewording.

This commit is contained in:
Adam Coddington 2014-06-03 15:09:44 -07:00
parent 17b7478ebc
commit 8741648666

View file

@ -1,7 +1,7 @@
.. image:: https://travis-ci.org/coddingtonbear/django-mailbox.png?branch=master
:target: https://travis-ci.org/coddingtonbear/django-mailbox
Easily consume POP3, IMAP, or a local mailbox for incoming content.
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).