You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2005/11/05 00:31:08 UTC

DO NOT REPLY [Bug 37363] New: - Address char-set can not be individually set

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37363>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37363

           Summary: Address char-set can not be individually set
           Product: Commons
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: critical
          Priority: P1
         Component: Email
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: judoscript@hotmail.com


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

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org