Felix Uellendall created AIRFLOW-3315:
-----------------------------------------
Summary: Add ImapAttachmentSensor to poke for mail attachments
Key: AIRFLOW-3315
URL: https://issues.apache.org/jira/browse/AIRFLOW-3315
Project: Apache Airflow
Issue Type: New Feature
Reporter: Felix Uellendall
Assignee: Felix Uellendall
This kind of sensor pokes a mail server for attachments in mails with a given
name.
It will use the existing
[ImapHook|https://issues.apache.org/jira/projects/AIRFLOW/issues/AIRFLOW-2780]
to establish a connection to the mail server
and search for the attachment in all mails.
If an attachment has been found it will immediately stop and return that an
attachment has been found for the given name.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)