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:
parent
74aaf467ee
commit
3bada8f1a8
12 changed files with 631 additions and 191 deletions
13
docs/topics/file_based.rst
Normal file
13
docs/topics/file_based.rst
Normal 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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue