durumd...@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
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to