convert-outlook-msg-file icon indicating copy to clipboard operation
convert-outlook-msg-file copied to clipboard

Feature/html body

Open jmacdone opened this issue 7 months ago • 2 comments

I was having trouble getting this to convert the msg files released by Microsoft related to the disclosure of the Midnight Blizzard attack. So, I went down a troubleshooting rabbit hole. The core issue was overlooking HTML bodies.

  • reorganized as a package (perhaps PyPI someday?)
  • add a handler for HTML bodied messages (property tag 0x1013)
  • filtered \x00 values being returned from UNICODE.value (not sure if bug?)
  • various linting and formatting tune-ups (hopefully not too opinionated)
  • updated README to reflect changes
  • no unit tests 😳

jmacdone avatar Jul 02 '24 22:07 jmacdone