解析PST电子邮件存档的最佳库是什么?我在寻找文件说明,但在Google上找不到任何内容
时间:2020-03-05 18:58:10 来源:igfitidea点击:
我正在寻找一个库或者一些代码来解析pst文件。最好在python中。
解决方案
回答
这篇博客文章提供了一个人在python中执行此操作的说明。如果滚动到底部,他们会提到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.
上一节中的内容应该会让我们感到困惑。祝你好运!