[
https://issues.apache.org/jira/browse/NIFI-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15390711#comment-15390711
]
ASF GitHub Bot commented on NIFI-1148:
--------------------------------------
GitHub user olegz opened a pull request:
https://github.com/apache/nifi/pull/710
NIFI-1148 added IMAP/POP3 support
added initial set of processors to support consumption of Email via
IMAP/IMAPS and POP3 protocols
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/olegz/nifi NIFI-1148
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/710.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #710
----
commit 2110809eed5dd3046fea1404ac29947f998d8c25
Author: Oleg Zhurakousky <[email protected]>
Date: 2016-07-23T14:42:40Z
NIFI-1148 added IMAP/POP3 support
added initial set of processors to support consumption of Email via
IMAP/IMAPS and POP3 protocols
----
> Add processor to GetEmail supporting IMAP and POP3
> --------------------------------------------------
>
> Key: NIFI-1148
> URL: https://issues.apache.org/jira/browse/NIFI-1148
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Reporter: Joseph Witt
> Assignee: Oleg Zhurakousky
> Fix For: 1.0.0
>
>
> It is fairly common that users want to be able to acquire data via email.
> This means both IMAP and POP3. POP3 is easier as it is a sort of fire/forget
> model whereas IMAP involves more state handling. But in any event both modes
> are important to support.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)