Part of twisted.mail View Source
POP3 client protocol implementation
Don't use this module directly. Use twisted.mail.pop3 instead.Author | Jp Calderone |
Class | TLSError | Secure authentication was required but either the transport does |
Class | TLSNotSupportedError | Secure authentication was required but the server does not support |
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
|
'.'
characters which begin a line of a message are doubled
to avoid confusing with the terminating '.\r\n'
sequence.
This function unquotes them.