Home
last modified time | relevance | path

Searched refs:set_payload (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dencoders.py46 msg.set_payload(encdata)
58 msg.set_payload(encdata)
Dfeedparser.py229 self._cur.set_payload(EMPTYSTRING.join(lines))
294 self._cur.set_payload(EMPTYSTRING.join(lines))
376 self._last.set_payload(payload)
392 self._cur.set_payload(EMPTYSTRING.join(preamble))
429 self._cur.set_payload(EMPTYSTRING.join(lines))
Dmessage.py218 def set_payload(self, payload, charset=None): member in Message
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/
Dtext.py30 self.set_payload(_text, _charset)
Dapplication.py35 self.set_payload(_data)
Dimage.py45 self.set_payload(_imagedata)
Daudio.py72 self.set_payload(_audiodata)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_codecs.py59 msg.set_payload(jhello, jcode)
Dtest_email_codecs_renamed.py59 msg.set_payload(jhello, jcode)
Dtest_email.py116 msg.set_payload('This is a string payload', charset)
230 msg.set_payload('begin 666 -\n+:&5L;&\\@=V]R;&0 \n \nend\n')
235 msg.set_payload('foo')
240 msg.set_payload('begin 664 foo.txt\n%<W1F=0000H \n \nend\n')
546 msg.set_payload(x)
724 msg.set_payload('Test')
924 self.msg.set_payload("""\
1693 m.set_payload('Here is the body of the message.\n')
2413 msg.set_payload('hello world', charset=charset)
2425 msg.set_payload('hello world', charset=charset)
Dtest_email_renamed.py117 msg.set_payload('This is a string payload', charset)
208 msg.set_payload('begin 666 -\n+:&5L;&\\@=V]R;&0 \n \nend\n')
213 msg.set_payload('foo')
503 msg.set_payload(x)
661 msg.set_payload('Test')
861 self.msg.set_payload("""\
1606 m.set_payload('Here is the body of the message.\n')
2293 msg.set_payload('hello world', charset=charset)
2305 msg.set_payload('hello world', charset=charset)