Skip to content

subject and attachment name encoding error #48

@logan-x

Description

@logan-x

maven:

 <dependency>
            <groupId>com.aspose</groupId>
            <artifactId>aspose-email</artifactId>
            <version>23.2</version>
            <classifier>jdk16</classifier>
 </dependency>

code:

NotesStorageFacility nsf = new NotesStorageFacility("C:\\Users\\xujy1\\Desktop\\notes\\nuser01.nsf");

for (MailMessage eml : nsf.enumerateMessages()) {
    String subject = eml.getSubject();
    eml.save("1.eml");
}

subject encoding error:
http://183.250.89.56:12344/error.jpg

nsf:
http://183.250.89.56:12344/nuser01.nsf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions