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

  /external/python/cpython2/Doc/includes/
email-alternative.py 6 from email.mime.text import MIMEText
34 part1 = MIMEText(text, 'plain')
35 part2 = MIMEText(html, 'html')
email-simple.py 5 from email.mime.text import MIMEText
11 msg = MIMEText(fp.read())
email-dir.py 19 from email.mime.text import MIMEText
81 msg = MIMEText(fp.read(), _subtype=subtype)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/
text.py 7 __all__ = ['MIMEText']
15 class MIMEText(MIMENonMultipart):
  /external/python/cpython2/Lib/email/mime/
text.py 7 __all__ = ['MIMEText']
15 class MIMEText(MIMENonMultipart):
  /external/python/cpython3/Lib/email/mime/
text.py 7 __all__ = ['MIMEText']
15 class MIMEText(MIMENonMultipart):
  /external/toolchain-utils/cros_utils/
email_sender.py 11 from email.mime.text import MIMEText
67 msg.attach(MIMEText(text_to_send, msg_type))
  /external/clang/tools/scan-view/share/
Reporter.py 31 from email.mime.text import MIMEText
96 msg = MIMEText(fp.read(), _subtype=subtype)
129 msg.attach(MIMEText(mainMsg, _subtype='text/plain'))
  /external/autotest/site_utils/
gmail_lib.py 26 from email.mime.text import MIMEText
86 message = MIMEText(self.message_text)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email.py 22 from email.MIMEText import MIMEText
580 msg = MIMEText('hello world')
583 msg = MIMEText('hello \xf8 world')
586 msg = MIMEText('hello \xf8 world', _charset='iso-8859-1')
594 msg = email.MIMEText.MIMEText('\xca\xb8', _charset='euc-jp')
701 msg = MIMEText('')
    [all...]
test_email_renamed.py 23 from email.mime.text import MIMEText
518 msg = MIMEText('hello world')
524 msg = MIMEText('hello world')
527 msg = MIMEText('hello \xf8 world')
530 msg = MIMEText('hello \xf8 world', _charset='iso-8859-1')
638 msg = MIMEText('')
    [all...]
  /external/python/cpython2/Lib/email/test/
test_email.py 28 from email.MIMEText import MIMEText
586 msg = MIMEText('hello world')
589 msg = MIMEText('hello \xf8 world')
592 msg = MIMEText('hello \xf8 world', _charset='iso-8859-1')
600 msg = email.MIMEText.MIMEText('\xca\xb8', _charset='euc-jp')
707 msg = MIMEText('')
    [all...]
test_email_renamed.py 23 from email.mime.text import MIMEText
518 msg = MIMEText('hello world')
524 msg = MIMEText('hello world')
527 msg = MIMEText('hello \xf8 world')
530 msg = MIMEText('hello \xf8 world', _charset='iso-8859-1')
638 msg = MIMEText('')
    [all...]
  /external/python/cpython3/Lib/test/test_email/
test_email.py 27 from email.mime.text import MIMEText
737 m = MIMEText('abc\n')
750 m = MIMEText('É testabc\n')
781 msg = MIMEText('hello world')
784 msg = MIMEText('hello \xf8 world')
787 msg = MIMEText('hello \xf8 world', _charset='iso-8859-1')
795 msg = MIMEText('?\n', _charset='euc-jp')
806 msg = MIMEText('\xe1\xf6\n', 'text', 'ISO-8859-1')
    [all...]
  /external/toolchain-utils/crb/
crb_driver.py 11 from email.mime.text import MIMEText
242 msg = MIMEText(text_to_send)
  /external/python/cpython3/Lib/test/
test_smtplib.py 372 m = email.mime.text.MIMEText('A test message')
392 m = email.mime.text.MIMEText('A test message')
427 m = email.mime.text.MIMEText('A test message')
454 m = email.mime.text.MIMEText('A test message')
483 m = email.mime.text.MIMEText('A test message')
510 m = email.mime.text.MIMEText('A test message')
545 m = email.mime.text.MIMEText('A test message')
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/Reviewing/
find_interesting_reviews.py 565 email_msg.attach(email.mime.text.MIMEText(msg.encode('utf-8'), 'plain'))

Completed in 810 milliseconds