Package trac :: Package tests :: Module notification :: Class SMTPServer

Class SMTPServer

source code

A single threaded SMTP Server connection manager. Listens for incoming SMTP connections on a given port. For each connection, the SMTPServerEngine is chugged, passing the given instance of SMTPServerInterface.
Instance Methods
 
__init__(self, port) source code
 
serve(self, impl) source code
 
start(self) source code
 
stop(self) source code
 
terminate(self) source code