1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Moving documentation to RTD.

This commit is contained in:
Adam Coddington 2013-01-22 20:37:11 -08:00
parent 74aaf467ee
commit 3bada8f1a8
12 changed files with 631 additions and 191 deletions

33
docs/index.rst Normal file
View file

@ -0,0 +1,33 @@
.. 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
==============
.. image:: https://travis-ci.org/latestrevision/django-mailbox.png?branch=master
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).
Contents:
.. toctree::
:maxdepth: 2
:glob:
topics/*
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`