Skip to content

Commit

Permalink
fixed PST errors bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gwiedeman committed May 3, 2024
1 parent b3e1791 commit 4cbf2ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mailbagit/formats/pst.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ def messages(self, iteration_only=False):
originalFile = Path(os.path.normpath(rel_path)).as_posix()
# original file is now the relative path to the PST from the provided path

errors = []
pst = pypff.file()
pst.open(filePath)
root = pst.get_root_folder()
Expand Down

0 comments on commit 4cbf2ca

Please sign in to comment.