Reading outlook .msg extension file through Julia

I need to do text analysis on an email dump. This dump contains outlook messages in .msg extension.
Could you please suggest if there is some standard library to read .msg extensions.

Thanks

I am not aware of such a package in Julia, and in any case I don’t think Julia is the ideal tool for this.

I would suggest that you convert to the mbox format with an external tool (there are many available, search the web), then you can read that in Julia easily.