Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dsmtplib.py793 rcpt_options=()): argument
876 (code, resp) = self.rcpt(each, rcpt_options)
897 mail_options=(), rcpt_options=()): argument
971 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.rst440 .. 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=())
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.py1257 rcpt_options=None): argument
1263 self.last_rcpt_options = rcpt_options