From efe5b81d6b5d430c683f05694252e0dc6eadfa24 Mon Sep 17 00:00:00 2001 From: Rokfordchez Date: Tue, 28 Jan 2020 10:48:21 +0700 Subject: [PATCH] add archive=myarchivefolder&folder=MyFolder add information about use both folder for inbox and archive. --- docs/topics/mailbox_types.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/topics/mailbox_types.rst b/docs/topics/mailbox_types.rst index fd38e80..be67f14 100644 --- a/docs/topics/mailbox_types.rst +++ b/docs/topics/mailbox_types.rst @@ -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 -------------------------------------