From 079a8e52e1c60cb8fbc91ee302029dfba40dd18e Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Mon, 8 Sep 2014 19:47:28 -0700 Subject: [PATCH] Minor wording and formatting changes. --- readme.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.rst b/readme.rst index 65be1da..f32bb6b 100644 --- a/readme.rst +++ b/readme.rst @@ -11,10 +11,10 @@ Easily ingest messages from POP3, IMAP, or local mailboxes into your Django application. 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). +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, -or if you're in a hurry, by subscribing to a signal. +or -- if you're in a hurry -- by using a signal receiver. - Documentation for django-mailbox is available on `ReadTheDocs `_.