pjrinaldi / wombatmailviewer

Review MBOX, PST, and OST
GNU General Public License v2.0
5 stars 0 forks source link

implement full headers at end of the message #13

Closed pjrinaldi closed 1 year ago

pjrinaldi commented 1 year ago

need to implement the full header information for mbox/eml at the end of the message contents because i'm missing important header information for forensics.

need to see if extra header info is also missing from pst an then add that as well. if it isn't missing, may want to just use the default mail headers at top and put the rest at the bottom for consistency

pjrinaldi commented 1 year ago

implemented for:

MSG

Need to implement for:

MBOX PST/OST EML

pjrinaldi commented 1 year ago

implemented for:

MSG PST/OST

Need to implement for:

EML MBOX

pjrinaldi commented 1 year ago

Implemented for mbox and eml.