Home
last modified time | relevance | path

Searched refs:SimSMTPChannel (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_smtplib.py671 class SimSMTPChannel(smtpd.SMTPChannel): class
686 super(SimSMTPChannel, self).__init__(*args, **kw)
816 super(SimSMTPChannel, self).smtp_QUIT(arg)
852 channel_class = SimSMTPChannel
1069 class MySimSMTPChannel(SimSMTPChannel):
1265 class SimSMTPAUTHInitialResponseChannel(SimSMTPChannel):
/external/python/cpython2/Lib/test/
Dtest_smtplib.py345 class SimSMTPChannel(smtpd.SMTPChannel): class
409 self._SMTPchannel = SimSMTPChannel(self._extra_features,