diff options
author | Barry J. Grundy <bgrundy@linuxleo.com> | 2014-12-16 18:48:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-16 18:48:22 +0700 |
commit | a7d0d123423becd58b495b559a5db913408f4fa1 (patch) | |
tree | 10c8a95e547ebe909e74b75849b5caf53e7e00d2 /libraries/libpff/README | |
parent | a0c8c9722ec5b34e8d0b3f34f86e2a677fdba1fe (diff) |
libraries/libpff: Added (libYAL PFF Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libpff/README')
-rw-r--r-- | libraries/libpff/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libraries/libpff/README b/libraries/libpff/README new file mode 100644 index 000000000000..0eec63e8c3f7 --- /dev/null +++ b/libraries/libpff/README @@ -0,0 +1,21 @@ +libpff (libYAL PFF library) + +Library and tools to access the Personal Folder File (PFF) and the Offline +Folder File (OFF) format. + +PFF/OFF is used in several file types: + +-PAB (Personal Address Book) +-PST (Personal Storage Table) +-OST (Offline Storage Table) + +Supported formats: + +-32-bit ANSI (string) +-64-bit Unicode (string) +-64-bit with 4k pages with DEFLATE compression (Compressed OST files) + +Additional features: + +-item recovery +-handles corrupted encrypted PFF with encryption type none |