diff options
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 |
commit | d09694e5779b86880e1c0963168c43eac5b1f335 (patch) | |
tree | dd9ad7a75d451fe9267bde6dc4d68a3a10beaba6 /libraries/libpst/slack-desc | |
parent | e6ca8e0c38699ecc13c5dea71e12783e6de0f25c (diff) |
libraries/libpst: Added (MS Outlook PST file library and utilities)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libpst/slack-desc')
-rw-r--r-- | libraries/libpst/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libpst/slack-desc b/libraries/libpst/slack-desc new file mode 100644 index 000000000000..79e85c27640c --- /dev/null +++ b/libraries/libpst/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +libpst: libpst (MS Outlook Personal Folders converter) +libpst: +libpst: The libpst project includes a library and a set of utilities to decode +libpst: and convert MS Outlook PST files. +libpst: +libpst: readpst - convert PST files to mbox and other formats +libpst: lspst - list PST (MS Outlook Personal Folders) file data +libpst: pst2ldif - extract contacts from a PST file in .ldif format +libpst: pst2dii - extract email messages from a PST file in DII load format +libpst: +libpst: Homepage: http://www.five-ten-sg.com/libpst/ |