1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48: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

View file

@ -0,0 +1,13 @@
Local File-based Mailboxes
--------------------------
If you happen to want to consume a file-based mailbox like an Maildir, Mbox, Babyl, MH, or MMDF mailbox,
you can use this too by entering the appropriate 'protocol' in the URI.
If you had a maildir, for example, at ``/var/mail/``, you would enter a URI like::
maildir:///var/mail
Note that there is an additional ``/`` in the above URI after the protocol;
this is important.