forked from mirror/django-mailbox
add archive=myarchivefolder&folder=MyFolder
add information about use both folder for inbox and archive.
This commit is contained in:
parent
6004a2286f
commit
efe5b81d6b
1 changed files with 4 additions and 0 deletions
|
|
@ -93,6 +93,10 @@ after processing, add ``?archive=myarchivefolder`` to the end of the URI::
|
|||
|
||||
.. _gmail-oauth:
|
||||
|
||||
If you want to specifying both folder use ``&``::
|
||||
|
||||
imap+ssl://youremailaddress%40gmail.com:1234@imap.gmail.com?archive=myarchivefolder&folder=MyFolder
|
||||
|
||||
Gmail IMAP with Oauth2 authentication
|
||||
-------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue