Search code examples
pythonoutlookpst

Outlook PST File Parsing in Python


How can I parse and read an outlook pst file in Python?


Solution

  • I have only ever poked at libpst docs, but it looks like the libpst-python package might work for you: libpst-python