mox/smtp
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
..
address.go expose fewer internals in packages, for easier software reuse 2023-12-14 15:39:36 +01:00
address_test.go mox! 2023-01-30 14:27:06 +01:00
addrlit.go mox! 2023-01-30 14:27:06 +01:00
codes.go add scram-sha-256 for smtp 2023-01-31 00:22:26 +01:00
data.go mox! 2023-01-30 14:27:06 +01:00
data_test.go mox! 2023-01-30 14:27:06 +01:00
doc.go mox! 2023-01-30 14:27:06 +01:00
ehlo.go mox! 2023-01-30 14:27:06 +01:00
path.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