Skip to content

v1.6.3

Latest
Compare
Choose a tag to compare
@RohanNagar RohanNagar released this 24 May 20:14
· 56 commits to master since this release
5068087
  • Fix bug where email addresses containing control characters in the local-part were incorrectly considered valid. (Thanks @PascalSchumacher for reporting!)
  • Add new methods ifValid(Consumer<Email> action) and ifValidOrElse(Consumer<Email> action, Consumer<FailureReason> failureAction) to the EmailValidationResult object.