forked from mirror/django-mailbox
Update mailbox_types.rst
This commit is contained in:
parent
7e4f8cd6cd
commit
857643e978
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ POP3 and IMAP as well as local file-based mailboxes.
|
||||||
============ ================ =================================================================================================================================================================
|
============ ================ =================================================================================================================================================================
|
||||||
POP3 ``pop3://`` Can also specify SSL with ``pop3+ssl://``
|
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.
|
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
|
Gmail IMAP ``gmail+ssl://`` Password is only used as a fallback if oauth2 fails
|
||||||
Maildir ``maildir://``
|
Maildir ``maildir://``
|
||||||
Mbox ``mbox://``
|
Mbox ``mbox://``
|
||||||
Babyl ``babyl://``
|
Babyl ``babyl://``
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue