Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-03-31
| ||
17:37 | sort of works. when export, transport headers become part of message content, so i might need to see if i can stick them where they need to go in the vmime message. also, datetime is date wrong and time right. Leaf check-in: 7a79f980e4 user: pasquale tags: main, trunk | |
15:00 | generating report and exporting msg attachments works. check-in: bdbfc78b60 user: pasquale tags: main, trunk | |
12:59 | still removing old github code check-in: 073a41190f user: pasquale tags: main, trunk | |
12:58 | minor code cleanup, adding licenses and removing old cfb code. check-in: 1b7ce5bf9d user: pasquale tags: main, trunk | |
12:03 | got attachment contents for msg. msg is working for populate table. need to do import folder of msg to mbox and process, export msg to mbox, and populate report for msg in preview and report with attachment exports check-in: 8a309cba99 user: pasquale tags: main, trunk | |
2025-03-28
| ||
16:57 | working on migrating msg attachments from old code to new ms code, almost gotten there. check-in: 5a341deb71 user: pasquale tags: main, trunk | |
11:41 | figured out what was wrong, my code loop for attachments was based on my code, not cfb code from ms, so i modified a function to find substreams from a given parent and now it works during testing. just need to fix for production and test. check-in: 846b443529 user: pasquale tags: main, trunk | |
2025-03-27
| ||
17:24 | fixing some msg property choices to use for fields. going to look at attachments next. check-in: b7e4c50242 user: pasquale tags: main, trunk | |
15:37 | working to figure out the right order of importance for duplicate/slightly different fields for the same concept such as sender email. check-in: 415daf7d8c user: pasquale tags: main, trunk | |
10:40 | working on msg, 1 message works, 1 with multi attachments doesn't... need to figure it out and investigate further check-in: 624b8b6942 user: pasquale tags: main, trunk | |
2025-03-26
| ||
16:18 | got it to display, need to still fix some parts as well as the attachments for larger test messages, but getting there. check-in: f228100f7e user: pasquale tags: main, trunk | |
16:03 | for some reason the body isn't showing up. need to look into it and fix this. it shows up in the FindStream search to std::cout, but doesn't show up when added to the content body string. check-in: 1a26a16a18 user: pasquale tags: main, trunk | |
13:56 | viewing msg message and attachment works like before, but the multiattach message doesn't work, so i need to look into it and figure it out. the test message doesn't work either. once if fix these pieces, i can implement export to mbox check-in: 3856818699 user: pasquale tags: main, trunk | |
12:09 | working on attachments for msg files. inline works, but not inline is not working, so i must be missing fields to parse. check-in: f32f8fe708 user: pasquale tags: main, trunk | |
2025-03-25
| ||
18:07 | workingg on parsing msg to display. need attachment count, names, and then attachment content. Then i will work on reporting piece and then the export to mbox piece. and then the import to mbox piece. check-in: ceb4fd5910 user: pasquale tags: main, trunk | |
17:53 | working on msg pieces... check-in: ca5124b4b6 user: pasquale tags: main, trunk | |
17:34 | got date, just need to do content/transport headers and attachments. check-in: 8c9b5ceafc user: pasquale tags: main, trunk | |
17:29 | moved subject/sendername to outlookmessage class, date is next, then i need to implement everything else and test attachments. check-in: a0dda039b2 user: pasquale tags: main, trunk | |
17:00 | working on generalized outlookmessage class for new stuff... check-in: 7d8cc4266f user: pasquale tags: main, trunk | |
15:38 | got subj/sender/date working. need to test with attachments and full message content. then i can implement it generally and cover the multiple fields for sender, etc. check-in: 909e1cfc3b user: pasquale tags: main, trunk | |
14:21 | trying to use microsofts reader, which if i can't figure out for date and attachments then i may have to go with finishing mine up. check-in: ce5d46a64c user: pasquale tags: main, trunk | |
2025-03-24
| ||
17:40 | working on redone cfb/msg data. got sendername,subject partially working. need to get date working for the date column, then populate message content and attachments. then clean it up and cover all sender/subject fields, etc... and redo export check-in: 4b55377a77 user: pasquale tags: main, trunk | |
13:11 | working on cfb replacement from microsoft check-in: f132363a07 user: pasquale tags: main, trunk | |
2025-03-21
| ||
15:57 | working on switching from my cfb parser, to one provided by microsoft. i may be able to make it work how i want it. strings work, just need to see about the attachments next, and then i can build my new msg class. check-in: 4abe3f986e user: pasquale tags: main, trunk | |
12:40 | all adding files and exporting seems to work except for msg. once i fix msg format, then i can try multiple exports of different formats and see what happens... check-in: 6c4e74701f user: pasquale tags: main, trunk | |
12:27 | msg is all screwed up on export and some adding to program. need to research and fix. also, attachments with spaces in names don't work after export and pull back in. check-in: c2eca7caf4 user: pasquale tags: main, trunk | |
11:52 | trying to fix msg, as well as the mime-type for all attachment exports to mbox check-in: 5d3c36041d user: pasquale tags: main, trunk | |
10:59 | fixed mbox attachment issue. exporting eml to mbox and loading the mbox works. working on msg next, but the export fails, and also opening certain msg files fails check-in: dcf9fb1d40 user: pasquale tags: main, trunk | |
2025-03-20
| ||
16:52 | fixed existing directory open so it's the directory adn not teh filename check-in: 3b5e1b1ac2 user: pasquale tags: main, trunk | |
16:44 | exporting to mbox is complete for all 4 formats. need to test attachments for each export type and ensure they still open. check-in: 722287596f user: pasquale tags: main, trunk | |
16:26 | eml is working for export to mbox, but attachment crashed when attempting to open it from opened mbox. check-in: 260c5cab88 user: pasquale tags: main, trunk | |
15:47 | pst export to mbox is fixed. might some repeat header info, but at least it is all there and correct. mbox is working, eml is working, need to fix msg next. check-in: 2be91a8c8a user: pasquale tags: main, trunk | |
15:34 | working on getting pst correct for export to mbox check-in: 5477007a79 user: pasquale tags: main, trunk | |
12:55 | fixed mbox ingest. cleaned up commented out old code from header and working on pst check-in: 1fedee6957 user: pasquale tags: main, trunk | |
12:12 | cleaning up the resources directory a little check-in: bab576d4f9 user: pasquale tags: main, trunk | |
12:09 | working on fixing mbox contents, which on initial load are a little too long. on export and load are a little too short. check-in: ef1875cc13 user: pasquale tags: main, trunk | |
11:25 | pst export to mbox complete. need to test each type 1 at a time and ensure it is a valid mbox as well as imports back with valid fields. check-in: 52c0c024ce user: pasquale tags: main, trunk | |
2025-03-19
| ||
16:57 | working on pst export to mbox. check-in: 8e6bf57747 user: pasquale tags: main, trunk | |
16:41 | added libmagic for vmime attachment mimetype. also got msg export done, need to test pst next, then test them all 1 by 1. check-in: f4ef138bf6 user: pasquale tags: main, trunk | |
13:46 | working on export to mbox. mbox and eml are done, need to test. then i will work on pst and then msg and test as well when all are done. check-in: eba6c266b1 user: pasquale tags: main, trunk | |
12:12 | added messages to eml import to mbox. starting to work on mbox export for tagged items. check-in: 6641596980 user: pasquale tags: main, trunk | |
10:59 | thread notification works pretty well. check-in: d2c494901d user: pasquale tags: main, trunk | |
10:41 | figured out how to update the background thread, so will implement this for populatembox and then work on setting up for import as well. then i will work on export tagged to mbox. check-in: d56d969a34 user: pasquale tags: main, trunk | |
2025-03-18
| ||
17:10 | got import emls from a folder, convert to mbox, and load the mbox working. next up is export tagged messages to mbox. check-in: cb18cef7b1 user: pasquale tags: main, trunk | |
15:04 | working on importing eml files into an mbox and loading the subsequent mbox file. check-in: 109c645bd4 user: pasquale tags: main, trunk | |
13:40 | working on trying to keep gui responsive. attachment loading is an issue, which i will have to try to address. check-in: 6cf1b38863 user: pasquale tags: main, trunk | |
2025-03-17
| ||
14:57 | trying to get threads working where it doesn't hang. i'll get there at some point check-in: 9b47bfb89c user: pasquale tags: main, trunk | |
13:36 | removed libmbox2 for now, but can re-add if i want to fix it vs going with mine. check-in: 2986ff8d88 user: pasquale tags: main, trunk | |
13:12 | libmbox missed a message and had issues with finding the from/date/subj out of order. i rolled my own into a better loader. I still need to speed up loading, put it in a separate thread, and add indicators for loading when selecting the message and selecting the attachments. check-in: f8f08d741d user: pasquale tags: main, trunk | |
2025-03-14
| ||
15:15 | libmbox2 sort of works, but it fails on a message which has date before from. so i either need to fix libmbox2 or just improve my code which parsers better. check-in: c1f41a90a5 user: pasquale tags: main, trunk | |