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, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to