tags:

views:

367

answers:

1

I'm looking for a library, or some code to parse a pst file. Preferably in python.

+2  A: 

This blog post gives one person's account of doing this in python. If you scroll to the bottom they mention libPST:

Oh yeah, and big props to the libPST guys who figured this all out long before I came along ;) Their documentation of the format is adequate and should be easy enough to follow. Their application (readpst) also produces some useful output if you enable the debugging in the C source code. Check out their project at sourceforge.

Something in the above section should get you unstuck. Good luck!

Jason Dagit