From 6336e910bd241196e9827c1d0bda1cc528821d09 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Mon, 26 May 2014 10:25:55 -0700 Subject: [PATCH] Fixing a documentation glitch; thanks for catching this, @yellowcap. --- docs/topics/mailbox_types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/mailbox_types.rst b/docs/topics/mailbox_types.rst index fce8461..014960d 100644 --- a/docs/topics/mailbox_types.rst +++ b/docs/topics/mailbox_types.rst @@ -59,7 +59,7 @@ SSL) and you would like to archive all processed emails into a folder named ``Archived``, you would enter the following as your URI:: - pop3+ssl://youremailaddress%40gmail.com:1234@pop.gmail.com?archive=Archived + imap+ssl://youremailaddress%40gmail.com:1234@imap.gmail.com?archive=Archived Local File-based Mailboxes