Searched refs:rcpt_options (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/ |
D | smtplib.py | 793 rcpt_options=()): argument 876 (code, resp) = self.rcpt(each, rcpt_options) 897 mail_options=(), rcpt_options=()): argument 971 rcpt_options)
|
D | smtpd.py | 384 'rcpt_options': self.rcpt_options, 589 self.rcpt_options = params.upper().split() 590 params = self._getparams(self.rcpt_options)
|
/external/python/cpython2/Lib/ |
D | smtplib.py | 668 rcpt_options=[]): argument 742 (code, resp) = self.rcpt(each, rcpt_options)
|
/external/python/cpython3/Doc/library/ |
D | smtplib.rst | 440 .. method:: SMTP.sendmail(from_addr, to_addrs, msg, mail_options=(), rcpt_options=()) 447 commands can be passed as *rcpt_options*. (If you need to use different ESMTP 512 mail_options=(), rcpt_options=())
|
D | smtpd.rst | 92 *rcpt_options*:
|
/external/python/cpython2/Doc/library/ |
D | smtplib.rst | 291 .. method:: SMTP.sendmail(from_addr, to_addrs, msg[, mail_options, rcpt_options]) 298 commands can be passed as *rcpt_options*. (If you need to use different ESMTP
|
/external/python/cpython3/Lib/test/ |
D | test_smtplib.py | 1257 rcpt_options=None): argument 1263 self.last_rcpt_options = rcpt_options
|