Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

1.1.0

Latest
Compare
Choose a tag to compare
@timmyRS timmyRS released this 10 Mar 14:13
· 2 commits to master since this release
  • Added SMTPAddress.verify().
  • Removed SMTPClient.hello(hostname, ignoreEncryption). Instead, encryption is now only ignored for localhost connections.
  • To accommodate the previous change, SMTPClient.isLocal() has been added.
  • SMTPClient.fromAddress now throws an exception when it couldn't connect to a server, instead of returning null.
  • Made wording more consistent.