Skip to content

OLMReaderConsoleReader does not print email ID correctly in release #138

@5HT2

Description

@5HT2

It looks like getValue() is missing and as such it does not implicitly cast to the correct email ID outside of tests

=	@Override
=	public void email(Email email, HashMap<String, byte[]> attachments) {
=		try {
-			System.out.println("EMail: " + email.getOPFMessageCopyMessageID());
+			System.out.println("EMail: " + email.getOPFMessageCopyMessageID().getValue());
=		} catch (final Exception e) {
=			e.printStackTrace();
=		}
=	}
Before After

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions