1. Home
  2. Computing & Technology
  3. Python
photo of Al Lukaszewski

Al's Python Blog

By Al Lukaszewski, About.com Guide to Python

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".

Comments

No comments yet. Leave a Comment

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Explore Python

More from About.com

  1. Home
  2. Computing & Technology
  3. Python

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

All rights reserved.