pjrinaldi / wombatmailviewer

Review MBOX, PST, and OST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement eml

pjrinaldi opened this issue · comments

Look into implementing importing eml files and displaying properly.

i think an eml message is just a mime message, so vmime should handle this for me. will have to test and see.

if it does work, then i will have to functionalize the vmime calls so i don't have to duplicate code between eml and mbox.

vmime calls are functionalized and detecting and parsing eml work. i am missing some transport headers that i need to get and put in the message content

working.