[
https://issues.apache.org/jira/browse/TIKA-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16202525#comment-16202525
]
ASF GitHub Bot commented on TIKA-1788:
--------------------------------------
AarjavP commented on issue #211: [TIKA-1788] RFC822Parser: provide email
attachment filenames when available
URL: https://github.com/apache/tika/pull/211#issuecomment-336247381
the second commit 9653e77 also provides `Content-Disposition` in the
metadata of the embedded object
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> message/rfc822 parser doesn't identify attachment filenames from
> Content-Disposition header
> -------------------------------------------------------------------------------------------
>
> Key: TIKA-1788
> URL: https://issues.apache.org/jira/browse/TIKA-1788
> Project: Tika
> Issue Type: Bug
> Affects Versions: 1.11
> Reporter: Sergey Tsalkov
> Assignee: Tim Allison
> Attachments: grep_content_disposition.zip
>
>
> rfc822 email files can contain attachments as subparts, and they'll
> generally specify the filename of the attachment in a manner like
> this:
> Content-Disposition: attachment;
> filename*=utf-8''image001.jpg
> Tika doesn't seem to be grabbing that information at all!
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)