1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

add archive=myarchivefolder&folder=MyFolder

add information about use both folder for inbox and archive.
This commit is contained in:
Rokfordchez 2020-01-28 10:48:21 +07:00 committed by GitHub
parent 6004a2286f
commit efe5b81d6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
-------------------------------------