Closed pjrinaldi closed 1 year ago
starting on attachment handling gui implementation using mime from mbox/eml as a test area. it is working so far, still need to implement writing the data to a tmp file and opening it somewhere, probably do a save bit or maybe an open with or see if there is a default linux library like exo or such that i can make use of.
PST Attachments Working EML Attachments Working MBOX Attachments Working
Need to Implement:
MSG Attachments
started on msg attachments. got the attachment count. I need to figure out how to use msg/pole to call the __attach...0/1/2 and then get their sub stream which pertains to attachment name, size, content, etc.
I will either upgrade pole, or write my own functions to parse the msg attachments, which I right my own, I might right my own to parse an msg entirely to remove a library dependency. I'll have to investigate my options. I can manually parse an msg file now, so i fully understand the specification. Yay!
Implemented for msg attachments.
Need to implement attachment handling for all mail item types (mbox,pst,ost,msg,eml)
possibly provide the attachments in an FXItemLIst, then if you single click, provide a text preview for v0.2 and just enable downloading locally for v0.1