I'm trying to parse email files with the extension .olk15Message, which are files produced by Outlook 2016 on Mac. The files are some sort of binary format, so it's not obvious how to read from them.
I've read in another thread that using the pypiwin32
package may help, but I'm not sure it's possible to install it on Mac OS X.
Has anyone tried to do this, and if so what packages/tricks did you use?