Add parse method for e-mail addresses that contain special characters in the
display name
-----------------------------------------------------------------------------------------
Key: MIME4J-130
URL: https://issues.apache.org/jira/browse/MIME4J-130
Project: JAMES Mime4j
Issue Type: New Feature
Affects Versions: 0.6
Reporter: Markus Wiederkehr
Assignee: Markus Wiederkehr
Fix For: 0.7
Address.parse(), Group.parse() and Mailbox.parse() can only parse addresses in
their raw (encoded) form. They are capable of decoding encoded words (RFC 2047)
but they do not accept already decoded special characters.
In other words, they can parse the result of Address.getEncodedString() but not
Address.getDisplayString().
Mime4j should have a means to parse an address such as "Hans Müller
<[email protected]>" for generating new messages or manipulating existing
ones.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.