2013-01-22 20:37:11 -08:00
.. django-mailbox documentation master file, created by
sphinx-quickstart on Tue Jan 22 20:29:12 2013.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Django-mailbox
==============
2014-07-31 20:30:42 -07:00
.. image :: https://travis-ci.org/coddingtonbear/django-mailbox.png?branch=master
:target: https://travis-ci.org/coddingtonbear/django-mailbox
2013-01-22 20:37:11 -08:00
How many times have you had to consume some sort of POP3, IMAP, or local mailbox for incoming content,
or had to otherwise construct an application driven by e-mail?
One too many times, I'm sure.
This small Django application will allow you to specify mailboxes that you would like consumed for incoming content;
the e-mail will be stored, and you can process it at will (or, if you're in a hurry, by subscribing to a signal).
2017-11-03 14:47:59 +01:00
The Django-mailbox retrieves the e-mail messages by eg. IMAP, POP and then erases them to not download again the next time. Django-mailbox is not a typical mail program, and is a development library that makes it easy to process email messages in Django. A mailbox in that case plays the role of a message queue that needs to be processed. Messages processed from the queue are removed from the queue.
2013-01-22 20:37:11 -08:00
Contents:
.. toctree ::
2013-01-22 20:44:46 -08:00
:maxdepth: 3
2013-01-22 20:37:11 -08:00
2014-08-13 17:40:26 -07:00
topics/installation
topics/mailbox_types
topics/polling
topics/signal
2014-08-15 21:02:53 -07:00
topics/appendix
2013-01-22 20:37:11 -08:00
Indices and tables
==================
* :ref: `genindex`
* :ref: `modindex`
* :ref: `search`