summaryrefslogtreecommitdiffstats
path: root/libraries/libpst/README
diff options
context:
space:
mode:
author Roberto Neri <rneri@libero.it>2011-05-17 14:32:48 -0500
committer Robby Workman <rworkman@slackbuilds.org>2011-05-17 14:32:48 -0500
commitd09694e5779b86880e1c0963168c43eac5b1f335 (patch)
treedd9ad7a75d451fe9267bde6dc4d68a3a10beaba6 /libraries/libpst/README
parente6ca8e0c38699ecc13c5dea71e12783e6de0f25c (diff)
downloadslackbuilds-d09694e5779b86880e1c0963168c43eac5b1f335.tar.gz
slackbuilds-d09694e5779b86880e1c0963168c43eac5b1f335.tar.xz
libraries/libpst: Added (MS Outlook PST file library and utilities)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libpst/README')
-rw-r--r--libraries/libpst/README9
1 files changed, 9 insertions, 0 deletions
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.