convert-outlook-msg-file
convert-outlook-msg-file copied to clipboard
Feature/html body
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 😳