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
289 stars 74 forks source link

Export IPM.SkypeTeams.Message #109

Open zedgama3 opened 2 years ago

zedgama3 commented 2 years ago

pffexport skips over items of type IPM.SkypeTeams.Message unless in debug mode - the output of which is difficult to parse.

I assume it skips over these items because it doesn't know how to parse this type of message. If so, would it be possible to add it?

My end goal is to extract the Teams messages and reconstruct the conversation threads. When viewed in Outlook, these all appear as individual messages - devoid of any context.

joachimmetz commented 2 years ago

@zedgama3 if you can provide test data that will help determine what is in this MAPI type

zedgama3 commented 2 years ago

Attached is the output of one of the files the debug setting exported as well as a copy of one of the entries pulled out as an MSG file. The source is a PST archive of about 5 GiB that was exported from Office 365's compliance center.

ItemValues.txt Example MSG.zip

salty4n6 commented 2 years ago

Hi, Just curious if this is still in queue to be looked at. I can see this being very useful.

U03A9 commented 2 years ago

+1

We (the company I work for) have a use case that would benefit from additional context. I export individual messages into a large pivot table using pandas now but would like to get more context so I can sort them into conversations.