1. Home
  2. Computing & Technology
  3. Python
Python Blog

From Al Lukaszewski, for About.com

Popping a POP3 Mail Account: Setting Up the Login

Thursday June 26, 2008
After getting the username for the account, you need to setup the login. With a bit of coding, you could do this with the re and socket modules, but why? The poplib module does it for you. Using the user method of the Mailbox class provided by poplib, one can login and treat the mailbox as an object. For an example of how to do that, see "Setting Up the Login", third in the series "Retrieving POP3 Email with poplib".
Explore Python
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Python

©2009 About.com, a part of The New York Times Company.

All rights reserved.