Lines Matching refs:part
200 for part in subparts:
203 g.flatten(part, unixfrom=False)
258 for part in msg.get_payload():
261 g.flatten(part, unixfrom=False)
331 for part in msg.walk():
332 maintype = part.get_content_maintype()
334 print >> self, part.get_payload(decode=True)
340 'type' : part.get_content_type(),
341 'maintype' : part.get_content_maintype(),
342 'subtype' : part.get_content_subtype(),
343 'filename' : part.get_filename('[no filename]'),
344 'description': part.get('Content-Description',
346 'encoding' : part.get('Content-Transfer-Encoding',