Lines Matching refs:cte
487 raw_data_manager.set_content(m,"áàäéèęöő.\n", cte='7bit')
497 raw_data_manager.set_content(m,"áàäéèęöő.\n", cte='7bit', charset='ascii')
555 # XXX: the first cte should be 7bit, too...that's a generator bug.
579 for cte in 'quoted-printable base64'.split():
581 with self.subTest(cte=cte, subtype=subtype):
583 m.set_content(content, subtype, cte=cte)
585 self.assertIn(cte, exc)
588 for cte in '8bit binary'.split():
589 with self.subTest(cte=cte, subtype=subtype):
591 m.set_content(content, subtype, cte=cte)
593 self.assertIn(cte, exc)
623 m.set_content(content, 'audio', 'aif', cte='quoted-printable')
637 m.set_content(content, 'video', 'mpeg', cte='binary')
656 m.set_content(content, 'application', 'octet-stream', cte='8bit')
782 maintype='application', subtype='octet-stream', cte='7bit')