Home
last modified time | relevance | path

Searched refs:rcpt_options (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/
Dsmtplib.py789 rcpt_options=()): argument
872 (code, resp) = self.rcpt(each, rcpt_options)
893 mail_options=(), rcpt_options=()): argument
967 rcpt_options)
Dsmtpd.py384 'rcpt_options': self.rcpt_options,
589 self.rcpt_options = params.upper().split()
590 params = self._getparams(self.rcpt_options)
/external/python/cpython2/Lib/
Dsmtplib.py668 rcpt_options=[]): argument
742 (code, resp) = self.rcpt(each, rcpt_options)
/external/python/cpython3/Doc/library/
Dsmtplib.rst422 .. method:: SMTP.sendmail(from_addr, to_addrs, msg, mail_options=(), rcpt_options=())
429 commands can be passed as *rcpt_options*. (If you need to use different ESMTP
494 mail_options=(), rcpt_options=())
Dsmtpd.rst92 *rcpt_options*:
/external/python/cpython2/Doc/library/
Dsmtplib.rst291 .. 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/
Dtest_smtplib.py1151 rcpt_options=None): argument
1157 self.last_rcpt_options = rcpt_options