WombatMailViewer

Timeline
Login

Timeline

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

50 most recent check-ins

2024-09-09
15:25
updated vmime so it compiles, will begin decoupling next. Leaf check-in: f5eef2d78c user: pasquale tags: main, trunk
2024-05-05
23:30
getting back into mail viewer attachments to figure out how to implement them so i can release v0.1 of the software check-in: 2a5515f6b0 user: pasquale tags: main, trunk
2024-04-06
22:22
added column width fix. check-in: a38f69e047 user: pasquale tags: main, trunk
2024-04-04
21:07
got vmime code to compile check-in: cf0ddf8d3c user: pasquale tags: main, trunk
2024-04-02
16:19
started commenting cfb, can't remember most of it so this is gonna take a while check-in: a2791a7912 user: pasquale tags: main, trunk
2024-03-29
21:54
fixed vmime compilation check-in: 45841a9b78 user: pasquale tags: main, trunk
2023-12-19
20:05
fixed the generatereport function so it clears the string and won't double the artifacts based on previewing and then generating report. check-in: 9de899ff99 user: pjrinaldi@protonmail.com tags: main, trunk
2023-10-07
23:42
working on exporting attachments. check-in: 283fa699e2 user: pjrinaldi@protonmail.com tags: main, trunk
2023-09-27
16:35
getting code together in one spot so i can modify and implement exporting attachments check-in: 72c8a5a756 user: pjrinaldi@gmail.com tags: main, trunk
16:27
getting closer to exporting attachments, but also getting farther away in mbox/pst exporting. check-in: 447de0a9e8 user: pjrinaldi@gmail.com tags: main, trunk
16:22
working on exporting attachments check-in: 50b170eb63 user: pjrinaldi@gmail.com tags: main, trunk
15:58
working on attachments and added in icon files which i accidentally removed. check-in: eaa55a48bd user: pjrinaldi@gmail.com tags: main, trunk
10:40
icon update check-in: 3efd7db4c4 user: pjrinaldi@gmail.com tags: main, trunk
2023-09-21
14:57
fixed library references so code would compile. also shrank libvmime.a check-in: fa04f539b7 user: pjrinaldi@protonmail.com tags: main, trunk
2023-09-20
00:10
attachment count in place, now to implement attachment naming and linking if html. then i'll put export code in place to actually export the attachments contents check-in: b12286ed73 user: pjrinaldi@gmail.com tags: main, trunk
00:03
got attachment count in place for testing, may adjust for layout as i see fit. check-in: fdef946781 user: pjrinaldi@gmail.com tags: main, trunk
2023-09-19
23:36
started work on storing info i need to export attachments from tagged messages. check-in: e11604feef user: pjrinaldi@gmail.com tags: main, trunk
2023-09-04
17:08
minor code cleanup check-in: a8ce7b42a3 user: pjrinaldi@gmail.com tags: main, trunk
17:05
fixed reporting so it will generate report without previwing it. check-in: d6490c28a6 user: pjrinaldi@gmail.com tags: main, trunk
16:44
fixed msg issue. still need to document code and clean it up, but i'll get back to it later. check-in: aafc90b2b8 user: pjrinaldi@gmail.com tags: main, trunk
2023-09-03
22:21
msg file isn't working anymore, not sure what happended for it to now fail... need to check and see what is going on and why it is failing. then i need to overhaul and improve the code since it is tough to follow and having issues. check-in: 557262991b user: pjrinaldi@gmail.com tags: main, trunk
15:23
working on getting attachments for inclusin in the report check-in: 76a159ed23 user: pjrinaldi@gmail.com tags: main, trunk
15:00
tagging is working. need to implement reporting next. check-in: 8f2e67788a user: pjrinaldi@gmail.com tags: main, trunk
2023-09-02
16:56
implemented lexbor html to text converter. need to test on emails that didn't work before and see if they work now. check-in: e8fa4f8221 user: pjrinaldi@gmail.com tags: main, trunk
14:38
working on implementing liblexbor to convert html to text check-in: 8f5db0d561 user: pjrinaldi@gmail.com tags: main, trunk
14:28
fixed eml body getting the content listed twice, 1 from html and 1 from plaintext. added auto row selection from message table for eml and msg. put lexbor code in place, just need to add the library and copy it in. check-in: cb88f459ea user: pjrinaldi@gmail.com tags: main, trunk
2023-08-30
23:08
updated the about box and added the wait cursor for mbox and pst/ost loading check-in: c3899a8b66 user: pjrinaldi@gmail.com tags: main, trunk
22:54
fixed the msg/eml so a single message can be tagged. just need to implement tagging and reporting. check-in: 990858a432 user: pjrinaldi@gmail.com tags: main, trunk
22:33
got eml transport headers check-in: a685ac7214 user: pjrinaldi@gmail.com tags: main, trunk
20:13
fixed an issue where it would attempt to load too much and fail when testing for msg check-in: 3f21366c02 user: pjrinaldi@gmail.com tags: main, trunk
2023-08-26
15:23
got attachments working for msg class. check-in: fcccc9b9dd user: pjrinaldi@gmail.com tags: main, trunk
14:07
moved everything but the attachments over to the msg class from functions. now no functions repeat and i only initialize the cfb once. check-in: 86d70e3567 user: pjrinaldi@gmail.com tags: main, trunk
13:19
working on transitioning from msg functions to a msg class to remove redundancy. check-in: bfa481630b user: pjrinaldi@gmail.com tags: main, trunk
13:11
working on turning msg into a class, so i don't have to repetatively call the cfb functions for every msg item check-in: 257e592442 user: pjrinaldi@gmail.com tags: main, trunk
2023-08-20
23:00
removed pole, which i don't need anymore since it didn't handle attachments or utf-8 strings and my code handles it. check-in: 4c2a674aab user: pjrinaldi@gmail.com tags: main, trunk
22:57
got simple msg working with attachments. check-in: e3ef92463d user: pjrinaldi@gmail.com tags: main, trunk
22:56
msg files and attachments appear to be working for not large msg files check-in: 72afd7c30c user: pjrinaldi@gmail.com tags: main, trunk
21:58
working on populating attachments check-in: d2487671d1 user: pjrinaldi@gmail.com tags: main, trunk
18:04
working on getting attachment information check-in: c659637687 user: pjrinaldi@gmail.com tags: main, trunk
17:45
got attachment count, now to find the attachment directory entries. check-in: eaa64fdaec user: pjrinaldi@gmail.com tags: main, trunk
2023-08-19
18:15
minor code cleanup check-in: f8a3afe7c8 user: pjrinaldi@gmail.com tags: main, trunk
18:13
transport headers are working, now to implement attachments and then msg will be doneish, I still need to fix large files where i have to parse the whole fat to get all the chains. check-in: 48895cb532 user: pjrinaldi@gmail.com tags: main, trunk
18:05
working on populating msg file. just have transport headers and then i can work on attachments and msg will be done. check-in: 8ca794090c user: pjrinaldi@gmail.com tags: main, trunk
16:45
making progress on getting buffer so i can parse properties when needed check-in: b83668057d user: pjrinaldi@gmail.com tags: main, trunk
16:36
working on getting the properties buffer, which i can use for msg or others check-in: c49b70b288 user: pjrinaldi@gmail.com tags: main, trunk
2023-08-15
19:37
still not happy with the function. need to come up with a better way to navigate to the properties. check-in: d757bd1d01 user: pjrinaldi@gmail.com tags: main, trunk
12:17
making progress on properly navigating the directorytree by following the id's... still have a ways to go to properly parse the tree. need to decide when to go into a child and when not too. check-in: 778ab0f82a user: pjrinaldi@gmail.com tags: main, trunk
2023-08-13
00:43
date time is in the properties, which can be more than one, so i need to actually navigate from root entry to next id and continue on in that process rather than just loop over the entries per block. check-in: 54a006482d user: pjrinaldi@gmail.com tags: main, trunk
2023-08-12
17:23
making progress on populating the message using my code. check-in: 43f975d202 user: pjrinaldi@gmail.com tags: main, trunk
2023-08-11
23:18
need msg from pole in here so i can get the codes to obtain the streams check-in: d33e34e233 user: pjrinaldi@gmail.com tags: main, trunk