forked from mirror/django-mailbox
Add a small section about spaces in folder names to the docs
This commit is contained in:
parent
cff1066b66
commit
94057cd04a
1 changed files with 5 additions and 0 deletions
|
|
@ -77,6 +77,11 @@ to the end of your URI::
|
||||||
|
|
||||||
imap+ssl://youremailaddress%40gmail.com:1234@imap.gmail.com?folder=MyFolder
|
imap+ssl://youremailaddress%40gmail.com:1234@imap.gmail.com?folder=MyFolder
|
||||||
|
|
||||||
|
If you have a space in your folder like ``Junk Mail`` you have to wrap the
|
||||||
|
foldername in (encoded)quotes like:
|
||||||
|
|
||||||
|
``…?folder=%22Junk%20Mail%22``
|
||||||
|
|
||||||
.. _gmail-oauth:
|
.. _gmail-oauth:
|
||||||
|
|
||||||
Specifying an archive folder
|
Specifying an archive folder
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue