email library

peterob peterob333 at gmail.com
Tue Mar 15 12:23:25 EDT 2011


Hi,

Im completely confused from email library. When you parse email from
file it creates object Message.

f = open(emailFile, 'r')
msg = email.message_from_file(f)
f.close()


How can I access RAW header of email represented by object msg? I dont
wanna access each header field by hand.

Im doing another parsing, searching for attachments and so on, with
email, but i need write raw data of email too. Do I have to allocate
another memory for that emailFile? (by mmap or f=open(rawemail).



Thanks


Best,
Peter









More information about the Python-list mailing list