From d09694e5779b86880e1c0963168c43eac5b1f335 Mon Sep 17 00:00:00 2001 From: Roberto Neri Date: Tue, 17 May 2011 14:32:48 -0500 Subject: libraries/libpst: Added (MS Outlook PST file library and utilities) Signed-off-by: Robby Workman --- libraries/libpst/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libraries/libpst/README (limited to 'libraries/libpst/README') diff --git a/libraries/libpst/README b/libraries/libpst/README new file mode 100644 index 0000000000..cc8e808dea --- /dev/null +++ b/libraries/libpst/README @@ -0,0 +1,9 @@ +The libpst project includes a library and a set of utilities to decode +and convert MS Outlook PST files. + +readpst - convert PST files to mbox and other formats +lspst - list PST (MS Outlook Personal Folders) file data +pst2ldif - extract contacts from a PST file in .ldif format +pst2dii - extract email messages from a PST file in DII load format + +Also included is a man(5) page which describes the format of PST files. -- cgit v1.2.3