nifi/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors
btwood 90ed08ec33 NIFI-4326 Fix NullPointerException and strict addressing
This uses parseHeader() instead of getFrom() and getRecipients() in order to avoid strict addressing.
It also checks for null to solve a null pointer exception.
By contract, this processor should grab information "if available". Which means it should not fail if the info is unavailable.

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #2111.
2017-09-21 15:21:22 +02:00
..
src NIFI-4326 Fix NullPointerException and strict addressing 2017-09-21 15:21:22 +02:00
pom.xml NIFI-3997: 2017-06-08 15:22:51 -04:00