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: [email protected] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
