forked from mirror/django-mailbox
reformatting
This commit is contained in:
parent
d6f3ff2c5c
commit
7e4f8cd6cd
1 changed files with 7 additions and 7 deletions
|
|
@ -7,9 +7,9 @@ POP3 and IMAP as well as local file-based mailboxes.
|
|||
|
||||
.. 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://``, or specify a folder to save processed messages into by appending ``?archive=my_archive_folder`` to the end of the URI.
|
||||
Gmail IMAP ``gmail+ssl://`` Password is ignored if oauth2 succeeds, but can be used as a fallback
|
||||
|
|
@ -19,7 +19,7 @@ POP3 and IMAP as well as local file-based mailboxes.
|
|||
MH ``mh://``
|
||||
MMDF ``mmdf://``
|
||||
Piped Mail *empty* See :ref:`receiving-mail-from-exim4-or-postfix`
|
||||
============ ============== =================================================================================================================================================================
|
||||
============ ================ =================================================================================================================================================================
|
||||
|
||||
|
||||
.. warning::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue