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".

License

License

GroupId

GroupId

mx.com.inftel.oss
ArtifactId

ArtifactId

email-validator
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

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".
Project URL

Project URL

https://github.com/santoszv/email-validator
Project Organization

Project Organization

INFTEL - Proveedor de Servicios de Aplicación
Source Code Management

Source Code Management

https://github.com/santoszv/email-validator

Download email-validator

How to add to project

<!-- https://jarcasting.com/artifacts/mx.com.inftel.oss/email-validator/ -->
<dependency>
    <groupId>mx.com.inftel.oss</groupId>
    <artifactId>email-validator</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/mx.com.inftel.oss/email-validator/
implementation 'mx.com.inftel.oss:email-validator:1.0'
// https://jarcasting.com/artifacts/mx.com.inftel.oss/email-validator/
implementation ("mx.com.inftel.oss:email-validator:1.0")
'mx.com.inftel.oss:email-validator:jar:1.0'
<dependency org="mx.com.inftel.oss" name="email-validator" rev="1.0">
  <artifact name="email-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='mx.com.inftel.oss', module='email-validator', version='1.0')
)
libraryDependencies += "mx.com.inftel.oss" % "email-validator" % "1.0"
[mx.com.inftel.oss/email-validator "1.0"]

Dependencies

provided (2)

Group / Artifact Type Version
com.sun.mail : javax.mail jar 1.5.3
javax.validation : validation-api jar 1.1.0.Final

Project Modules

There are no modules declared in this project.

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.

Contact and Feedback

You can contact sending an email directly to Santos Zatarain Vera (santoszv(at)inftel.com.mx), please use as subject Email Validator.

License

Copyright 2016 Santos Zatarain Vera

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
1.0