Hi!

On Mon, 03 Aug 2009 16:53:30 +0200, Mike Driscoll <mdrisc...@co.marshall.ia.us> wrote:

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:

Not-not! :-)
I wanna search for a good working module that can open a default mail client with MAPI as I predefine it: with sender/recips/body/subject/attachments...

I have same routine in Delphi, but I wanna realize this in Python.
With your technics (email) I can create and send email, and I can create EML files.
But I cannot import them into Thunderbird, only once in one time... :-(
I search for a solution that uses MAPI to I can change some things before I send the mails, and I can control the sending.

Thanks: dd
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to