Issue Type: Bug Bug
Assignee: Unassigned
Components: mailer-plugin
Created: 03/Feb/15 4:23 PM
Description:

Symptom : using the MailStep from workflow-plugin, the generated email always has the "charset=UTF-8" in the Content-Type part header, regardless of the charset parameter, but the non-ascii characters are not properly escaped.
e.g. the word "Synthèse" in the body is escaped as "Synth=E8se" instead of "Synth=C3=A8se".

Looking at the source code for MimeMessageBuilder, the charset parameter is indeed not used for the content, but only for addresses.

Environment: Jenkins 1.580.1 / 1.598
mailer-plugin 1.14
workflow-plugin 1.2
Project: Jenkins
Priority: Major Major
Reporter: Jean Blanchard
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to