PopClient
index
popclient.py

This file implement the PopClient class.

 
Modules
       
poplib

 
Classes
       
builtins.object
PopClient

 
class PopClient(builtins.object)
    PopClient(server='', port=None, username=None, password=None, ssl=True, debug=0)
 
This class is a pop3 client to receive email.
 
  Methods defined here:
__init__(self, server='', port=None, username=None, password=None, ssl=True, debug=0)
Initialize self.  See help(type(self)) for accurate signature.
create_connection(self)
This method start the connection and authentication.
get_all_mail(self, reverse=False)
This method is a generator and return all email.

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        __all__ = ['PopClient']