You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2007/02/17 10:52:05 UTC

[jira] Updated: (EMAIL-25) [email] Address char-set can not be individually set

     [ https://issues.apache.org/jira/browse/EMAIL-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell updated EMAIL-25:
-------------------------------

        Fix Version/s: 1.1
    Affects Version/s: 1.0

> [email] Address char-set can not be individually set
> ----------------------------------------------------
>
>                 Key: EMAIL-25
>                 URL: https://issues.apache.org/jira/browse/EMAIL-25
>             Project: Commons Email
>          Issue Type: Bug
>    Affects Versions: 1.0
>         Environment: Operating System: other
> Platform: Other
>            Reporter: James Huang
>            Priority: Critical
>             Fix For: 1.1
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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