You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mime4j-dev@james.apache.org by "Markus Wiederkehr (JIRA)" <mi...@james.apache.org> on 2009/01/23 15:43:05 UTC

[jira] Created: (MIME4J-107) Refactor and extend functionality of Address, Group and Mailbox

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.


[jira] Resolved: (MIME4J-107) Refactor and extend functionality of Address, Group and Mailbox

Posted by "Markus Wiederkehr (JIRA)" <mi...@james.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.


[jira] Closed: (MIME4J-107) Refactor and extend functionality of Address, Group and Mailbox

Posted by "Robert Burrell Donkin (JIRA)" <mi...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/MIME4J-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Burrell Donkin closed MIME4J-107.
----------------------------------------


Closing all issues fixed previously, after a brief review of each.

> 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.