Home | History | Annotate | Download | only in test

Lines Matching refs:SimSMTPServer

813 class SimSMTPServer(smtpd.SMTPServer):
847 self.serv = SimSMTPServer((HOST, 0), ('nowhere', -1), decode_data=True)
1068 class SimSMTPUTF8Server(SimSMTPServer):
1073 # them as well. And yes, the call is to SMTPServer not SimSMTPServer.
1226 class SimSMTPAUTHInitialResponseServer(SimSMTPServer):