Luis Filipe Nassif created TIKA-1222:
----------------------------------------
Summary: 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
Reporter: Luis Filipe Nassif
TikaCli --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.1.5#6160)