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