1.0.0 • Published 1 year ago

@bitcircuit/pst-api v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Node.JS (& Typescript) PST API

npm github-issues stars forks npm.io npm.io codecov

Extract objects from MS Outlook/Exchange PST files

Features

Extract objects from MS Outlook/Exchange PST files.

This is based off code from https://github.com/rjohnsondev/java-libpst. Thanks to Richard Johnson and Orin Eman.

A spec from Microsoft on the PST file format is at https://msdn.microsoft.com/en-us/library/ff385210(v=office.12).aspx.

Install

npm install --save pst-extractor

or

yarn add pst-extractor

Usage

Start with the example app to walk the PST and print out the folder structure to the console. Also, most of the major objects have Jest test specs which show how the object attributes can be accessed.

cd example
npm start

or

cd example
yarn start
1.0.0

1 year ago