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

  /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
  /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 406 milliseconds