feat(mail): Add punycode (RFC 3492) to encode domain with special characters

This commit is contained in:
smizrahi
2023-03-21 10:19:32 +01:00
parent abd7fdd385
commit 0a9b3d6adf
7 changed files with 56 additions and 8 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
{
"name": "sogo-web",
"homepage": "https://sogo.nu",
"bugs": "https://sogo.nu/bugs",
"bugs": "https://bugs.sogo.nu",
"dependencies": {
"angular": "^1.8.0",
"angular-animate": "^1.8.0",
@@ -15,7 +15,8 @@
"file-saver": "^2.0.5",
"lodash": "^4.17.21",
"ng-sortable": "1.3.7",
"qrcodejs": "^1.0.0"
"qrcodejs": "^1.0.0",
"punycode": "^2.3.0"
},
"devDependencies": {
"autoprefixer": "^9.8.5",