mhammond / pywin32

Python for Windows (pywin32) Extensions
4.9k stars 783 forks source link

Add missing Mapi call PyIMsgStore.StoreLogoff #2196

Closed avivbrg closed 3 months ago

avivbrg commented 4 months ago

The PyIMsgStore object is currently missing StoreLogoff - without properly shutting down the message store, session logoff and mapi.MAPIUninitialize() might hang indefinitely.

The PR adds the missing call and its related constants.