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():

Undocumented

def printMessage(msg):

Undocumented

def processArg(arg):

Undocumented

AUTH_ACCEPTED: bytes =

Undocumented

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

Undocumented

Value
b'-ERR LOGIN failed'
BAD_TLS_RESPONSE: bool =

Undocumented

Value
False
CAP_START: bytes =

Undocumented

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

Undocumented

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

Undocumented

Value
b'STLS'
CAPABILITIES_UIDL: bytes =

Undocumented

Value
b'UIDL'
CONNECTION_MADE: bytes =

Undocumented

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

Undocumented

Value
False
DROP_CONNECTION: bool =

Undocumented

Value
False
INVALID_CAPABILITY_RESPONSE: bool =

Undocumented

Value
False
INVALID_LOGIN_RESPONSE: bool =

Undocumented

Value
False
INVALID_RESPONSE: bytes =

Undocumented

Value
b'-ERR Unknown request'
INVALID_SERVER_RESPONSE: bool =

Undocumented

Value
False
LIST: bytes =

Undocumented

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

Undocumented

Value
b'+OK quit completed'
NOT_LOGGED_IN: bytes =

Undocumented

Value
b'-ERR Unknown AUHORIZATION state command'
PASS: str =

Undocumented

Value
'twisted'
PORT: int =

Undocumented

Value
1100
SLOW_GREETING: bool =

Commands

Value
False
SSL_SUPPORT: bool =

Undocumented

Value
True
STAT: bytes =

Undocumented

Value
b'+OK 0 0'
TIMEOUT_DEFERRED: bool =

Undocumented

Value
False
TIMEOUT_RESPONSE: bool =

Undocumented

Value
False
TLS_ERROR: bytes =

Undocumented

Value
b'-ERR server side error start TLS handshake'
UIDL: bytes =

Undocumented

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

Undocumented

Value
True
USER: str =

Undocumented

Value
'test'
VALID_RESPONSE: bytes =

Undocumented

Value
b'+OK Command Completed'
usage: str =

Undocumented