pjrinaldi / wombatmailviewer

Review MBOX, PST, and OST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement PST/OST parsing

pjrinaldi opened this issue · comments

Need to implement pst/ost parsing. will do this using libpff. If that doesn't seem to work, I will try libpst next.

opening a pst/ost works in determing whether it is a pst/ost file to open and there is an if/else to then check for mbox.

populating root folders for pst file work.
next working on recursive populating for the child folders...

child folders are working. msg table population is working. also message content is working as well.
just need a pst test file with attachments to implement and then test out the code.

html message display is showing plain text. need to test and see what's why.

also, msgid is not resetting, so it's just a conglomerate of the previous msgid's; i.e. 0123456

need to work on attachments.

working on attachments. need to implement double click for listwidget to open the attachment with ???

external app or build in viewers???

working on migrating to fox, currently working on populating msgs in table.

just need to implement attachment handling, and then displaying pst is working. will hve to test and ensure i am getting all the fields i want.

appears to be working, need to test with other pst files and see how it goes.

need to test a sample OST file and see if that works.

to figure out how to replace the ^A, use the ascii is printable.

working