Skip to content

Commit

Permalink
Add a small section about spaces in folder names to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
enaut authored May 21, 2024
1 parent cff1066 commit 94057cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/topics/mailbox_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ to the end of your URI::

imap+ssl://youremailaddress%40gmail.com:[email protected]?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
Expand Down

0 comments on commit 94057cd

Please sign in to comment.