mox/webaccount
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
..
account.go replace packages slog and slices from golang.org/x/exp with stdlib 2024-02-08 14:49:01 +01:00
account.html for username/email input field in login form, automatically resize so also longer addresses are fully visible 2024-01-08 22:00:42 +01:00
account.js fix typo in config field explanation 2024-01-23 16:59:08 +01:00
account.ts fix typo in config field explanation 2024-01-23 16:59:08 +01:00
account_test.go replace http basic auth for web interfaces with session cookie & csrf-based auth 2024-01-05 10:48:42 +01:00
api.json normalize localparts with unicode nfc when parsing 2024-03-08 21:08:40 +01:00
api.ts normalize localparts with unicode nfc when parsing 2024-03-08 21:08:40 +01:00
import.go replace packages slog and slices from golang.org/x/exp with stdlib 2024-02-08 14:49:01 +01:00