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

Siegfried Goeschl updated EMAIL-75:
-----------------------------------

    Fix Version/s: 1.2

> Email.setFrom, addTo should use Email.charset
> ---------------------------------------------
>
>                 Key: EMAIL-75
>                 URL: https://issues.apache.org/jira/browse/EMAIL-75
>             Project: Commons Email
>          Issue Type: Bug
>    Affects Versions: 1.1
>            Reporter: Yu Kobayashi
>            Assignee: Siegfried Goeschl
>            Priority: Minor
>             Fix For: 1.2
>
>         Attachments: EmailCharset.patch
>
>
> 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);
> }

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

Reply via email to