pst-extractor icon indicating copy to clipboard operation
pst-extractor copied to clipboard

embeddedPSTMessage seems to be null, in my pst

Open kenjiuno opened this issue 3 years ago • 1 comments

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:

2022-07-25_20h05_39

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

Most outer message alpha

most outer is alpha

Inner beta

beta

Inner gamma

gamma

Most inner delta

delta

kenjiuno avatar Jul 25 '22 11:07 kenjiuno

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

2022-07-27_15h42_57

kenjiuno avatar Jul 27 '22 06:07 kenjiuno