-
-
Notifications
You must be signed in to change notification settings - Fork 178
Closed
Labels
Description
Hi, thank you for all the work you've put into this! I need to parse .msg files and this looks like a good fit.
However, I'd like to leverage Python's native email library and interface as much as possible. convert-outlook-msg-file is a module to convert msg files to an .eml / rfc822 format, which is what email can parse.
Would there be interest in a pull request that adds a method to extract_msg.message.Message which returns an email.EmailMessage object, leveraging some of the code in convert-outlook-msg-file?