Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Data Structures | |
class | error_proto |
class | POP3 |
Variables | |
list | __all__ = ["POP3","error_proto"] |
int | POP3_PORT = 110 |
string | CR = '\r' |
string | LF = '\n' |
CRLF = CR+LF | |
tuple | a = POP3(sys.argv[1]) |
A POP3 client class. Based on the J. Myers POP3 draft, Jan. 96
list __all__ = ["POP3","error_proto"] |