Issue Details (XML | Word | Printable)

Key: EMAIL-81
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Siegfried Goeschl
Reporter: Travis Reeder
Votes: 1
Watchers: 2
Operations

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

Add getTo and getReplyTo to Email class

Created: 01/Jul/08 12:39 AM   Updated: 24/Feb/09 10:08 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 EMAIL-81-patch-v2.txt 2008-11-24 07:14 AM Corey Scott 19 kB
Text File Licensed for inclusion in ASF works EMAIL-81-patch.txt 2008-11-24 06:59 AM Corey Scott 9 kB

Resolution Date: 24/Feb/09 10:08 PM


 Description  « Hide
There is no way to get the "to" collection or the "reply-to" collection that is set via setTo() and setReplyTo().

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Corey Scott added a comment - 24/Nov/08 06:59 AM
This patch includes access methods for:
-To Collection
-Cc Collection
-Bcc Collection
-Reply-To Collection

I have also refactored a few of the tests to leverage this new functionality and not rely of methods from the test mock we had in there previously.


Corey Scott added a comment - 24/Nov/08 07:14 AM
Supercedes the previous patch.

Includes:
-Additional methods removed from the test mocks as they no long required


Siegfried Goeschl added a comment - 24/Feb/09 10:08 PM
Applied the patch and the regression tests pass ...