PRIMARY CATEGORY → FILE MANIPULATION
PST → File extension used by Microsoft Outlook to store mail messages and other items such as calendars, contacts or tasks
.PST File Manipulation
Pst-utils
apt install -y -- pst-utils
Convert .PST File into .MBOX File (HTML Format - Readable)
readpst <PST_FILE>
Set Output Type List to email and attachments
readpst -tea <PST_FILE>