Archived copy.
This page was recovered from the Internet Archive snapshot of
/pages/viewpage.action?pageId=25887024 taken on 2023-03-22.
The original wiki at wiki.opf-labs.org is being decommissioned.
Parsing OST & PST email files for textual extraction and search
The issue is that PST/OST [MS Outlook] files cannot be used by many text extraction tools because they generally require MBOX format.
We want to have a solution that parses email messages so that they can be further used by other text extraction and search tools.
Critical to the parsing is to have at minimum:
- Sender
- Recipient
- Date
- Subject Line
- Message Body
Issue Champions
Solution Requirements
Solution does not need to be cross-platform as we anticipate this to be a function or task that will be run periodically and users of the solution will have access to multiple operating systems if necessary.