From 7e4f8cd6cd4f31e0c3d44b7cd03c468e3e0d754f Mon Sep 17 00:00:00 2001 From: Alex Lovell-Troy Date: Wed, 28 May 2014 21:32:25 -0600 Subject: [PATCH] reformatting --- docs/topics/mailbox_types.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/topics/mailbox_types.rst b/docs/topics/mailbox_types.rst index de0616f..7ec15f3 100644 --- a/docs/topics/mailbox_types.rst +++ b/docs/topics/mailbox_types.rst @@ -7,19 +7,19 @@ POP3 and IMAP as well as local file-based mailboxes. .. table:: 'Protocol' Options - ============ ============== ================================================================================================================================================================= - Mailbox Type 'Protocol':// Notes - ============ ============== ================================================================================================================================================================= - POP3 ``pop3://`` Can also specify SSL with ``pop3+ssl://`` - IMAP ``imap://`` Can also specify SSL with ``imap+ssl://``, or specify a folder to save processed messages into by appending ``?archive=my_archive_folder`` to the end of the URI. + ============ ================ ================================================================================================================================================================= + Mailbox Type 'Protocol':// Notes + ============ ================ ================================================================================================================================================================= + POP3 ``pop3://`` Can also specify SSL with ``pop3+ssl://`` + IMAP ``imap://`` Can also specify SSL with ``imap+ssl://``, or specify a folder to save processed messages into by appending ``?archive=my_archive_folder`` to the end of the URI. Gmail IMAP ``gmail+ssl://`` Password is ignored if oauth2 succeeds, but can be used as a fallback Maildir ``maildir://`` Mbox ``mbox://`` Babyl ``babyl://`` MH ``mh://`` MMDF ``mmdf://`` - Piped Mail *empty* See :ref:`receiving-mail-from-exim4-or-postfix` - ============ ============== ================================================================================================================================================================= + Piped Mail *empty* See :ref:`receiving-mail-from-exim4-or-postfix` + ============ ================ ================================================================================================================================================================= .. warning::