1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00
This commit is contained in:
Sebastian Rahlf 2013-06-11 23:58:58 -07:00
commit 6008dce45a
2 changed files with 6 additions and 4 deletions

View file

@ -6,9 +6,9 @@ Django Mailbox supports polling both common internet mailboxes like POP3 and IMA
.. table:: 'Protocol' Options
============ ============== ===============================================================
============ ============== ===============================================
Mailbox Type 'Protocol':// Notes
============ ============== ===============================================================
============ ============== ===============================================
POP3 ``pop3://`` Can also specify SSL with ``pop3+ssl://``
IMAP ``imap://`` Can also specify SSL with ``imap+ssl://``
Maildir ``maildir://``
@ -16,8 +16,8 @@ Django Mailbox supports polling both common internet mailboxes like POP3 and IMA
Babyl ``babyl://``
MH ``mh://``
MMDF ``mmdf://``
Piped Mail *empty* See `Receiving mail directly from Exim4 or Postfix via a pipe`_
============ ============== ===============================================================
Piped Mail *empty* See :ref:`receiving-mail-from-exim4-or-postfix`
============ ============== ===============================================
.. WARNING::
This will delete any messages it can find in the inbox you specify;

View file

@ -29,6 +29,8 @@ You can easily consume incoming mail by running the management command named ``g
python manage.py getmail
.. _receiving-mail-from-exim4-or-postfix:
Receiving mail directly from Exim4 or Postfix via a pipe
--------------------------------------------------------