jar

mx.com.inftel.oss : email-validator

Maven & Gradle

Jun 13, 2016
0 stars

Email Validator · Email validator is a simple wrapper to "javax.mail.internet.InternetAddress". The validation is accomplished by creating an "InternetAddress" object, calling "InternetAddress.validate()" and calling "InternetAddress.getAddress().equals()" to ensure the "value" is an "email" without "name".

Table Of Contents

Latest Version

Download mx.com.inftel.oss : email-validator JAR file - Latest Versions:

All Versions

Download mx.com.inftel.oss : email-validator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window email-validator-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

mx.com.inftel.constraints.email

├─ mx.com.inftel.constraints.email.Email.class - [JAR]

mx.com.inftel.constraints.email.validators

├─ mx.com.inftel.constraints.email.validators.EmailValidator.class - [JAR]

Advertisement