module documentation

Undocumented

Class POP3TestServer No class docstring; 0/4 instance variable, 1/10 method documented
Function main Undocumented
Function printMessage Undocumented
Function processArg Undocumented
Constant AUTH_ACCEPTED Undocumented
Constant AUTH_DECLINED Undocumented
Constant BAD_TLS_RESPONSE Undocumented
Constant CAP_START Undocumented
Constant CAPABILITIES Undocumented
Constant CAPABILITIES_SSL Undocumented
Constant CAPABILITIES_UIDL Undocumented
Constant CONNECTION_MADE Undocumented
Constant DENY_CONNECTION Undocumented
Constant DROP_CONNECTION Undocumented
Constant INVALID_CAPABILITY_RESPONSE Undocumented
Constant INVALID_LOGIN_RESPONSE Undocumented
Constant INVALID_RESPONSE Undocumented
Constant INVALID_SERVER_RESPONSE Undocumented
Constant LIST Undocumented
Constant LOGOUT_COMPLETE Undocumented
Constant NOT_LOGGED_IN Undocumented
Constant PASS Undocumented
Constant PORT Undocumented
Constant SLOW_GREETING Commands
Constant SSL_SUPPORT Undocumented
Constant STAT Undocumented
Constant TIMEOUT_DEFERRED Undocumented
Constant TIMEOUT_RESPONSE Undocumented
Constant TLS_ERROR Undocumented
Constant UIDL Undocumented
Constant UIDL_SUPPORT Undocumented
Constant USER Undocumented
Constant VALID_RESPONSE Undocumented
Variable usage Undocumented
def main(): (source)

Undocumented

def printMessage(msg): (source)

Undocumented

def processArg(arg): (source)

Undocumented

AUTH_ACCEPTED: bytes = (source)

Undocumented

Value
b'+OK Mailbox open, 0 messages'
AUTH_DECLINED: bytes = (source)

Undocumented

Value
b'-ERR LOGIN failed'
BAD_TLS_RESPONSE: bool = (source)

Undocumented

Value
False
CAP_START: bytes = (source)

Undocumented

Value
b'+OK Capability list follows:'
CAPABILITIES: list[bytes] = (source)

Undocumented

Value
[b'TOP', b'LOGIN-DELAY 180', b'USER', b'SASL LOGIN']
CAPABILITIES_SSL: bytes = (source)

Undocumented

Value
b'STLS'
CAPABILITIES_UIDL: bytes = (source)

Undocumented

Value
b'UIDL'
CONNECTION_MADE: bytes = (source)

Undocumented

Value
b'+OK POP3 localhost v2003.83 server ready'
DENY_CONNECTION: bool = (source)

Undocumented

Value
False
DROP_CONNECTION: bool = (source)

Undocumented

Value
False
INVALID_CAPABILITY_RESPONSE: bool = (source)

Undocumented

Value
False
INVALID_LOGIN_RESPONSE: bool = (source)

Undocumented

Value
False
INVALID_RESPONSE: bytes = (source)

Undocumented

Value
b'-ERR Unknown request'
INVALID_SERVER_RESPONSE: bool = (source)

Undocumented

Value
False

Undocumented

Value
b'''+OK Mailbox scan listing follows\r
.'''
LOGOUT_COMPLETE: bytes = (source)

Undocumented

Value
b'+OK quit completed'
NOT_LOGGED_IN: bytes = (source)

Undocumented

Value
b'-ERR Unknown AUHORIZATION state command'

Undocumented

Value
'twisted'

Undocumented

Value
1100
SLOW_GREETING: bool = (source)

Commands

Value
False
SSL_SUPPORT: bool = (source)

Undocumented

Value
True

Undocumented

Value
b'+OK 0 0'
TIMEOUT_DEFERRED: bool = (source)

Undocumented

Value
False
TIMEOUT_RESPONSE: bool = (source)

Undocumented

Value
False
TLS_ERROR: bytes = (source)

Undocumented

Value
b'-ERR server side error start TLS handshake'

Undocumented

Value
b'''+OK Unique-ID listing follows\r
.'''
UIDL_SUPPORT: bool = (source)

Undocumented

Value
True

Undocumented

Value
'test'
VALID_RESPONSE: bytes = (source)

Undocumented

Value
b'+OK Command Completed'

Undocumented