https://bz.apache.org/bugzilla/show_bug.cgi?id=60550
Bug ID: 60550
Summary: MAPIMessage parser couldn't get "Content-ID" field.
Product: POI
Version: 3.15-FINAL
Hardware: PC
OS: Linux
Status: NEW
Severity: major
Priority: P2
Component: HSMF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Is it OK to add a few lines of code in AttachmentChunks.record() method:
// added an "else if" block to get CONTENT-ID field.
else if(chunkId == MAPIProperty.ATTACH_CONTENT_ID.id) {
attachContentId = (StringChunk) chunk;
}
Thanks.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]