Home | History | Annotate | Download | only in test

Lines Matching refs:MIMEText

23 from email.MIMEText import MIMEText
581 msg = MIMEText('hello world')
584 msg = MIMEText('hello \xf8 world')
587 msg = MIMEText('hello \xf8 world', _charset='iso-8859-1')
595 msg = email.MIMEText.MIMEText('\xca\xb8', _charset='euc-jp')
702 msg = MIMEText('')
1068 # Test the basic MIMEText class
1071 self._msg = MIMEText('hello there')
1089 msg = MIMEText('hello there', _charset='us-ascii')
1095 msg = MIMEText(u'hello there', _charset='us-ascii')
1101 msg = MIMEText(u'hello there')
1109 msg = MIMEText(teststr, _charset='utf-8')
1116 self.assertRaises(UnicodeEncodeError, MIMEText, teststr)
1133 intro = MIMEText('''\
1243 MIMEText('hello world')
1267 msg = MIMEText('hello world')
1294 msg = MIMEText('hello world')
1320 msg = MIMEText('hello world')
1346 msg = MIMEText('hello world')
1373 msg = MIMEText('hello world')
1816 msg1 = MIMEText('One')
1817 msg2 = MIMEText('Two')
1834 msg1 = MIMEText('One')
1835 msg2 = MIMEText('Two')
1908 subpart1a = MIMEText('message 1\n')
1909 subpart2a = MIMEText('message 2\n')
1977 text1 = MIMEText('')
1978 text2 = MIMEText('')
2230 'MIMENonMultipart', 'MIMEText', 'Message',