1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00
django-mailbox/docs/topics/file_based.rst

14 lines
442 B
ReStructuredText
Raw Normal View History

2013-01-22 20:37:11 -08:00
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.