Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Sender no longer present #645

Copy link
Copy link

Description

@Faelean
Issue body actions

We're currently testing the 9.0.0 release and noticed, that the Sender is no longer present in the "chinese message.msg" file from the Outlook Message Parser test data (https://github.com/bbottema/outlook-message-parser/blob/master/src/test/resources/test-messages/chinese%20message.msg)

        String msgFileName = ".\\assets_sjm\\chinese message.msg";

        try (FileInputStream fileInputStream = new FileInputStream(msgFileName)) {

            Email email = EmailConverter.outlookMsgToEmail(fileInputStream);
            System.out.println("Sender: " + email.getFromRecipient().getAddress());
        }

With 8.12.6 this results in
Sender: x@Ctrip.com,
with 9.0.0 we're getting
Sender: donotreply@unknown-from-address.net

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.