tree: ccfa45d3014445a1b10e9cd9c7d812489297f1cb [path history] [tgz]
  1. hooks/
  2. sensors/
  3. __init__.py
  4. PROVIDERS_CHANGES_2020.06.24.md
  5. README.md
airflow/providers/imap/README.md

Package apache-airflow-backport-providers-imap

Release: 2020.6.24

Table of contents

Backport package

This is a backport providers package for imap provider. All classes for this provider package are in airflow.providers.imap python package.

Only Python 3.6+ is supported for this backport package.

While Airflow 1.10.* continues to support Python 2.7+ - you need to upgrade python to 3.6+ if you want to use this backport package.

Installation

You can install this package on top of an existing airflow 1.10.* installation via pip install apache-airflow-backport-providers-imap

Compatibility

For full compatibility and test status of the backport packages check Airflow Backport Package Compatibility

Provider classes summary

In Airflow 2.0, all operators, transfers, hooks, sensors, secrets for the imap provider are in the airflow.providers.imap package. You can read more about the naming conventions used in Naming conventions for provider packages

Sensors

Moved sensors

Airflow 2.0 sensors: airflow.providers.imap packageAirflow 1.10.* previous location (usually airflow.contrib)
sensors.imap_attachment.ImapAttachmentSensorcontrib.sensors.imap_attachment_sensor.ImapAttachmentSensor

Hooks

Moved hooks

Airflow 2.0 hooks: airflow.providers.imap packageAirflow 1.10.* previous location (usually airflow.contrib)
hooks.imap.ImapHookcontrib.hooks.imap_hook.ImapHook

Releases

Release 2020.6.24

CommitCommittedSubject
12af6a0802020-06-19Final cleanup for 2020.6.23rc1 release preparation (#9404)
c7e5bce572020-06-19Prepare backport release candidate for 2020.6.23rc1 (#9370)
f6bd817a32020-06-16Introduce 'transfers' packages (#9320)
0b0e4f7a42020-05-26Preparing for RC3 release of backports (#9026)
00642a46d2020-05-26Fixed name of 20 remaining wrongly named operators. (#8994)
1d36b03032020-05-23Fix references in docs (#8984)
375d1ca222020-05-19Release candidate 2 for backport packages 2020.05.20 (#8898)
12c5e5d8a2020-05-17Prepare release candidate for backport packages (#8891)
f3521fb0e2020-05-16Regenerate readme files for backport package release (#8886)
92585ca4c2020-05-15Added automated release notes generation for backport operators (#8807)
05443c6dc2020-03-23Add missing call to Super class in remaining providers (#7828)
4d03e33c12020-02-22[AIRFLOW-6817] remove imports from airflow/__init__.py, replaced implicit imports with explicit imports, added entry to UPDATING.MD - squashed/rebased (#7456)
97a429f9d2020-02-02[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)
cf141506a2020-02-02[AIRFLOW-6708] Set unique logger names (#7330)
9a04013b02020-01-27[AIRFLOW-6646][AIP-21] Move protocols classes to providers package (#7268)