mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 07:57:02 +03:00
OpenPgp generate key support Internationalized Domain Names
This commit is contained in:
parent
b89f91f08a
commit
03e2dda6c1
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ export class OpenPgpGeneratePopupView extends AbstractViewPopup {
|
||||||
const type = this.keyType().toLowerCase(),
|
const type = this.keyType().toLowerCase(),
|
||||||
userId = {
|
userId = {
|
||||||
name: this.name(),
|
name: this.name(),
|
||||||
email: this.email()
|
email: IDN.toASCII(this.email())
|
||||||
},
|
},
|
||||||
cfg = {
|
cfg = {
|
||||||
type: type,
|
type: type,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue