WombatMailViewer

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2026-07-29
17:12
changed libpst library. Leaf check-in: 328c7cff5f user: pasquale tags: main, trunk
13:44
updated about to remove reference to rapidxml which i don't use anymore check-in: 4d835fb0a7 user: pasquale tags: main, trunk
13:34
updated reporter fixing <> in html report check-in: 03caf08005 user: pasquale tags: main, trunk
12:58
fixed tag display issue for mbox, eml, msg. the issue was with the update current tags function, where it was looking for the pst folder, but i didn't write the conditional to account for the other mail types without a folder. check-in: 5274dd6cf3 user: pasquale tags: main, trunk
2026-07-28
17:12
i think the issue with tags is for the SetTag function where it isn't finding matching content with a different tag name and then erasing it. check-in: f99e63fcd9 user: pasquale tags: main, trunk
16:52
pdf is working and accounts for long lines, so now i can back to implement the remaining mailviewer features and test and fix any bugs check-in: 0083aa35a9 user: pasquale tags: main, trunk
14:54
ps done. working on pdf. splitting long lines works. check-in: 20bc7c6aed user: pasquale tags: main, trunk
12:52
removed xml code, fixed missing pdf headers, fixed mail format export and got ps working. next is pdf, then i need to fix the line length > 65 for ps and pdf. check-in: b622c3a53d user: pasquale tags: main, trunk
2026-07-27
13:46
txt is working. check-in: b756761d59 user: pasquale tags: main, trunk
12:16
reporter format works, html output works, need to implement txt, ps, and pdf check-in: 2d91b1d0b7 user: pasquale tags: main, trunk
2026-07-24
19:49
got attachments linked, standard reporting format to parse with reporter. need to include link and figure out what to use for unique filename. check-in: 2b39757a0d user: pasquale tags: main, trunk
18:48
added placeholder for beginattach/endattach and changed id to msg # check-in: d3c96bfcc1 user: pasquale tags: main, trunk
16:44
testing html, then txt, ps, and pdf check-in: a115869c86 user: pasquale tags: main, trunk
14:51
working on building and testing the new report generator check-in: f94b3c67bd user: pasquale tags: main, trunk
2026-07-23
16:47
implemented new taggedlist item, as well as the export to the taggedlist file. fixed attachment exports. need to update wombatreport to parse and generate the new report using the new taggedlist format... check-in: 7c27c733a6 user: pasquale tags: main, trunk
16:29
working on improving tagging export for reporting... check-in: 90130133ac user: pasquale tags: main, trunk
11:51
making progress on new taggedlist output. check-in: b64b518daa user: pasquale tags: main, trunk
11:39
continuing to work on the modified reporting storage, then once complete and tested, i will have to work on the wombatreporter to parse and generate the output... check-in: b61c7c077d user: pasquale tags: main, trunk
11:19
attempting to simply wombatreporter by removing xml, not using json, and simply building each item as b64 csv and then splitting on ',', and then splitting on '|' for each taggeditem part, and then'\n' for reach item, and when '\n' hits 'TAGGEDCONTENT', then save rest to a txt file for txt, html pre file for html, etc.... check-in: 32a14fab37 user: pasquale tags: main, trunk
2026-07-22
16:38
working on restructuring reporting for mailviewer and eventually registry viewer where the contents is in a txt file and the html/txt/ps/pdf link to the txt file. check-in: 9facc0f529 user: pasquale tags: main, trunk
14:12
changed export name for attachments from mailbox path name to attachment globalid. check-in: 763bd09619 user: pasquale tags: main, trunk
13:16
got report creation exports working. need to change the file name and then figure out how to link it in the html report generator and possibly pdf. check-in: 3fe0c93236 user: pasquale tags: main, trunk
10:42
export attachments is done, need to test and fix any issues.... now i can work on publish report... check-in: 5cd6ae28d0 user: pasquale tags: main, trunk
2026-07-21
17:03
working on exporting attachments for taggedlist so i can use that in preview and reporting check-in: c48199cd60 user: pasquale tags: main, trunk
12:48
working on export attachments for preview/reporting check-in: 2456871248 user: pasquale tags: main, trunk
12:04
working on export attachments. check-in: f8f6fc211f user: pasquale tags: main, trunk
2026-07-20
17:35
working on exporting attachments for report/preview check-in: fa3090c421 user: pasquale tags: main, trunk
16:15
attachmentselected is working, sometimes xdg-open isn't valid, but that's the system settings not me. i need to possibly have a fallback and check for xdg and other things. check-in: 305b53b091 user: pasquale tags: main, trunk
14:42
working on publish, exportattachments, attachmentselected check-in: f9530c5d31 user: pasquale tags: main, trunk
14:28
working on exportattachments for preview/report, publishreport, attachmentselected. check-in: c7cda0e6e5 user: pasquale tags: main, trunk
14:16
writetaggedlist is done except for exporting attachments... check-in: 83bc4a2be6 user: pasquale tags: main, trunk
14:04
working on writetaggedlist check-in: 050ecb7371 user: pasquale tags: main, trunk
12:25
working on writetaggedlist check-in: 79853298a9 user: pasquale tags: main, trunk
2026-07-17
13:13
fixed tag name column updating when tag name is changed in tagmanager. need to work on previewreport, writetaggedlist, publish, attachments, and import/export. check-in: 48d3bf69fe user: pasquale tags: main, trunk
12:59
fixed idparts vector, got tag to update when you switch and go back to mail item with a changed tag, need to update the tag even when displayed check-in: 3514ff3556 user: pasquale tags: main, trunk
2026-07-16
16:28
modified fltk headers so i don't need include/headers to compile check-in: 7dc33bbf21 user: pasquale tags: main, trunk
2026-07-07
15:36
fixed content after @ symbol not showing up. modified fl_draw() to include 0, 0) on the end, which turns off disabling drawing symbols, so now it works. back to working on updating tags in table when a tag name changes. check-in: df138c0033 user: pasquale tags: main, trunk
15:20
working on updating tagged items name if the tag list changes... also need to fix from line not displaying correctly for eml. check-in: eb0b261bd4 user: pasquale tags: main, trunk
2026-06-24
18:10
got tagmanager window holding code until it is closed, now to fix the table so the tags get updated. check-in: 97d92d9cb1 user: pasquale tags: main, trunk
16:20
trying to figure out the windowing issue with tag manager... check-in: d73c65ee29 user: pasquale tags: main, trunk
2026-06-11
15:23
still trying to figure out windows and other classes. need to figure it out before i can proceed further since it is required for wombatforensics, which uses all other tools.. check-in: 251d04c254 user: pasquale tags: main, trunk
15:08
trying to figure out how to handle the subwindow for tagmanager and know if there is a change... check-in: 3cd123edd0 user: pasquale tags: main, trunk
13:58
opentagmanager function finishes while the window is open, it isn't modal. so i need to find some way after the tag manager is used to update the table and the tagged list... check-in: 137eee6334 user: pasquale tags: main, trunk
12:27
working on preview, publish, opening attachments, and updating existing tags in the table... check-in: 9938fea3a3 user: pasquale tags: main, trunk
12:23
modifying a tag with tag manager that is in the table doesn't get updated... need to figure out how it works and simplify the updating... check-in: 57ef3a9499 user: pasquale tags: main, trunk
11:51
tagging works, except for if the tag manager updates the tags and an item is tagged, then it fails miserably for a few tries... check-in: 6224259840 user: pasquale tags: main, trunk
11:10
got set tag, table updated and taggedlist working. just need to implement create new tag, if i want to, remove tag, and then writetaggedlist for preview and publish. check-in: d471c6a485 user: pasquale tags: main, trunk
2026-06-10
14:41
working on standardizing updating tags for table. then i can continue with the other functionality check-in: eed38e7f3a user: pasquale tags: main, trunk
11:39
working on implementing tagging... check-in: 9d9079358c user: pasquale tags: main, trunk
2026-06-09
17:21
fixed pst folder switch with no msgs... need to implement content/attaches for otehr mail types. then implement attachment opening and tagging, reporting , and export/importing check-in: 023236da7e user: pasquale tags: main, trunk