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