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
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
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
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
> 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
> 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