我正在寻找一个库,或者一些代码来解析一个 pst 文件。最好在python中。
Vikram
问问题
3204 次
1 回答
4
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!
于 2008-09-17T08:50:52.857 回答