mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +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(),
|
||||
userId = {
|
||||
name: this.name(),
|
||||
email: this.email()
|
||||
email: IDN.toASCII(this.email())
|
||||
},
|
||||
cfg = {
|
||||
type: type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue