ConsumeIMAP 2.3.0¶

BUNDLE¶

org.apache.nifi | nifi-email-nar

DESCRIPTION¶

Consumes messages from Email Server using IMAP protocol. The raw-bytes of each received email message are written as contents of the FlowFile

TAGS¶

Consume, Email, Get, Imap, Ingest, Ingress, Message

INPUT REQUIREMENT¶

FORBIDDEN

Supports Sensitive Dynamic Properties¶

false

PROPERTIES¶

Property

Description

Mark Messages as Read

Specify if messages should be marked as read after retrieval.

Use SSL

Specifies if IMAP connection must be obtained via SSL encrypted connection (i.e., IMAPS)

authorization-mode

How to authorize sending email on the user’s behalf.

connection.timeout

The amount of time to wait to connect to Email server

delete.messages

Specify whether mail messages should be deleted after retrieval.

fetch.size

Specify the maximum number of Messages to fetch per call to Email Server.

folder

Email folder to retrieve messages from (e.g., INBOX)

host

Network address of Email server (e.g., pop.gmail.com, imap.gmail.com …)

oauth2-access-token-provider

OAuth2 service that can provide access tokens.

password

Password used for authentication and authorization with Email server.

port

Numeric value identifying Port of Email server (e.g., 993)

user

User Name used for authentication and authorization with Email server.

RELATIONSHIPS¶

NAME

DESCRIPTION

success

All messages that are the are successfully received from Email server and converted to FlowFiles are routed to this relationship