-
-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrated email validation code to https://github.com/bbottema/email-r…
…fc2822-validator (and started using a copy of this)
- Loading branch information
Showing
10 changed files
with
1,354 additions
and
1,568 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
228 changes: 101 additions & 127 deletions
228
src/main/java/org/codemonkey/simplejavamail/Mailer.java
Large diffs are not rendered by default.
Oops, something went wrong.
1,265 changes: 0 additions & 1,265 deletions
1,265
src/main/java/org/codemonkey/simplejavamail/util/EmailAddress.java
This file was deleted.
Oops, something went wrong.
64 changes: 0 additions & 64 deletions
64
src/main/java/org/codemonkey/simplejavamail/util/EmailAddressValidationCriteria.java
This file was deleted.
Oops, something went wrong.
107 changes: 0 additions & 107 deletions
107
src/main/java/org/codemonkey/simplejavamail/util/EmailValidationUtil.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
1 comment
on commit 8370db1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Implements #28.
This was needed for Java 6/7. Java 8 will do it differently yet again.