> > Related to the general issue we discussed on general@ regarding
> > org.apache.javamail, I have a new class, HostAddress,

> I reckon that if it isn't depended upon by any Mailet functionality
> it not be in Mailet.

It is an extension of a JavaMail class.  The Mailet API is currently
dependent upon JavaMail.  This class is a semantic dependency (it would be a
syntactic one if we were coding for JDK 1.5):

        Iterator getSMTPHostAddresses(String domainName);

is really:

        Iterator<HostAddress> getSMTPHostAddresses(String domainName);

So for now I will leave it in o.a.mailet.

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to