[python-win32] Please suggest me a good Python MAPI module...
durumdara at gmail.com
durumdara at gmail.com
Tue Aug 4 17:05:57 CEST 2009
Hi!
On Mon, 03 Aug 2009 16:53:30 +0200, Mike Driscoll
<mdriscoll at co.marshall.ia.us> wrote:
> 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:
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
More information about the python-win32
mailing list