mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
Minor docs fix.
This commit is contained in:
parent
3bdf248619
commit
0a0fda5594
1 changed files with 2 additions and 2 deletions
|
|
@ -76,6 +76,8 @@ to the end of your URI::
|
||||||
|
|
||||||
imap+ssl://youremailaddress%40gmail.com:1234@imap.gmail.com?folder=MyFolder
|
imap+ssl://youremailaddress%40gmail.com:1234@imap.gmail.com?folder=MyFolder
|
||||||
|
|
||||||
|
.. _gmail-oauth:
|
||||||
|
|
||||||
Specifying an archive folder
|
Specifying an archive folder
|
||||||
++++++++++++++++++++++++++++
|
++++++++++++++++++++++++++++
|
||||||
|
|
||||||
|
|
@ -91,8 +93,6 @@ after processing, add ``?archive=myarchivefolder`` to the end of the URI::
|
||||||
|
|
||||||
imap+ssl://youremailaddress%40gmail.com:1234@imap.gmail.com?archive=myarchivefolder
|
imap+ssl://youremailaddress%40gmail.com:1234@imap.gmail.com?archive=myarchivefolder
|
||||||
|
|
||||||
.. _gmail-oauth:
|
|
||||||
|
|
||||||
If you want to specifying both folder use ``&``::
|
If you want to specifying both folder use ``&``::
|
||||||
|
|
||||||
imap+ssl://youremailaddress%40gmail.com:1234@imap.gmail.com?archive=myarchivefolder&folder=MyFolder
|
imap+ssl://youremailaddress%40gmail.com:1234@imap.gmail.com?archive=myarchivefolder&folder=MyFolder
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue