From 8741648666836ddc134fe91e09d1cb68258fa4cf Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Tue, 3 Jun 2014 15:09:44 -0700 Subject: [PATCH] Minor readme rewording. --- readme.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.rst b/readme.rst index b5ac337..9aa09bc 100644 --- a/readme.rst +++ b/readme.rst @@ -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).