bbottema / email-rfc2822-validator

The world's only Java-based rfc2822-compliant email address validator and parser
64 stars 13 forks source link

Make the EmailValidator configurable #1

Closed bbottema closed 8 years ago

bbottema commented 8 years ago

I already did this once for simple-java-mail based on the original Les version, but with this successor I again want to separate the runtime configuration from the compiletime regular expression checks, so that the use of this class become more flexible.

For simple-java-mail I did this, so that the smtp library could perform the validation checks while the end-user was able to provide some critera config object to suit his needs.

bbottema commented 8 years ago

Fixed in 8445ec52a78d8302330028cbded67716f192d34d