mooijtech / go-pst

Personal Storage Table implementation in Go/Golang
https://mooijtech.github.io/go-pst/
Apache License 2.0
24 stars 8 forks source link

[BUG] local descriptors level is not 0, please open an issue on GitHub for this to be implemented #45

Open nrichtapeark opened 6 months ago

nrichtapeark commented 6 months ago

Describe the bug When running go-pst against a certain set of PST files, the error local descriptors level is not 0, please open an issue on GitHub for this to be implemented

To Reproduce Steps to reproduce the behavior:

if err := pstFile.WalkFolders(func(folder *pst.Folder) error {

Platform (please complete the following information):

JasonQuinn commented 4 months ago

I am also seeing this error on some pst files I am trying to read

JasonQuinn commented 4 months ago

@mooijtech Do you have an recommendations of where I should start if i wanted to implement this functionality myself?