mox/smtp
Mechiel Lukkien 8e6fe7459b
normalize localparts with unicode nfc when parsing
both when parsing our configs, and for incoming on smtp or in messages.
so we properly compare things like é and e+accent as equal, and accept the
different encodings of that same address.
2024-03-08 21:08:40 +01:00
..
address.go normalize localparts with unicode nfc when parsing 2024-03-08 21:08:40 +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 queue: deliver to multiple recipients in a single smtp transaction 2024-03-07 10:07:53 +01:00
data.go fix incorrect error about bare cr/lf when sending a message over smtp 2024-02-16 20:20:58 +01:00
data_test.go fix incorrect error about bare cr/lf when sending a message over smtp 2024-02-16 20:20:58 +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