[
https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15311956#comment-15311956
]
ASF GitHub Bot commented on NIFI-1899:
--------------------------------------
Github user trixpan commented on the issue:
https://github.com/apache/nifi/pull/483
@bbende
Was aware of that possibility. What I couldn't find is a way of easily
doing the same from Expression Language. It would be nice to be able to access
the flowfile lineage from expression language.
Anyhow, initial processor is ready and with test harness. Working on
ExtractEmailAttributes.
@joewitt: ExtractEmailAttributes will have the attributes:
* email.headers.To
* email.headers.From
* email.headers.Message-ID
* email.headers.Date
* email.headers.Subject
* email.attachment_count
Plus the options of:
A. Choosing what attributes get extracted and adding them to
* email.headers.matched_name_here;
B. OR extract all headers under
* email.headers.*
I fear the second option is a terrible security choice (import something
you don't have much control over but I'll leave that to the user to judge)
> Create ListenSMTP & ExtractEmailAttachment processors
> -----------------------------------------------------
>
> Key: NIFI-1899
> URL: https://issues.apache.org/jira/browse/NIFI-1899
> Project: Apache NiFi
> Issue Type: New Feature
> Reporter: Andre
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)