Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The PST File format is used by Outlook for the storage of emails. Over the years many people have accumulated a large amount of important email and other information into these files, this project aims to allow people to access and extract this information so that it may be migrated to other messaging systems.

This project was originally based off the documentation created through the fantastic reverse engineering effort made by the [libpff](https://sourceforge.net/projects/libpff) project. The library has been improved with information provided by the release of the official PST specs by Microsoft.
This project was originally based off the documentation created through the fantastic reverse engineering effort made by the [libpff](https://github.com/libyal/libpff) project. The library has been improved with information provided by the release of the official PST specs by Microsoft.

The functional goals are:

Expand Down