Roberto Lo Giacco wrote:
> 5. Suppress the MailetUtils class which actual functionalities could be
> obtained using the Address class which will have static methods to parse a
> String returning the host part or the user part.

Ugh... I'm spending too much javadoc writing without writing enough
code.  Neither Address nor InternetAddress support separating the
username from the hostname in an email address.  Address is pretty much
worthless and InternetAddress only separates personal name from email
(e.g., "Serge Knystautas" <[EMAIL PROTECTED]>).  So, returning the
spec to use String instead of InternetAddress, and recreating
MailetUtils.

Serge Knystautas
Loki Technologies
http://www.lokitech.com/


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives:  <http://www.mail-archive.com/james%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to