Bug 45048 - Outloook message files (msg) saved as outlook-unicode are unreadable
Summary: Outloook message files (msg) saved as outlook-unicode are unreadable
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: POIFS (show other bugs)
Version: 3.0-FINAL
Hardware: PC Windows XP
: P2 critical (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-20 09:22 UTC by Ron
Modified: 2010-06-03 07:27 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ron 2008-05-20 09:22:13 UTC
When attempting to parse outlook files that were inadvertently saved as outlook-unicode the mappimessage is created but then cannot find content. MAPIMessage will load fine, but then attempting to get any part of the message via a "getSubject" - or some similar method - returns a org.apache.poi.hsmf.exceptions.ChunkNotFoundException.
For "getConversationTopic" the exact error is :
org.apache.poi.hsmf.exceptions.ChunkNotFoundException: __substg1.0_0070001E was named, but not found in POIFS object
Comment 1 Nick Burch 2010-06-03 07:27:33 UTC
HSMF has undergone a lot of changes since this bug was opened. Unicode messages can now be read just fine.