Part of twisted.mail View Source
POP3 client protocol implementation
Don't use this module directly. Use twisted.mail.pop3 instead.| Author | Jp Calderone | |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 33 | Class | TLSError | Secure authentication was required but either the transport does |
| 39 | Class | TLSNotSupportedError | Secure authentication was required but the server does not support |
| 56 | Class | _ListSetter | Undocumented |
| 73 | Function | _statXform | Undocumented |
| 79 | Function | _listXform | Undocumented |
| 85 | Function | _uidXform | Undocumented |
| 90 | Function | _codeStatusSplit | Undocumented |
| 97 | 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.