mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 09:25:09 +00:00
feat(mail): Add punycode (RFC 3492) to encode domain with special characters
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user