1. Home
  2. Computing & Technology
  3. Python

Using poplib to Access a POP3 Mail Server

From Al Lukaszewski, for About.com

4 of 4

Special Kinds of POP3 Authentication

Sometimes, additional forms of authentication may be preferred. The poplib module allows for two different kinds of special authentication.
  • p.apop(user, secret): Uses APOP authentication to log into the server with username user. The secret argument is a string which contains the secret shared by client and server.
  • p.rpop(user): Uses RPOP authentication to access account user.
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
  4. Python Library
  5. Python Programming - Python Library - poplib Module - Special Kinds of POP3 Authentication

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

All rights reserved.