[python-win32] Python program to consolidate the.eml files
Tim Roberts
timr at probo.com
Tue Jan 9 13:19:42 EST 2018
sahhithi sangitapu wrote:
>
> I would like to write a program in python to read the whole contents
> with images from the outlook email which has been saved in local drive
> and form an single email message from all the outlook message from the
> local drive
Your request is a little confusing. EML files are basically plain text
in RFC 822 format, like the Unix "mbox" format. The easy way to
transport them is just to combine them into a zip file and send the zip
file. What do you plan to do with these messages? Why do you think you
need to convert them to a single email?
--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
More information about the python-win32
mailing list