1
0
Fork 0

adding missing parameter to documentation

This commit is contained in:
Jace Manshadi 2019-12-24 18:24:32 -08:00
parent f9b0a27e5f
commit efb1f94d31

View file

@ -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:1234@imap.gmail.com?archive=Archived
imap+ssl://youremailaddress%40gmail.com:1234@imap.gmail.com?archive=Archived&folder=Myfolder
Additional IMAP Mailbox Features
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~