Re: [python-win32] Python for Outlook

2011-02-15 Thread Kelly Black
Abhijeet, Can you use POP3 or IMAP? There are some modules in Python to handle mail using IMAP and POP3 - (along with the SMTP module, you could have something in no time). Kelly On Wed, Feb 16, 2011 at 09:24:39AM +0530, abhijeet mahagaonkar wrote: > Dear Pythoners, > > I'm working on creatin

Re: [python-win32] Python for Outlook

2011-02-15 Thread abhijeet mahagaonkar
Hi Kelly, I'm using IMAP. Could you please let me know the which modules i can use? Warm Regards, Abhijeet. On Wed, Feb 16, 2011 at 10:00 AM, Kelly Black wrote: > > Abhijeet, > > Can you use POP3 or IMAP? There are some modules in Python to handle > mail using IMAP and POP3 - (along with the

[python-win32] Python for Outlook

2011-02-15 Thread abhijeet mahagaonkar
Dear Pythoners, I'm working on creating an application which will continuously monitor my outlook inbox and wait for a new incoming mail. It will scan To and cc fields and forward the email to another address appropriately. I want a few pointers on how best I will be able to achieve this. Thanks

Re: [python-win32] DVCS options for pywin32

2011-02-15 Thread Wolfgang Strobl
Randy Syring : >On 02/15/2011 02:31 AM, Wolfgang Strobl wrote: >> Randy Syring: >> >>> The only thing that irritates me is that I can't use SSH repo URLs on >>> windows without using TortoiseHG, at least, I haven't taken the time to >>> get it working with the hg command line version (which is lik

Re: [python-win32] DVCS options for pywin32

2011-02-15 Thread Randy Syring
On 02/15/2011 02:31 AM, Wolfgang Strobl wrote: Randy Syring: The only thing that irritates me is that I can't use SSH repo URLs on windows without using TortoiseHG, at least, I haven't taken the time to get it working with the hg command line version (which is likely a platform issue, not HG's

Re: [python-win32] Python and ASP - failure on 2nd and subsequent page loads

2011-02-15 Thread B Kobben
Mark, in the beginning of this thread you said: > I will check that into cvs > so the next pywin32 version will have that fixed. But after installing Python 2.7 the problem did return and your solution worked again, so it looks like still not solved in the codebase...? yours, -- Barend Köbben

Re: [python-win32] DVCS options for pywin32

2011-02-15 Thread Wolfgang Strobl
Randy Syring : >The only thing that irritates me is that I can't use SSH repo URLs on >windows without using TortoiseHG, at least, I haven't taken the time to >get it working with the hg command line version (which is likely a >platform issue, not HG's fault). I'm not quite sure what you mean