Skip to content

Releases: stalwartlabs/mail-auth

v0.4.0

18 May 08:29
Compare
Choose a tag to compare

mail-auth 0.4.0

  • DKIM verification defaults to strict mode and ignores signatures with a l= tag to avoid exploits (see https://stalw.art/blog/dkim-exploit). Use AuthenticatedMessage::parse_with_opts(&message, false) to enable relaxed mode.
  • Parsed fields are now public.

v0.3.5

05 Oct 09:09
Compare
Choose a tag to compare
  • Bump ring dependency to 0.17.
  • Added to_reverse_name method to IpAddr to convert an IP address to a reverse DNS domain name.
  • Added txt_raw_lookup method to Resolver to perform a raw TXT lookup.

v0.3.3

05 Sep 16:19
Compare
Choose a tag to compare
  • Bump mail-parser dependency to 0.9
  • Bump trust-dns-resolver dependency to 0.23

0.3.1

14 Apr 11:13
Compare
Choose a tag to compare

mail-auth 0.3.1

  • Fix: Avoid panicking on invalid RSA key input (#17)

0.3.0

27 Jan 15:49
Compare
Choose a tag to compare
  • ring backend support.
  • API improvements: DkimSigner and ArcSealer builders.
  • Reverse IP authentication (iprev).
  • MTA-STS lookup.
  • SMTP TLS Report generation and parsing.
  • Bug fixes.

0.1.0

02 Dec 06:46
Compare
Choose a tag to compare
  • Initial release.