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

Accessing message header attributes using pypff #21

Closed jfaganUK closed 7 years ago

jfaganUK commented 8 years ago

I am using pypff. I have a PST archive with 10,000 messages from a variety of senders. I want to be able to get the header information from each of the messages (the to/from/cc/bcc, the date, the thread-index, message id, etc). I can get the subject and body of the message using the message object, but I can't seem to access anything else. Is there an API for these other message properties?

joachimmetz commented 8 years ago

per https://github.com/libyal/libpff/issues/2 pypff is WIP