Issue Details (XML | Word | Printable)

Key: EMAIL-45
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Dave Cherkassky
Votes: 0
Watchers: 0
Operations

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

[email] Please add Email.setReplyTo( java.util.Collection aCollection )

Created: 13/Mar/06 08:20 AM   Updated: 16/May/06 12:04 PM
Return to search
Component/s: None
Affects Version/s: 1.0
Fix Version/s: None

Time Tracking:
Not Specified

Environment:
Operating System: other
Platform: Other

Bugzilla Id: 38944


 Description  « Hide
The Email class has the following methods:
addTo( java.lang.String email )
addCc( java.lang.String email )
addBcc( java.lang.String email )
addReplyTo( java.lang.String email )

and also:
setTo( java.util.Collection aCollection )
setCc( java.util.Collection aCollection )
setBcc( java.util.Collection aCollection )

but there is no setReplyTo( java.util.Collection aCollection ). Why not? It
seems like there should be, to match the other methods.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
dion gillard added a comment - 13/Mar/06 09:12 AM
Sounds right.