HomeSort by relevance Sort by last modified time
    Searched refs:SimSMTPChannel (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/Lib/test/
test_smtplib.py 634 class SimSMTPChannel(smtpd.SMTPChannel):
649 super(SimSMTPChannel, self).__init__(*args, **kw)
779 super(SimSMTPChannel, self).smtp_QUIT(arg)
815 channel_class = SimSMTPChannel
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_smtplib.py 316 class SimSMTPChannel(smtpd.SMTPChannel):
381 self._SMTPchannel = SimSMTPChannel(self._extra_features,
483 # SimSMTPChannel doesn't fully support LOGIN or CRAM-MD5 auth because they
  /external/python/cpython2/Lib/test/
test_smtplib.py 343 class SimSMTPChannel(smtpd.SMTPChannel):
407 self._SMTPchannel = SimSMTPChannel(self._extra_features,
509 # SimSMTPChannel doesn't fully support LOGIN or CRAM-MD5 auth because they
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_smtplib.py 316 class SimSMTPChannel(smtpd.SMTPChannel):
380 self._SMTPchannel = SimSMTPChannel(self._extra_features,
482 # SimSMTPChannel doesn't fully support LOGIN or CRAM-MD5 auth because they
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_smtplib.py 316 class SimSMTPChannel(smtpd.SMTPChannel):
380 self._SMTPchannel = SimSMTPChannel(self._extra_features,
482 # SimSMTPChannel doesn't fully support LOGIN or CRAM-MD5 auth because they
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 316 class SimSMTPChannel(smtpd.SMTPChannel):
380 self._SMTPchannel = SimSMTPChannel(self._extra_features,
482 # SimSMTPChannel doesn't fully support LOGIN or CRAM-MD5 auth because they
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 316 class SimSMTPChannel(smtpd.SMTPChannel):
380 self._SMTPchannel = SimSMTPChannel(self._extra_features,
482 # SimSMTPChannel doesn't fully support LOGIN or CRAM-MD5 auth because they

Completed in 204 milliseconds