Re: [python-win32] Exchange event

2006-09-04 Thread Mark Hammond
The only thing I can suggest is to ensure that both notifications come on the same thread.  If 2 different threads call OnSave on the same object, then self.InEmail will not be reliable (although it still isn't clear how that would cause an empty subject).  From your code, it seems storing

[python-win32] Exchange event

2006-09-04 Thread Johann Abraham
I wrote a small application for an exchange server to catch asynchronous save email invents on a particular exchange inbox.  Everything was working fine until a co-working pointed out that if two emails are sent to the inbox very quickly in succession (ie. automated), the application doesn't proces