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/02 17:37:40 UTC

[jira] Updated: (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 updated TIKA-361:
----------------------------

    Attachment: tika-outlook-updated.patch

Updated patch to match recent changes in the Tika API. Targets the latest POI and Tika svn versions.

> 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
>         Attachments: tika-outlook-updated.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.