Uploaded image for project: 'Commons Email'
  1. Commons Email
  2. EMAIL-45

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

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0
    • None
    • None
    • Operating System: other
      Platform: Other

    • 38944

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            dcherk@djinnsoft.com Dave Cherkassky
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: