https://issues.apache.org/bugzilla/show_bug.cgi?id=51446
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #4 from Nick Burch <[email protected]> 2012-04-09 17:43:55 UTC --- The outlook format doesn't work that way, so there's no input stream to just fetch. Nested outlook files are stored expanded in the ole2 stream. (Other embedded files are typically stored as just the one entry, so they can be fetched directly) You could try copying the root directory of the attachment into a new POIFSFileSystem (there's a POIFS util to help with that), and see if that plays nicely with a copy of outlook. That should work just fine with HSMF, as that's largely analogous to what getAsEmbededMessage() does, I just don't know if there's any extra magic that a .msg file needs for outlook that is stored outside of the directory -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
