bbottema / outlook-message-parser

A Java parser for Outlook messages (.msg files)
76 stars 35 forks source link

I got Chinese Mistaken Code when parsed outlookFileAttachment #37

Closed yuanbing692 closed 3 years ago

yuanbing692 commented 3 years ago

OutlookFileAttachment outlookFileAttachment= (OutlookFileAttachment) outlookAttachment; byte[] data = outlookFileAttachment.getData();

bbottema commented 3 years ago

This report is impossible for me to investigate. No example result, no code on how to reproduce, no thrown exceptions, no sample email to test with, nothing.

Closing until I have more to go on...