mox/dns
Mechiel Lukkien 72ac1fde29
expose fewer internals in packages, for easier software reuse
- prometheus is now behind an interface, they aren't dependencies for the
  reusable components anymore.
- some dependencies have been inverted: instead of packages importing a main
  package to get configuration, the main package now sets configuration in
  these packages. that means fewer internals are pulled in.
- some functions now have new parameters for values that were retrieved from
  package "mox-".
2023-12-14 15:39:36 +01:00
..
dns.go expose fewer internals in packages, for easier software reuse 2023-12-14 15:39:36 +01:00
dns_test.go give delivering to mx targets with underscores in name a chance of succeeding 2023-10-25 13:01:11 +02:00
ipdomain.go when logging email addresses with IDNA domain and/or special characters or utf8 in localpart, log both native utf8 form and form with escape localpart and ascii-only domain 2023-03-09 20:18:34 +01:00
mock.go do not lookup cname after looking up the txt for mta-sts, and follow cnames for mocks 2023-10-14 22:42:26 +02:00
resolver.go expose fewer internals in packages, for easier software reuse 2023-12-14 15:39:36 +01:00