Skip to content

Commit

Permalink
adding missing parameter to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
modernNeo committed Dec 25, 2019
1 parent f9b0a27 commit efb1f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/mailbox_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ SSL) and you would like to fetch new emails from folder named `Myfolder` and arc
into a folder named ``Archived``, you
would enter the following as your URI::

imap+ssl://youremailaddress%40gmail.com:[email protected]?archive=Archived
imap+ssl://youremailaddress%40gmail.com:[email protected]?archive=Archived&folder=Myfolder

Additional IMAP Mailbox Features
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit efb1f94

Please sign in to comment.