mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00: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