Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 706 invoked from network); 24 Nov 2008 07:00:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Nov 2008 07:00:36 -0000 Received: (qmail 73953 invoked by uid 500); 24 Nov 2008 07:00:45 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 73871 invoked by uid 500); 24 Nov 2008 07:00:45 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 73860 invoked by uid 99); 24 Nov 2008 07:00:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Nov 2008 23:00:45 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2008 06:59:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BC14E234C28D for ; Sun, 23 Nov 2008 22:59:44 -0800 (PST) Message-ID: <154548821.1227509984769.JavaMail.jira@brutus> Date: Sun, 23 Nov 2008 22:59:44 -0800 (PST) From: "Corey Scott (JIRA)" To: issues@commons.apache.org Subject: [jira] Updated: (EMAIL-81) Add getTo and getReplyTo to Email class In-Reply-To: <1818059267.1214872845039.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/EMAIL-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Corey Scott updated EMAIL-81: ----------------------------- Attachment: EMAIL-81-patch.txt 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. > Add getTo and getReplyTo to Email class > --------------------------------------- > > Key: EMAIL-81 > URL: https://issues.apache.org/jira/browse/EMAIL-81 > Project: Commons Email > Issue Type: Improvement > Affects Versions: 1.1 > Reporter: Travis Reeder > Fix For: 1.1 > > Attachments: EMAIL-81-patch.txt > > > There is no way to get the "to" collection or the "reply-to" collection that is set via setTo() and setReplyTo(). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.