email2pdf
email2pdf copied to clipboard
Consider heuristically extracting headers from a forwarded/attached email for metadata
Consider writing a separate Python module to extract out original email headers. Styles/sources for doing this might include:
- http://stackoverflow.com/a/9873108/27641
- Gmail style
Potentially useful ideas: http://stackoverflow.com/questions/2168719/parsing-forwarded-emails
Consider doing this in a separate Haskell script.