t.m.pop3client : module documentation

Part of twisted.mail View Source

POP3 client protocol implementation

Don't use this module directly. Use twisted.mail.pop3 instead.

AuthorJp Calderone
Class POP3ClientError Base class for all exceptions raised by POP3Client.
Class InsecureAuthenticationDisallowed Secure authentication was required but no mechanism could be found.
Class TLSError Secure authentication was required but either the transport does not support TLS or no TLS context factory was supplied.
Class TLSNotSupportedError Secure authentication was required but the server does not support TLS.
Class ServerErrorResponse The server returned an error response to a request.
Class LineTooLong The server sent an extremely long line.
Class POP3Client POP3 client protocol implementation class
Class _ListSetter Undocumented
Function _statXform Undocumented
Function _listXform Undocumented
Function _uidXform Undocumented
Function _codeStatusSplit Undocumented
Function _dotUnquoter '.' characters which begin a line of a message are doubled to avoid confusing with the terminating '.\r\n' sequence. This function unquotes them.
def _statXform(line): (source)
Undocumented
def _listXform(line): (source)
Undocumented
def _uidXform(line): (source)
Undocumented
def _codeStatusSplit(line): (source)
Undocumented
def _dotUnquoter(line): (source)
'.' characters which begin a line of a message are doubled to avoid confusing with the terminating '.\r\n' sequence. This function unquotes them.
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.