Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2026-04-08
| ||
| 10:52 | added rest of the header msg builder parts. need to add attachments, then build the initial eml, then add the headers to the eml using headerfactory Leaf check-in: e28ee30efd user: pasquale tags: main, trunk | |
|
2026-04-03
| ||
| 12:43 | initial vmime email mail creation is working, just need to complete all of the other pieces, attachments, header, transport header so i can export it all correctly. check-in: 1e38d49dd0 user: pasquale tags: main, trunk | |
|
2026-03-27
| ||
| 13:50 | working on importing msg to mbox check-in: 4c3735a82e user: pasquale tags: main, trunk | |
| 11:58 | working on implementing buildeml within msg class for exporting a msg to mbox. check-in: 786a73df33 user: pasquale tags: main, trunk | |
|
2026-03-26
| ||
| 21:00 | fixed vmime compile when it isn't installed locally. check-in: 74afb88406 user: pasquale tags: main, trunk | |
| 17:26 | working on converting msg to eml using vmime. check-in: 380e83dde9 user: pasquale tags: main, trunk | |
| 16:08 | got eml import working, which exports the emls to mbox. just need to get msg and then get the mbox imported into the tool when done. check-in: d8d544aa20 user: pasquale tags: main, trunk | |
| 10:30 | working on importing code. got log and messages working. just need to implement import and export to mbox for eml/msg files check-in: 42637d4e70 user: pasquale tags: main, trunk | |
|
2026-03-25
| ||
| 16:37 | this allows the async future to call a non static function, which lets me call other functions within the importing function check-in: 6412c2fd17 user: pasquale tags: main, trunk | |
| 16:06 | trying to figure out async so i don't have to use static functions. check-in: 8b86f430fa user: pasquale tags: main, trunk | |
| 15:59 | trying different things to call functions from asynced function check-in: 30f9b2c49e user: pasquale tags: main, trunk | |
| 15:40 | fixed function to append to logfile. check-in: dbaadee5da user: pasquale tags: main, trunk | |
| 14:44 | implemented logging functionality for importing check-in: b3ee63eb92 user: pasquale tags: main, trunk | |
|
2026-03-23
| ||
| 16:07 | working on logging import functionality check-in: 5bbd0686ac user: pasquale tags: main, trunk | |
| 14:11 | added starter for a msgimportlog file which will document what was imported, what was not since it's pst or mbox, etc... check-in: 2f720135cb user: pasquale tags: main, trunk | |
| 14:04 | removed liblexbor code, cause i don't want to pull txt from html, i just want to display html code content for analysis. also figuring out how to handle the different email formats for importing into an mbox and processing check-in: 32676a7a61 user: pasquale tags: main, trunk | |
|
2026-03-20
| ||
| 16:01 | working on importing any mail type in a folder into mbox format and then loading the subsequent mbox file. check-in: d945b98d25 user: pasquale tags: main, trunk | |
| 13:15 | working on importing emails to an mbox file... check-in: d8c0e658d4 user: pasquale tags: main, trunk | |
| 12:56 | cleaned out mimetic check-in: 178dca98f6 user: pasquale tags: main, trunk | |
| 12:31 | code cleanup. still need to re-implement import and export by moving code into my classes. check-in: b962e31571 user: pasquale tags: main, trunk | |
| 12:25 | got mbox working. need to test attachments, but code looks sound so far. need to remove mimetic and go through and remove mbox code from main class check-in: 179489c144 user: pasquale tags: main, trunk | |
| 10:36 | mimetic code has been commented out. just need to finish implementing vmime for mbox and then i can remove mimetic check-in: baf2668e2f user: pasquale tags: main, trunk | |
| 10:25 | got selected attachment working for vmime. need to check for any other mimetic, test vmime with mbox file and then remove mimetic. check-in: c69f19bd0a user: pasquale tags: main, trunk | |
|
2026-03-19
| ||
| 16:13 | working on replacing mimetic with vmime since mimetic won't read mbox. got vmime message done for eml, need to do the selected attachment export next check-in: 7d7eb9bfab user: pasquale tags: main, trunk | |
| 14:44 | working on replacing mimetic with vmime for eml and then i'll go to mbox. check-in: 14d71d4117 user: pasquale tags: main, trunk | |
| 13:21 | iseml with vmime works. working on build eml file with vmime as i go... check-in: bd54d2df82 user: pasquale tags: main, trunk | |
| 13:03 | mimetic won't parse eml from mbox correctly... will test vmime which i think worked... if it does, i will have to go back to vmime check-in: 64d8332672 user: pasquale tags: main, trunk | |
|
2026-03-18
| ||
| 15:52 | working on asynchronous method for indexing mbox file. check-in: 36fdb14e84 user: pasquale tags: main, trunk | |
|
2026-03-17
| ||
| 17:07 | trying to figure out if i can send thread updates back to teh program. check-in: afa0ab07d3 user: pasquale tags: main, trunk | |
| 13:33 | starting to move populatembox. also looking to see if i can pass a message to the gui from a non-gui class check-in: fc64c222a4 user: pasquale tags: main, trunk | |
| 11:36 | starting to migrate code over to mbox class check-in: 8c95ef34de user: pasquale tags: main, trunk | |
|
2026-03-16
| ||
| 15:39 | working on mbox class check-in: 14431f7f9a user: pasquale tags: main, trunk | |
| 11:05 | working on moving mbox to a class check-in: f75003c83d user: pasquale tags: main, trunk | |
| 11:03 | fixed error with IsPst code. check-in: 163240ccc7 user: pasquale tags: main, trunk | |
| 11:00 | more pst cleanup. still need to implement some pst functionality, but feel like cleaning up mbox from the main code to its own class. check-in: e61d46d7dc user: pasquale tags: main, trunk | |
|
2026-03-13
| ||
| 21:06 | code cleanup for pst, and msg. need to check the msg change so i can clean up that code from wombatmail.cpp. check-in: 2efb7af30a user: pasquale tags: main, trunk | |
| 20:32 | initial attachment export works. need to test and fix any issues that are encountered, but a good start so far. check-in: 6e78fe64c9 user: pasquale tags: main, trunk | |
| 20:04 | working on getting the message attachment content check-in: 1e8fe4cabc user: pasquale tags: main, trunk | |
| 19:48 | fixed attachment list so it's only real attachments and not body content. check-in: 7f48a904fe user: pasquale tags: main, trunk | |
| 13:27 | working on switching to libpst. need to fix attachments so it doesn't display the body content, also export attachments when selected, and everything else. removed libpff and some libpst headers i don't need check-in: 0345e11939 user: pasquale tags: main, trunk | |
| 11:30 | removed some old code. still need to implement base64 display, and attachment list check-in: 526a299291 user: pasquale tags: main, trunk | |
| 11:26 | cleanup is progressing, still need to check and correct some issues check-in: c492023aa9 user: pasquale tags: main, trunk | |
|
2026-03-12
| ||
| 16:36 | working on code cleanup for the pst messages. check-in: 236754bf34 user: pasquale tags: main, trunk | |
| 13:25 | working on cleaning up pst.cpp code check-in: 8043e192be user: pasquale tags: main, trunk | |
|
2026-03-11
| ||
| 19:11 | got contents, just need a massive cleanup and simplification based moving the c code to cpp and getting just what i need check-in: f5ba063a0c user: pasquale tags: main, trunk | |
| 18:45 | messy, but it displays preamble, content, and header. need to do attachments check-in: 18611443dd user: pasquale tags: main, trunk | |
| 10:58 | working on testing libpst code and once working, will need to make major cleanups check-in: da0c0f0d0f user: pasquale tags: main, trunk | |
| 10:32 | testing libpst code check-in: 5803e8a852 user: pasquale tags: main, trunk | |
|
2026-03-10
| ||
| 14:11 | working on getting body contents working, then i'll clean up check-in: b775773a9b user: pasquale tags: main, trunk | |
| 13:24 | working on pst body/headers to get working, then i will clean up code and attempt to remove most readpst functions i added check-in: 22d7de2035 user: pasquale tags: main, trunk | |