mirror of
https://github.com/bitwarden/server.git
synced 2026-02-01 14:43:10 +08:00
* Use StrictEmail validation for changing email * Add trailing symbols to illegal chars in emails * Add semicolon as always illegal * Replace regex with MimeKit parsing, add unit test * Add more unit tests * Fix linting