pst-extractor
pst-extractor copied to clipboard
embeddedPSTMessage seems to be null, in my pst
Hi.
I'm trying to obtain attached message from embeddedPSTMessage, however it seems to be null.
I'll attach pst file in zip: alpha-beta-gamma-delta.zip
For easy repro, I have forked your repository and pushed the test code in my repository: https://github.com/HiraokaHyperTools/pst-extractor/commit/ced220f9c172417e4e54d4d9742e9b171bcf16ab
The added test will be invoked by this,
yarn test:unit --testMatch "**/PSTAttachment.spec2.ts"
Result:

I have composed test alpha-beta-gamma-delta.pst file for this repro purpose.
Most outer message alpha

Inner beta

Inner gamma

Most inner delta

Ok this seems to be fixed and workable upon https://github.com/HiraokaHyperTools/pst-extractor/commit/b97b9e69c4cdb597fd94134c938a6226d1283e62
