Home
last modified time | relevance | path

Searched refs:smtp_MAIL (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dsmtpd.py227 def smtp_MAIL(self, arg): member in SMTPChannel
/external/python/cpython3/Lib/test/
Dtest_smtplib.py821 def smtp_MAIL(self, arg): member in SimSMTPChannel
823 super().smtp_MAIL(arg)
/external/python/cpython3/Lib/
Dsmtpd.py513 def smtp_MAIL(self, arg): member in SMTPChannel