Searched refs:rcpt (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/ |
D | smtpd.py | 808 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)
|
D | smtplib.py | 548 def rcpt(self, recip, options=()): member in SMTP 892 (code, resp) = self.rcpt(each, rcpt_options)
|
/third_party/python/Doc/library/ |
D | smtplib.rst | 450 :meth:`mail`, :meth:`rcpt` and :meth:`data` to send the message.)
|
/third_party/python/Lib/test/ |
D | test_smtplib.py | 1448 self.assertEqual(smtp.rcpt('János'), (250, b'OK'))
|
/third_party/python/Misc/ |
D | HISTORY | 28162 inserting a non-standard space after "TO" in rcpt() command.
|