1. Computing & Technology

Using poplib to Access a POP3 Mail Server

From , former About.com Guide

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.

©2012 About.com. All rights reserved.

A part of The New York Times Company.