Searched refs:smtp_QUIT (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | smtpd.py | 208 def smtp_QUIT(self, arg): member in SMTPChannel |
/external/python/cpython3/Lib/ | ||
D | smtpd.py | 434 def smtp_QUIT(self, arg): member in SMTPChannel |
/external/python/cpython3/Lib/test/ | ||
D | test_smtplib.py | 892 def smtp_QUIT(self, arg): member in SimSMTPChannel |