Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
smtpd.py File Reference

Go to the source code of this file.

Data Structures

class  Devnull
 
class  SMTPChannel
 
class  SMTPServer
 
class  DebuggingServer
 
class  PureProxy
 
class  MailmanProxy
 
class  Options
 

Namespaces

 smtpd
 

Constant Groups

 smtpd
 

Functions

def usage
 
def parseargs
 

Variables

list __all__ = ["SMTPServer","DebuggingServer","PureProxy","MailmanProxy"]
 
list program = sys.argv[0]
 
string __version__ = 'Python SMTP proxy version 0.2'
 
tuple DEBUGSTREAM = Devnull()
 
string NEWLINE = '\n'
 
string EMPTYSTRING = ''
 
string COMMASPACE = ', '
 
tuple options = parseargs()
 
tuple nobody = pwd.getpwnam('nobody')
 
tuple class_ = getattr(__main__, options.classname)
 
tuple proxy