From 9730c34c7f4823cc400c39a5accec14c50dd1c3b Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Wed, 10 Sep 2014 14:38:12 -0700 Subject: [PATCH] This is a better preposition. --- readme.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.rst b/readme.rst index 213ee5f..2a75204 100644 --- a/readme.rst +++ b/readme.rst @@ -13,7 +13,7 @@ Easily ingest messages from POP3, IMAP, or local mailboxes into your Django appl This app allows you to either ingest e-mail content from common e-mail services (as long as the service provides POP3 or IMAP support), or directly recieve e-mail messages from ``stdin`` (for locally processing messages from Postfix or Exim4). -These ingested messages will be stored in the database as Django models and you can process their content at will, +These ingested messages will be stored in the database in Django models and you can process their content at will, or -- if you're in a hurry -- by using a signal receiver. - Documentation for django-mailbox is available on