Open melodyxpot opened 9 months ago
Hi.
Although I'm not a collaborator of this original repo, I have fixed version on my repo: https://github.com/HiraokaHyperTools/pst-extractor/
also, npm: https://www.npmjs.com/package/@hiraokahypertools/pst-extractor
Note that my version uses Promise in order to apply JavaScript usage manner on modern web browser.
If you have interests in pst file format, you can check the overview I have written: https://github.com/HiraokaHyperTools/ruby-msg/blob/10994d9f5d580de62b8488e43b104ddedf37f7e8/README.md
I have a demo version runs on web browser with pure JavaScript: https://hiraokahypertools.github.io/pst_to_eml_demo/demo.html https://github.com/HiraokaHyperTools/pst_to_eml https://github.com/HiraokaHyperTools/pst_to_eml_demo
I need to bump the libraries and can add other fixes if submitted. I can do that over the coming weeks.
I need to bump the libraries and can add other fixes if submitted. I can do that over the coming weeks.
Thanks
Hi. I got the all email contents using
body
property but it seems like there is no body in replied and forwarded email. Could you please solve this problem? Or did I miss something?