1 Reply Latest reply on Oct 21, 2007 2:18 PM by kukeltje

    Encoding in Mail.java

    lmichenaud

      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");



        • 1. Re: Encoding in Mail.java
          kukeltje

          please file a jira issue for this.... utf-8 encoding (or making it selecatable) is a fair request for enhancement. Even better, add a diff, unittests etc to the issue so it can be 'fixed' much quicker