nifi/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/src
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
..
main NIFI-4326 Fix NullPointerException and strict addressing 2017-09-21 15:21:22 +02:00
test NIFI-4326 Fix NullPointerException and strict addressing 2017-09-21 15:21:22 +02:00