Home
last modified time | relevance | path

Searched refs:cte (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dmessage.py197 cte = self.get('content-transfer-encoding', '').lower()
198 if cte == 'quoted-printable':
200 elif cte == 'base64':
206 elif cte in ('x-uuencode', 'uuencode', 'uue', 'x-uue'):
266 cte = charset.get_body_encoding()
268 cte(self)
271 self.add_header('Content-Transfer-Encoding', cte)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmimify.py277 cte = re.compile('^content-transfer-encoding:', re.I) variable
300 if cte.match(line):
360 if has_cte and cte.match(line):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_renamed.py209 for cte in ('x-uuencode', 'uuencode', 'uue', 'x-uue'):
210 msg['content-transfer-encoding'] = cte
Dtest_email.py231 for cte in ('x-uuencode', 'uuencode', 'uue', 'x-uue'):
232 msg['content-transfer-encoding'] = cte