[python-win32] get new mails from thunderbird

2006-07-16 Thread rakesh surana
Hello !!!   I am trying to get new mails form thunderbird. which stores the mail in mbox format.   Is any way to identify new mails from it.   thanx rakesh ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/pytho

Re: [python-win32] pywin32 build 209

2006-07-16 Thread Paul Moore
On 7/16/06, Michel Claveau <[EMAIL PROTECTED]> wrote: > Mark & Roger : thank you very very much!!! Agreed! On 7/16/06, Mark Hammond <[EMAIL PROTECTED]> wrote: > As an aside: I'll be at OSCON in just over a week - let me know if anyone > would like a beer! If I was there, I'd buy you one. Thanks

Re: [python-win32] pywin32 build 209

2006-07-16 Thread Michel Claveau
Mark & Roger : thank you very very much!!! -- Michel Claveau ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] pywin32 build 209

2006-07-16 Thread Mark Hammond
Hi all, I've just released pywin32 build 209. Due to my error while uploading the files, builds for Python 2.2 and 2.3 will be delayed for about 48 hours - but Python 2.4, 2.5 and source releases are available now. Particular thanks goes to Roger Upole who contributed the majority of the work i

Re: [python-win32] ConnectNamedPipe Defect???

2006-07-16 Thread Mark Hammond
> I am checking the return type something like this > > > CreateNamedPipe. > > While... >hr = ConnectName > >if(hr !=0 and hr!=win32pipe.ERROR_PIPE_CONNECTED): > raise MyOwnException > > DoSomeStuff > > Ideally it should return 535 for ERROR_PIPE_CONNECTED

Re: [python-win32] RE : RE : win32pdhutil.S howAllProcesses() fails

2006-07-16 Thread Mark Hammond
> Yes, it works! Thank you very much! (actually "Process ID" also had to changed) > Maybe the function should be updated in next releases? Hi Charles, I've changed that module to localize the 'constant' names in that file. Thanks, Mark <>___ Python-w