You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2022/11/16 19:27:00 UTC

[jira] [Commented] (NIFI-10829) Adding the parent folder name as an argument to the ConsumeEWS processor

    [ https://issues.apache.org/jira/browse/NIFI-10829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634985#comment-17634985 ] 

David Handermann commented on NIFI-10829:
-----------------------------------------

Thanks for raising this issue [~dataminer.accolade]. The {{ConsumeEWS}} Processor uses a Microsoft library that is no longer maintained, so making changes to this processor is probably not the best approach going forward. It would be better to consider implementing this feature in a new Processor that makes use of a supported approach to interacting with Exchange.

> Adding the parent folder name as an argument to the ConsumeEWS processor
> ------------------------------------------------------------------------
>
>                 Key: NIFI-10829
>                 URL: https://issues.apache.org/jira/browse/NIFI-10829
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Core Framework
>            Reporter: dataminer.accolade
>            Priority: Major
>         Attachments: image-2022-11-16-17-32-21-819.png
>
>
> I want to be able to pass the root folder as an argument to the ConsumeEWS processor.
> [Source|https://github.com/apache/nifi/blob/main/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/src/main/java/org/apache/nifi/processors/email/ConsumeEWS.java#L393]
> !image-2022-11-16-17-32-21-819.png!
> Primarily I am interested in [PublicFoldersRoot|https://learn.microsoft.com/en-us/dotnet/api/microsoft.exchange.webservices.data.wellknownfoldername?view=exchange-ews-api] making PublicFoldersRoot selectable will require the implementation of the deep search because, [deep traversal queries cannot be performed on public folders.|https://learn.microsoft.com/en-us/exchange/client-developer/web-service-reference/findfolder-operation?redirectedfrom=MSDN] Alternatively it would be nice to pass the path of the folder instead of a folder name with a specific root to avoid the usage of deep search.
> I would implement the new feature if it is desired and if it makes sense for the project. 
>  
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)