Issue Details (XML | Word | Printable)

Key: EMAIL-75
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Siegfried Goeschl
Reporter: Yu Kobayashi
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons Email

Email.setFrom, addTo should use Email.charset

Created: 11/Apr/08 05:47 AM   Updated: 05/Apr/09 08:41 PM
Return to search
Component/s: None
Affects Version/s: 1.1
Fix Version/s: 1.2

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works EmailCharset.patch 2008-04-13 04:02 AM Yu Kobayashi 8 kB

Resolution Date: 05/Apr/09 08:41 PM


 Description  « Hide
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);
}



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Ben Speakmon added a comment - 11/Apr/08 07:33 AM
Agree. Can you provide a patch against the trunk?

Yu Kobayashi added a comment - 13/Apr/08 04:02 AM - edited
I created a patch for this issue.

Siegfried Goeschl added a comment - 05/Apr/09 08:41 PM
Will be part of the 1.2 release