-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.MSG Conversion to JSON #15
Comments
Hi @curldapps and thanks for your support :) No there is currently no such feature. |
Thanks for the reply! I built a utility that processes the contents of emails and one component of that is named entity recognition on the body and headers. To feed that named entity recognition model with data it can digest, I use a utility that converts the standard EML mime type emails to JSON and then perform my own processing from there as JSON is much easier to work with. If I could find a library that could take a .msg email file and create a JSON object something like the following, it would be a lifesaver:
|
With MsgViewer you can convert .MSG to .EML and then use the utility to obtain the desired JSON. This functionality looks too specific for me to be a high priority. However I will look into it when I have time :) |
Thanks for the response. That was my plan :) sounds great. In that vein, I wanted to ask you if you know whether or not I can run MSGViewer as a subprocess in NodeJS --OR-- since I am not a Java guy, what it would take to wrap this in a RESTful API so I can pass .msg and get back .eml files? I know this is not really in scope for you but still thankful for any advice you'd have. |
I dont know much about NodeJS, I'm not in position to give you an answer about that point. |
I am working on exposing the msg2Eml functionality as a REST API :) will keep you posted |
Hi @curldapps! It's been a long time and now I plan on exposing a web API to convert formats. Could you progress on this subject so I don't have to reinvent the wheel? |
Hi there -
Thanks for this awesome library! By chance, is there functionality here to convert a .msg file's contents to JSON?
The text was updated successfully, but these errors were encountered: