Return-Path: Delivered-To: apmail-james-mime4j-dev-archive@minotaur.apache.org Received: (qmail 95700 invoked from network); 1 Feb 2009 20:02:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2009 20:02:23 -0000 Received: (qmail 3572 invoked by uid 500); 1 Feb 2009 20:02:23 -0000 Delivered-To: apmail-james-mime4j-dev-archive@james.apache.org Received: (qmail 3551 invoked by uid 500); 1 Feb 2009 20:02:23 -0000 Mailing-List: contact mime4j-dev-help@james.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mime4j-dev@james.apache.org Delivered-To: mailing list mime4j-dev@james.apache.org Received: (qmail 3540 invoked by uid 99); 1 Feb 2009 20:02:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Feb 2009 12:02:23 -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; Sun, 01 Feb 2009 20:02:21 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AC286234C4BD for ; Sun, 1 Feb 2009 12:01:59 -0800 (PST) Message-ID: <435468965.1233518519704.JavaMail.jira@brutus> Date: Sun, 1 Feb 2009 12:01:59 -0800 (PST) From: "Markus Wiederkehr (JIRA)" To: mime4j-dev@james.apache.org Subject: [jira] Resolved: (MIME4J-107) Refactor and extend functionality of Address, Group and Mailbox In-Reply-To: <342083074.1232721785708.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/MIME4J-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Wiederkehr resolved MIME4J-107. -------------------------------------- Resolution: Fixed > Refactor and extend functionality of Address, Group and Mailbox > --------------------------------------------------------------- > > Key: MIME4J-107 > URL: https://issues.apache.org/jira/browse/MIME4J-107 > Project: JAMES Mime4j > Issue Type: Task > Affects Versions: 0.5 > Reporter: Markus Wiederkehr > Assignee: Markus Wiederkehr > Fix For: 0.6 > > > Here is a list of proposed changes: > * remove NamedMailbox and add a name property to Mailbox > * addresses should be Serializable > * add hashCode() and equals() > * pull Mailbox.getAddressString() up to Address and rename it in getDisplayString() > * add Mailbox.getAddress() to retrieve the address as localPart@domain > * add a single argument constructor to Mailbox that parses an address > * add Address.getEncodedString() that returns the address in encoded form > The latter two changes are related to MIME4J-100. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.