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

Method sendAuthTypes

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

Source from the content-addressed store, hash-verified

105 Sends a list of supported authentication types. List is generated by authHandler
106 """
107 def sendAuthTypes(self):
108 self.writeLine("250 AUTH " + self.server.authHandler.toString())
109
110 """
111 Reads the chosen authentication method by the client and calls the corresponding authentication method handler

Callers 1

handleMethod · 0.95

Calls 2

writeLineMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected