forked from mirror/django-mailbox
Merge pull request #216 from modernNeo/master
adding missing parameter to documentation
This commit is contained in:
commit
6004a2286f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
into a folder named ``Archived``, you
|
||||||
would enter the following as your URI::
|
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
|
Additional IMAP Mailbox Features
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue