t.m.p.POP3Client(basic.LineOnlyReceiver) : class documentation

Part of twisted.mail.pop3 View Source View In Hierarchy

Undocumented
Method __init__ Undocumented
Method sendShort Undocumented
Method sendLong Undocumented
Method handle_default Undocumented
Method handle_WELCOME Undocumented
Method lineReceived Override this for when each line is received.
Method apopAuthenticate Undocumented
Method apop Undocumented
Method retr Undocumented
Method dele Undocumented
Method list Undocumented
Method uidl Undocumented
Method user Undocumented
Method pass_ Undocumented
Method quit Undocumented
Method _dispatch Undocumented

Inherited from LineOnlyReceiver:

Class Variable delimiter The line-ending delimiter to use. By default this is b'\r\n'.
Class Variable MAX_LENGTH The maximum length of a line to allow (If a sent line is longer than this, the connection is dropped). Default is 16384.
Method dataReceived Translates bytes into lines, and calls lineReceived.
Method sendLine Sends a line to the other end of the connection.
Method lineLengthExceeded Called when the maximum line length has been reached. Override if it needs to be dealt with in some special way.

Inherited from Protocol (via LineOnlyReceiver):

Method logPrefix Return a prefix matching the class name, to identify log messages related to this protocol instance.
Method connectionLost Called when the connection is shut down.

Inherited from BaseProtocol (via LineOnlyReceiver, Protocol):

Method makeConnection Make a connection to a transport and a server.
Method connectionMade Called when a connection is made.
def __init__(self): (source)
Undocumented
def sendShort(self, command, params=None): (source)
Undocumented
def sendLong(self, command, params): (source)
Undocumented
def handle_default(self, line): (source)
Undocumented
def handle_WELCOME(self, line): (source)
Undocumented
def _dispatch(self, command, default, *args): (source)
Undocumented
def lineReceived(self, line): (source)
Override this for when each line is received.
ParameterslineThe line which was received with the delimiter removed. (type: bytes)
def apopAuthenticate(self, user, password, magic): (source)
Undocumented
def apop(self, user, digest): (source)
Undocumented
def retr(self, i): (source)
Undocumented
def dele(self, i): (source)
Undocumented
def list(self, i=''): (source)
Undocumented
def uidl(self, i=''): (source)
Undocumented
def user(self, name): (source)
Undocumented
def pass_(self, pass_): (source)
Undocumented
def quit(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.