Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@mdecimus mdecimus released this 29 Dec 10:00

mail-auth 0.6.0

  • Resolver is now MessageAuthenticator.
  • Bring your own cache (or none at all): All validation functions can now take a Parameters struct that allows you to provide custom caches implementing the ResolverCache trait. By default no cache is used.