libyal / libpff

Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format
GNU Lesser General Public License v3.0
286 stars 74 forks source link

Pypff: Extract each message from a conversation #54

Closed Vonisoa closed 6 years ago

Vonisoa commented 6 years ago

I have a .pst file and I want to get messages in this file. But the trouble is that my .pst file strucutre is like a conversation so all the conversation is considered as a body message. I use this code https://github.com/PacktPublishing/Learning-Python-for-Forensics/blob/master/Chapter%2011/pst_indexer.py

So how can I get each message with pypff?

joachimmetz commented 6 years ago

pypff is work in progress, also see: https://github.com/libyal/libpff/issues/2

could you indicate what part of the pst_indexer.py script of https://github.com/PacktPublishing/Learning-Python-for-Forensics you are using?

Also that code appears to be copyrighted I cannot help you improve that code unless it has an Open Source license.

Vonisoa commented 6 years ago

Thanks for your answer. I use the chapter 11 pst_indexer.py from the main function into the folderReport one to get the message_body.txt , senders_names.txt and the "folderreport" + folder_name + ".csv".

joachimmetz commented 6 years ago

Assuming questions have been answered