1
1
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-04-21 13:39:45 +03:00
mox/smtp
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
..
address.go fix parsing message headers with addresses that need double quotes 2024-08-22 16:03:52 +02: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 config options to disable a domain and to disable logins for an account 2025-01-25 20:39:20 +01:00
data.go Run modernize to rewrite some older go constructs to newer ones 2025-03-06 17:33:06 +01:00
data_test.go smtp: add data reader fuzzer + fix OOB read 2025-03-06 09:57:13 +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