epfromer / pst-extractor

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

SIBLOCK Can Not Parse #28

Open EliteCheng opened 1 year ago

EliteCheng commented 1 year ago

why pst-extractor doesn't handle SIBLOCK case in the getPSTDescriptorItems function of PSTFile.class.ts File. image I see on java-libpst that it handles SIBLOCK. https://github.com/rjohnsondev/java-libpst/blob/develop/src/main/java/com/pff/PSTFile.java image

EliteCheng commented 1 year ago

@epfromer

epfromer commented 2 months ago

If you are able to provide a fix and test, I can review and approve.