[
https://issues.apache.org/jira/browse/NIFI-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15865953#comment-15865953
]
ASF GitHub Bot commented on NIFI-2779:
--------------------------------------
Github user trixpan commented on the issue:
https://github.com/apache/nifi/pull/1326
you did a merge and that dragged dozens of committed commits into this PR.
Instead you may want to do:
```
git checkout master -b NIFI-2779v2
git cherry-pick <commit>
git push origin NIFI-2779
```
> Add processor to GetEmail Supporting Exchange Web Services
> ----------------------------------------------------------
>
> Key: NIFI-2779
> URL: https://issues.apache.org/jira/browse/NIFI-2779
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Core Framework
> Affects Versions: 1.2.0
> Reporter: Peter Wicks
> Assignee: Peter Wicks
> Priority: Minor
> Fix For: 1.2.0
>
>
> NIFI-1148 added support for POP3/IMAP.
> In the comments it was suggested that Exchange Web Services (EWS) support
> also be added.
> There is a Microsoft created Java API for EWS available in MVN:
> https://mvnrepository.com/artifact/com.microsoft.ews-java-api/ews-java-api/2.0
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)