epfromer / pst-extractor

Extract objects from MS Outlook/Exchange PST files
57 stars 18 forks source link

Can't read the body of Relied & Forwarded email. #29

Open melodyxpot opened 6 months ago

melodyxpot commented 6 months ago

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?

kenjiuno commented 6 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

epfromer commented 6 months ago

I need to bump the libraries and can add other fixes if submitted. I can do that over the coming weeks.

melodyxpot commented 2 months ago

I need to bump the libraries and can add other fixes if submitted. I can do that over the coming weeks.

Thanks