Home
last modified time | relevance | path

Searched refs:MIMEText (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/
Dtext.py14 class MIMEText(MIMENonMultipart): class
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email.py22 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('')
1048 self._msg = MIMEText('hello there')
1066 msg = MIMEText('hello there', _charset='us-ascii')
1072 msg = MIMEText(u'hello there', _charset='us-ascii')
1078 msg = MIMEText(u'hello there')
[all …]
Dtest_email_renamed.py23 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('')
1002 self._msg = MIMEText('hello there')
1020 msg = MIMEText('hello there', _charset='us-ascii')
1039 intro = MIMEText('''\
1149 msg = MIMEText('hello world')
[all …]