Created 09-28-2016 12:27 PM
I'm trying to use ConsumeImap -> ExtractEmailAttachments processors with google mail. And it gets messages but fails with: "Message failed RFC2822 validation".
From source code i see there should be from and sentDate headers set.
I was thinking something is wrong with gmail server and i wrote python code using imaplib and email and it works. This code is outside of nifi.
Does anyone have any experience with this problem or clue how to fix this.
Best
Bojan
Created 09-29-2016 11:50 AM
Created 09-30-2016 02:31 PM
Thanks for the patch. 🙂
I just tried to compile it and build is failing:
validateConsumeIMAP validateConsumeIMAPWithTimeout
Chears!
EDIT:
I skipped the tests and just compiled. ConsumeImap processor now works as expected.
Chears again!
Created 09-30-2016 04:01 PM
Thanks for testing! I was already aware the unit test were failing but wanted to confirm the patch worked before I would change the original unit tests. (please note I am not a Hortonworks employee, just a big NiFi fan - and accidental committer. 🙂 )
Created 11-07-2016 01:36 PM
Hi,
I'm trying to use ConsumeImap but get the message "RFC2822 validation"
Where can I find ConsumeImap processor compiled (I just find sources) ?
Best