[python-win32] Please suggest me a good Python MAPI module...

Mike Driscoll mdriscoll at co.marshall.ia.us
Mon Aug 3 16:53:30 CEST 2009


durumdara at gmail.com wrote:
> Hi!
>
> I'm searching a good Python MAPI module...
>
> I wanna send many pictures, I wanna split them into 5 MB sized mails, 
> and I wanna see them in default mailer as new mails.
>
> The sending is not needed, only mapi call with "New mail/Mailto" and 
> with attachments.
>
> Thanks for your help:
>    dd

I think you're looking for is the email module. See the following:

 http://docs.python.org/library/email
http://docs.python.org/library/email-examples.html

The second link actually has code that sounds almost like what you want 
to do.

- Mike


More information about the python-win32 mailing list