Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
poplib Namespace Reference

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])
 

Detailed Description

A POP3 client class.

Based on the J. Myers POP3 draft, Jan. 96

Variable Documentation

list __all__ = ["POP3","error_proto"]

Definition at line 17 of file poplib.py.

tuple a = POP3(sys.argv[1])

Definition at line 323 of file poplib.py.

string CR = '\r'

Definition at line 27 of file poplib.py.

CRLF = CR+LF

Definition at line 29 of file poplib.py.

string LF = '\n'

Definition at line 28 of file poplib.py.

int POP3_PORT = 110

Definition at line 24 of file poplib.py.