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

Go to the source code of this file.

Data Structures

class  SMTPException
 
class  SMTPServerDisconnected
 
class  SMTPResponseException
 
class  SMTPSenderRefused
 
class  SMTPRecipientsRefused
 
class  SMTPDataError
 
class  SMTPConnectError
 
class  SMTPHeloError
 
class  SMTPAuthenticationError
 
class  SSLFakeSocket
 
class  SSLFakeFile
 
class  SMTP
 

Namespaces

 smtplib
 

Constant Groups

 smtplib
 

Functions

def quoteaddr
 
def quotedata
 
def prompt
 

Variables

list __all__
 
int SMTP_PORT = 25
 
string CRLF = "\r\n"
 
tuple fromaddr = prompt("From")
 
tuple toaddrs = prompt("To")
 
string msg = ''
 
tuple line = sys.stdin.readline()
 
tuple server = SMTP('localhost')