Using Simple MAPI with MS Outlook 2007

2007-03-31 Thread tomer . ha
Hi there, I'd like to send emails from a Python program using Simple MAPI. I've tried this code: http://mail.python.org/pipermail/python-list/2004-December/298066.html and it works well with Outlook Express 6 and Thunderbird 1.5, but it doens't work at all with Microsoft Outlook 2007. I keep gett

Re: Receiving emails with attachments

2006-04-09 Thread tomer . ha
Thanks! -- http://mail.python.org/mailman/listinfo/python-list

Re: Receiving emails with attachments

2006-04-09 Thread tomer . ha
Gerard, I tried to run your code but my interpreter couldn't locate the maildocument module. Is it included in Python standart library or should I install it from other place? Thanks, Tomer -- http://mail.python.org/mailman/listinfo/python-list

Receiving emails with attachments

2006-04-08 Thread tomer . ha
Hi there, I'm new to Python, but know other scripting and programming languages. I want to develop a script which will receive emails with attachments from my POP3 account, perform certain actions on it and email it back to someone else. However, I'm not familiar with any Python library which doe