DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38944>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38944

           Summary: [email] Please add Email.setReplyTo(
                    java.util.Collection aCollection )
           Product: Commons
           Version: 1.0 Final
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P4
         Component: Email
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


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.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to