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

[email] Address char-set can not be individually set

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.0
    • 1.1
    • None
    • Operating System: other
      Platform: Other

    • 37363

    Description

      The commons-email-1.0 release API has a critical flaw: you can't specify char-
      set for individual addresses. This is the case with some Japanese mail systems.

      Currently, org.apache.commons.mail.Email class only has methods like

      addXXXX(String email, String name);

      but no such methods:

      addXXX(String email, String name, String charset);

      In addition, I believe the API should allow

      addXXX(javax.mail.internt.InternetAddress);

      If you want to hide InternetAddress, I don't mind to even have a addXXX(Object).

      Thanks,
      -James Huang

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              judoscript@hotmail.com James Huang
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: