This repository is maintained by the KNIME Core Development Team.
KNIME Analytics Platform - Email Processing Integration is designed to manage emails from within a KNIME workflow e.g. downloading emails including attachments and moving processed emails into another email folder. The extension also provides a new email session port type which allows to decouple the email server login from the different email management tasks.
This repository contains the source code for KNIME - Email Processing Integration. The code is organized as follows:
- org.knime.email: The main plugin with the email processing nodes (connector, reader, mover) and the new email session port.
- org.knime.email.tests: Unit tests for the different features in the org.knime.email plugin based on GreenMail.
- org.knime.email.tests.janitor: KNIME testing janitor implementation that exposes an in-memory email server using GreenMail.
You can find instructions on how to work with our code or develop extensions for KNIME Analytics Platform in the knime-sdk-setup repository on BitBucket or GitHub.