[
https://issues.apache.org/jira/browse/TIKA-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16604202#comment-16604202
]
Ghenadie commented on TIKA-2723:
--------------------------------
Hi Nick,
This .mht file is split into several files. That's fine since it's a container
and it separate all the files. Why are my expectations from Tika? To parse this
file through HtmlParser, or any other correct parsers, with another
Content-Type, since it's not an email (current field Content Type -
message/rfc822).
So, I'm expecting the output to be something similar as other containers (gz,
zip) - split files, but with no additional fields as in emails.
Please let me know in case of any other questions.
> Issue with parsing .mht container
> ---------------------------------
>
> Key: TIKA-2723
> URL: https://issues.apache.org/jira/browse/TIKA-2723
> Project: Tika
> Issue Type: Bug
> Components: mime
> Affects Versions: 1.17
> Reporter: Ghenadie
> Priority: Major
> Labels: patch
> Fix For: 1.17
>
>
> Hello,
> I have a file with .mht extension. Tika processes this file as an email (Is
> Email? - true), and uses RFC822Parser to parse it. As a result, I have the
> content with email fields, as: From, To, CC, BCC, Subject.
> This is an issue for me. And seems to be an issue from Tika. As far as this
> is a web container, it should not be parsed through RFCParser (which is an
> email parser).
> Please investigate this issue as soon as possible.
> Please let me know in case of any questions.
>
> Thank you,
> Ghenadie R.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)