You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm parsing a message from a PST, and running into an NPE that originates from PSTAttachment.java line 119:
com.pff.PSTAttachment.getFileInputStream(PSTAttachment.java:119)
In the pst lib I have, line 119 consists of :
if (attachmentDataObject.isExternalValueReference) {
..
I'm not sure if this a bug, or indicates if the message/attachment is corrupt. Should I be catching this?
I'm using the 0.8.1 release
The text was updated successfully, but these errors were encountered:
I understand this was probably too long ago (hence closing) however I have more time these days to try and address these issues, so don't hesitate to re-open if you are in a position to help me look into it further.
I'm parsing a message from a PST, and running into an NPE that originates from PSTAttachment.java line 119:
com.pff.PSTAttachment.getFileInputStream(PSTAttachment.java:119)
In the pst lib I have, line 119 consists of :
if (attachmentDataObject.isExternalValueReference) {
..
I'm not sure if this a bug, or indicates if the message/attachment is corrupt. Should I be catching this?
I'm using the 0.8.1 release
The text was updated successfully, but these errors were encountered: