1
1
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-04-21 13:39:45 +03:00
mox/dkim
Mechiel Lukkien 64f2f788b1
Run modernize to rewrite some older go constructs to newer ones
Mostly using slice.Sort, using min/max, slices.Concat, range of int and
fmt.Appendf for byte slices instead of strings.
2025-03-06 17:33:06 +01:00
..
dkim.go Run modernize to rewrite some older go constructs to newer ones 2025-03-06 17:33:06 +01:00
dkim_test.go expose fewer internals in packages, for easier software reuse 2023-12-14 15:39:36 +01:00
fuzz_test.go mox! 2023-01-30 14:27:06 +01:00
parser.go normalize localparts with unicode nfc when parsing 2024-03-08 21:08:40 +01:00
policy.go mox! 2023-01-30 14:27:06 +01:00
sig.go only use constant strings in string formatting 2024-12-14 09:38:56 +01:00
sig_test.go dkim selectors shouldn't be interpreted as idna 2023-10-25 12:49:39 +02:00
txt.go mox! 2023-01-30 14:27:06 +01:00
txt_test.go Run modernize to rewrite some older go constructs to newer ones 2025-03-06 17:33:06 +01:00