I'm looking for a library, or some code to parse a pst file. Preferably in python.
views:
367answers:
1
+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
2008-09-17 08:50:52