Issue Details (XML | Word | Printable)

Key: EMAIL-25
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Unassigned
Reporter: James Huang
Votes: 0
Watchers: 0
Operations

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

[email] Address char-set can not be individually set

Created: 05/Nov/05 08:31 AM   Updated: 22/Feb/07 11:58 PM
Return to search
Component/s: None
Affects Version/s: 1.0
Fix Version/s: 1.1

Time Tracking:
Not Specified

Environment:
Operating System: other
Platform: Other
Issue Links:
Reference
 

Bugzilla Id: 37363
Resolution Date: 22/Feb/07 11:58 PM


 Description  « Hide
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



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
David Eric Pugh added a comment - 29/Nov/05 11:36 PM
Would you like to submit a patch and a unit test? Basically, what this allows you to do is send a single
email to multiple recipients, and each recipient gets their own charset for their email?

Henri Yandell made changes - 16/May/06 10:01 AM
Field Original Value New Value
issue.field.bugzillaimportkey 37363 12342679
Henri Yandell made changes - 16/May/06 11:33 AM
Assignee Jakarta Commons Developers Mailing List [ commons-dev@jakarta.apache.org ]
Project Commons [ 12310458 ] Commons Email [ 12310474 ]
Affects Version/s unspecified [ 12311647 ]
Key COM-2527 EMAIL-25
Component/s Email [ 12311114 ]
Ben Speakmon made changes - 10/Jan/07 08:22 PM
Link This issue relates to EMAIL-54 [ EMAIL-54 ]
Ben Speakmon added a comment - 08/Feb/07 07:33 PM
I've submitted a patch for this issue in EMAIL-54.

Henri Yandell made changes - 17/Feb/07 09:51 AM
Fix Version/s 1.1 [ 12312230 ]
Affects Version/s 1.0 [ 12311731 ]
dion gillard added a comment - 22/Feb/07 11:58 PM
Fixed by EMAIL-54

dion gillard made changes - 22/Feb/07 11:58 PM
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]