Uploaded image for project: 'Commons Email'
  1. Commons Email
  2. EMAIL-75

Email.setFrom, addTo should use Email.charset

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.1
    • 1.2
    • None

    Description

      Email.addTo() and setFrom() doesn't use Email.charset.

      Code should be as following.

      public Email setFrom(String email, String name)
      throws EmailException
      {
      return setFrom(email, name, this.charset);
      }

      public Email addTo(String email, String name)
      throws EmailException
      {
      return addTo(email, name, this.charset);
      }

      Attachments

        1. EmailCharset.patch
          8 kB
          Yu Kobayashi

        Activity

          People

            sgoeschl Siegfried Goeschl
            yukoba Yu Kobayashi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: