1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00
bitwarden-server/test
Thomas Rittson e1908cd6b5
Add support for international domain names (IDN) in email addresses (#1512)
* Adjust email address checking to handle unicode

* ASCII only in local part
* allow unicode in second-level and top-level domain

* Add PunyEncoding/Decoding methods and tests

* Use PunyEncoding for outbound email recipients

* Use MailKit for punycode, handle edge cases

* Punyencode all email addresses in mailServices

* Remove punyencoding from HandlebarsMailService

* Add to punyencoding tests

* Use more inclusive e-mail error

* Fix comment wording

* Apply StrictEmail checking to emergency access invite

* Remove punyDecode helper
2021-08-31 13:49:11 +10:00
..
Api.Test [send.key] Update send.key when account encryption key is rotated (#1417) 2021-07-02 06:27:03 +10:00
Core.Test Add support for international domain names (IDN) in email addresses (#1512) 2021-08-31 13:49:11 +10:00
Icons.Test Implement code coverage tool (#1390) 2021-06-21 12:22:47 -05:00
bitwarden.tests.sln Implement code coverage tool (#1390) 2021-06-21 12:22:47 -05:00
coverage.ps1 Implement code coverage tool (#1390) 2021-06-21 12:22:47 -05:00
coverage.sh Implement code coverage tool (#1390) 2021-06-21 12:22:47 -05:00