[
https://issues.apache.org/jira/browse/TIKA-4032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720648#comment-17720648
]
Tim Allison commented on TIKA-4032:
-----------------------------------
This example was shared with me privately:
{noformat}
Content-Type: application/pdf; name=blah.pdf
Content-Transfer-Encoding: base64
Content-Disposition: attachment {noformat}
> Look for embedded file name in the content-type field in .eml files
> -------------------------------------------------------------------
>
> Key: TIKA-4032
> URL: https://issues.apache.org/jira/browse/TIKA-4032
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Priority: Minor
>
> We had been looking for the embedded file name within rfc822/eml files in the
> content-disposition field. However, it can also appear in the content-type
> field with the parameter "name". If both appear, I think we should prefer
> the latter. However, we should try to get the attachment name from both
> locations.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)