pjrinaldi / wombatmailviewer

Review MBOX, PST, and OST
GNU General Public License v2.0
5 stars 0 forks source link

Implement PST/OST parsing #2

Closed pjrinaldi closed 1 year ago

pjrinaldi commented 2 years ago

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

pjrinaldi commented 2 years ago

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.

pjrinaldi commented 2 years ago

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

pjrinaldi commented 2 years ago

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.

pjrinaldi commented 2 years ago

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.

pjrinaldi commented 2 years ago

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

external app or build in viewers???

pjrinaldi commented 1 year ago

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

pjrinaldi commented 1 year ago

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.

pjrinaldi commented 1 year ago

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

pjrinaldi commented 1 year ago

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

pjrinaldi commented 1 year ago

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

pjrinaldi commented 1 year ago

working