Hi,

I am using commons validator email validation as follows:

EmailValidator emailValidator = EmailValidator.getInstance();
            if(emailValidator.isValid(emailAddressToVerify)){
...
}
...


I want to know what all RFC's are supported by EmailValidator for email address 
validation?

Are there any special cases that I need to be aware of?

I checked the commons validator release notes and wiki but could not find any 
reference to my question.

Thanks
Ashish Sharma

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to