mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Add a small section about spaces in folder names to the docs
Add a small section about spaces in folder names to the docs
This commit is contained in:
commit
c722d7e52c
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
|
||||
|
||||
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:
|
||||
|
||||
Specifying an archive folder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue