[jboss-user] [JBoss jBPM] - Encoding in Mail.java

lmichenaud do-not-reply at jboss.com
Fri Oct 19 10:27:15 EDT 2007


Hi,

I had problems encoding in Mail.java on subject and
text.

I changed like this :

message.addHeader("Content-Transfer-Encoding", "UTF-8");
  | message.setSubject(subject, "UTF-8");
  | message.setText(text, "UTF-8");


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097004#4097004

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097004



More information about the jboss-user mailing list