You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tyler Palsulich (JIRA)" <ji...@apache.org> on 2015/03/16 01:16:38 UTC

[jira] [Resolved] (TIKA-1222) Tika does not extract attachments from RFC822 files

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

Tyler Palsulich resolved TIKA-1222.
-----------------------------------
    Resolution: Fixed
      Assignee: Nick Burch

Looks good, [~gagravarr]! Marking as Fixed.

> Tika does not extract attachments from RFC822 files
> ---------------------------------------------------
>
>                 Key: TIKA-1222
>                 URL: https://issues.apache.org/jira/browse/TIKA-1222
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 1.4, 1.5, 1.6
>            Reporter: Luis Filipe Nassif
>            Assignee: Nick Burch
>         Attachments: Tika-1222.patch
>
>
> TikaApp --extract option does not extract attachments from RFC822 files. The issue happens because MailContentHandler.body(...) method gets a Parser.class object from the context and calls parser.parse(). It should get a EmbeddedDocumentExtractor.class object from the ParseContext one and call embeddedDocumentExtractor.parseEmbedded(), similar to other Container parsers.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)