Subject and attachment name encoding error

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:
Dingtalk_20230315201101.jpg (81.0 KB)

nsf:
nuser03.7z (3.0 MB)

1 Like

Hello @xujy,
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): EMAILNET-41000

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

1 Like

Hello @xujy.

sorry to jump in, which Notes version are you using? Iā€™d like to try it on Windows 10 and do some tests on the Nsf storages :slight_smile: