Skip to content

v1.2.2

Compare
Choose a tag to compare
@RohanNagar RohanNagar released this 29 Jun 15:13
· 274 commits to master since this release
  • Fix bug where an exception would be thrown on invalid email addresses with whitespace or comments after a trailing . character. For example, abc.def@ghi. (comment) is invalid, and before this version JMail would throw an exception instead of return invalid.
    (Thanks @ea234 for reporting!)