Managing Remote POP3 Mailboxes
Wednesday June 4, 2008
As noted recently, the
poplib module allows for creating objects to represent both encrypted and plain text POP3 communications. In addition to logging into a server, poplib also offers several high-level methods for interacting with the server in order to manage the account. Whether you need to delete messages, get a list, or retrieve a single email message, poplib provides a way. To find out how, see "Managing a POP3 Mailbox", third in the series on "Using poplib to Access a POP3 Mail Server".