4 releases (1 stable)

new 1.0.0 Apr 14, 2025
0.1.2 Mar 12, 2025
0.1.1 Mar 10, 2025
0.1.0 Mar 8, 2025

#149 in Windows APIs

Download history 196/week @ 2025-03-05 186/week @ 2025-03-12 147/week @ 2025-03-26 54/week @ 2025-04-02 106/week @ 2025-04-09

313 downloads per month

MIT license

475KB
11K SLoC

outlook-pst

The PST file format is publicly documented in the MS-PST open specification. Data structures and type names generally mimic the concepts and names in that document, with some adjustment for readability and to match Rust language conventions. As much as possible, everything in this crate should have a deep link to the documentation it is based on in the doc comments.

Unimplemented: PST file modification

This project is suitable for read-only access to PST files, but as with previous public implementations of the PST format, we've decided to avoid complicating it with full write support.

However, this version does support Crash Recovery and AMap Rebuilding, which is a step towards supporting Transactional Semantics when modifying a PST file. If you plan on implementing PST file modification, you can use this as a reference for those features.

If you choose to modify the PST files, please be careful to follow all of the guidance in the Maintaining Data Integrity section of the specification to avoid corrupting your PST files in a way that prevents Outlook (or this library) from opening them anymore.

Dependencies

~310–770KB
~17K SLoC