NIFI-9451 add input character set property for PutEmail and additiona…#6313
NIFI-9451 add input character set property for PutEmail and additiona…#6313emiliosetiadarma wants to merge 1 commit intoapache:mainfrom emiliosetiadarma:NIFI-9451
Conversation
|
Will review |
|
I tested this out, was able to send emails just fine. One thing I had an issue with was other languages. I used Big5 encoding and Chinese characters (http://ash.jp/code/cn/big5tbl.htm) and found that it did come through in the email message content but not in the email attachment. It looks like the character encoding might be getting minced somewhere and might be worth verifying with a unit test. |
|
Just a note, if you have changes made as a result of a review, commit the change as an additional commit and don't force push. That way the changes made will be tracked in the PR. The committer will merge the commits for you when pushing to main. |
|
I verified that the change fixed the encoding issue I saw with attached files. I think that should do it, +1 will merge. |
…ional tests Signed-off-by: Nathan Gough <thenatog@gmail.com> This closes apache#6313.
…l tests
Summary
NIFI-9451
Tracking
Please complete the following tracking steps prior to pull request creation.
Issue Tracking
Pull Request Tracking
NIFI-00000NIFI-00000Pull Request Formatting
mainbranchVerification
Please indicate the verification steps performed prior to pull request creation.
Build
mvn clean install -P contrib-checkLicensing
LICENSEandNOTICEfilesDocumentation