mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Minor wording and formatting changes.
This commit is contained in:
parent
684f124c45
commit
079a8e52e1
1 changed files with 2 additions and 2 deletions
|
|
@ -11,10 +11,10 @@
|
||||||
Easily ingest messages from POP3, IMAP, or local mailboxes into your Django application.
|
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),
|
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,
|
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
|
- Documentation for django-mailbox is available on
|
||||||
`ReadTheDocs <http://django-mailbox.readthedocs.org/>`_.
|
`ReadTheDocs <http://django-mailbox.readthedocs.org/>`_.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue