Home
last modified time | relevance | path

Searched refs:rcpt (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/
Dsmtpd.py808 for rcpt in rcpttos:
809 local = rcpt.lower().split('@')[0]
828 listnames.append((rcpt, listname, command))
832 for rcpt, listname, command in listnames:
833 rcpttos.remove(rcpt)
851 for rcpt, listname, command in listnames:
852 print('sending message to', rcpt, file=DEBUGSTREAM)
Dsmtplib.py548 def rcpt(self, recip, options=()): member in SMTP
892 (code, resp) = self.rcpt(each, rcpt_options)
/third_party/python/Doc/library/
Dsmtplib.rst450 :meth:`mail`, :meth:`rcpt` and :meth:`data` to send the message.)
/third_party/python/Lib/test/
Dtest_smtplib.py1448 self.assertEqual(smtp.rcpt('János'), (250, b'OK'))
/third_party/python/Misc/
DHISTORY28162 inserting a non-standard space after "TO" in rcpt() command.