mail body is badly quoted-printable encoded => accents issues

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • 2.1.5
    • Affects Version/s: 2.1.4
    • Component/s: API
    • None
    • Environment:
      sun jdk 1.6.0_26

      src/grouper/edu/internet2/middleware/grouper/util/GrouperEmail.java does:

      message.setContent(this.body, "text/plain");

      which is should be

      message.setContent(this.body, "text/plain; charset=utf-8");

      otherwise the accents are broken


      Content-Type: text/plain; charset=UTF-8
      Content-Transfer-Encoding: quoted-printable

      Test =E9


      when it should be

      Test =C3=A9

            Assignee:
            Chris Hyzer (upenn.edu)
            Reporter:
            Pascal Rigaux (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: