Skip to content

Support for returning an EmailMessage object #248

@ndrsn

Description

@ndrsn

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    CompleteThis feature has been fully implemented.enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions