Hi,
I'm using Java Mail 1.3...
import javax.mail.internet.InternetAddress;
...
InternetAddress ia = new InternetAddress( emailAddress );
ia.validate( ); // <-- cannot resolve symbol method validate ( )
validate( ) does not resolve. Mail.jar is in my classpath, and I can call
the parse( ... ) methods.
What is going on here?
Thanks,
w
willy - 08 Jan 2004 05:29 GMT
> Hi,
>
[quoted text clipped - 14 lines]
>
> w
Never mind, I upgraded to JavaMail 1.3.1 and that took care of it. I
supposed I wasn't using 1.3 either.