mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 02:28:31 +00:00
Some headers can cause problems with message parsing, specifically the 'Content-Type' header. If an email contains attachments, ConsumeEWS may generate emails where the attachments cannot be extracted. This closes #1867. Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>