MCPcopy Create free account
hub / github.com/RobinMeis/MITMsmtp / init

Method init

MITMsmtp/SMTPHandler.py:13–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11 Inits a variables for a new connection. This method IS called by method handle. This is NOT the constructor
12 """
13 def init(self):
14 self.rfile = self.connection.makefile()
15 self.message = self.server.messageHandler.addMessage()
16 self.auth = None
17 self.startedTLS = False
18
19 """ Reads a line from TCP Stream
20 @return: Read line

Callers 1

handleMethod · 0.95

Calls 1

addMessageMethod · 0.80

Tested by

no test coverage detected