HomeSort by relevance Sort by last modified time
    Searched refs:mail_options (Results 1 - 9 of 9) sorted by null

  /external/python/cpython3/Lib/
smtplib.py 787 def sendmail(self, from_addr, to_addrs, msg, mail_options=[],
796 - mail_options : List of ESMTP options (such as 8bitmime) for the
825 SMTPNotSupportedError The mail_options parameter includes 'SMTPUTF8'
    [all...]
smtpd.py 383 'mail_options': self.mail_options,
535 self.mail_options = params.upper().split()
536 params = self._getparams(self.mail_options)
692 'mail_options': list of parameters to the mail command. All
727 if kwargs.get('mail_options'):
728 print('mail options: %s' % kwargs['mail_options'])
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtplib.py 643 def sendmail(self, from_addr, to_addrs, msg, mail_options=[],
652 - mail_options : List of ESMTP options (such as 8bitmime) for the
707 for option in mail_options:
  /external/python/cpython2/Lib/
smtplib.py 666 def sendmail(self, from_addr, to_addrs, msg, mail_options=[],
675 - mail_options : List of ESMTP options (such as 8bitmime) for the
730 for option in mail_options:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtplib.py 653 def sendmail(self, from_addr, to_addrs, msg, mail_options=[],
662 - mail_options : List of ESMTP options (such as 8bitmime) for the
717 for option in mail_options:
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtplib.py 653 def sendmail(self, from_addr, to_addrs, msg, mail_options=[],
662 - mail_options : List of ESMTP options (such as 8bitmime) for the
717 for option in mail_options:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 653 def sendmail(self, from_addr, to_addrs, msg, mail_options=[],
662 - mail_options : List of ESMTP options (such as 8bitmime) for the
717 for option in mail_options:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 653 def sendmail(self, from_addr, to_addrs, msg, mail_options=[],
662 - mail_options : List of ESMTP options (such as 8bitmime) for the
717 for option in mail_options:
  /external/python/cpython3/Lib/test/
test_smtplib.py     [all...]

Completed in 313 milliseconds