Questions tagged [pst]

File format used by Microsoft Outlook to store data locally.

Personal Storage Table (pst) is a file format used by Microsoft Outlook to store data locally. This includes emails, calendar events etc.

196 questions
-2
votes
1 answer

Read Using mailbox python

I'm using Linux OS. My objective was to convert pst file to mbox & read the data using mailbox library from python. I used readpst to convert and store in /tmp/ for temporary purpose readpst -rS input.pst -o /tmp/ "readpst" has extracted/converted…
jOSe
  • 687
  • 11
  • 22
1 2 3
…
13
14