You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Nick Burch (JIRA)" <ji...@apache.org> on 2010/06/23 18:28:52 UTC

[jira] Resolved: (TIKA-361) Update OutlookExtractor to match new POI API

     [ https://issues.apache.org/jira/browse/TIKA-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Burch resolved TIKA-361.
-----------------------------

    Fix Version/s: 0.8
       Resolution: Fixed

Patch applied in r957262.

> Update OutlookExtractor to match new POI API
> --------------------------------------------
>
>                 Key: TIKA-361
>                 URL: https://issues.apache.org/jira/browse/TIKA-361
>             Project: Tika
>          Issue Type: New Feature
>    Affects Versions: 0.6
>            Reporter: Nick Burch
>             Fix For: 0.8
>
>         Attachments: outlook.patch
>
>
> OutlookExtractor currently uses POIChunkParser, which is a somewhat internal class, and has recently undergone a large number of changes.
> The attached patch changes OutlookExtractor to use the more stable MAPIMessage for text extraction, which allows it to continue extracting with the latest POI code in svn.
> The changes in POI's svn also allow for easy access to a few more bits of the message. The patch adds date support, but possibly a few others will be wanted in future as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.