From 36d515fec142091ab0d2dca7eeca23a049fd8735 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Wed, 18 Mar 2015 23:25:21 +0400 Subject: [PATCH] Update mailbox_types.rst --- docs/topics/mailbox_types.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/mailbox_types.rst b/docs/topics/mailbox_types.rst index c19882a..0eafcc3 100644 --- a/docs/topics/mailbox_types.rst +++ b/docs/topics/mailbox_types.rst @@ -11,7 +11,7 @@ POP3 and IMAP as well as local file-based mailboxes. Mailbox Type 'Protocol':// Notes ============ ================ ================================================================================================================================================================= POP3 ``pop3://`` Can also specify SSL with ``pop3+ssl://`` - IMAP ``imap://`` Can also specify SSL with ``imap+ssl://``, specify imap folder to fetch emails with uri param ``folder``, or specify archive folder to store emails after processing in uri param ``archive``. See :ref:`pop3-and-imap-mailboxes` for details. + IMAP ``imap://`` Can also specify SSL with ``imap+ssl://``, specify imap folder to get emails with uri param ``folder``, or specify archive folder to store emails after processing in uri param ``archive``. See :ref:`pop3-and-imap-mailboxes` for details. Gmail IMAP ``gmail+ssl://`` Uses OAuth authentication for Gmail's IMAP transport. See :ref:`gmail-oauth` for details. Maildir ``maildir://`` Mbox ``mbox://`` @@ -53,7 +53,7 @@ are deleted from the inbox. To archive emails, add the archive folder name as a query paremeter to the uri. For example, if your mailbox has a folder named ``myarchivefolder`` that you would like to copy messages to after processing, add ``?archive=myarchivefolder`` to the end of the URI. -Also if you want to fetch new emails from imap folder other than 'INBOX' (for example, Myfolder) you +Also if you want to get new emails from imap folder other than 'INBOX' (for example, Myfolder) you could specify another uri query parameter: ``?folder=Myfolder``. For a verbose example, if you have an account named