From 6a0305f94430af23866e18fdecd2c7b1523ae531 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sat, 30 Jun 2012 12:19:55 -0700 Subject: [PATCH] Updating pop server address in documentation for consistency. --- readme.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.rst b/readme.rst index 42616ce..575bc19 100644 --- a/readme.rst +++ b/readme.rst @@ -19,7 +19,7 @@ Basic POP3 Example: ``pop3://username:password@server`` Most mailboxes these days are SSL-enabled; if yours is, add ``+ssl`` to your URI. Also, if your username or password include any non-ascii characters, they should be URL-encoded (for example, if your username includes an ``@``, it should be changed to ``%40`` in your URI). -If you have an account named 'contemporanea@gmail.com' with a password of '1234' on GMail (which I happen to know uses the POP3 server of 'pop3.gmail.com' and requires SSL), you would enter the following as your URI:: +If you have an account named 'contemporanea@gmail.com' with a password of '1234' on GMail (which I happen to know uses the POP3 server of 'pop.gmail.com' and requires SSL), you would enter the following as your URI:: pop3+ssl://contemporanea%40gmail.com:1234@pop.gmail.com