Set S/MIME private key and certificate per identity #259

This commit is contained in:
the-djmaze 2024-02-18 17:18:47 +01:00
parent 33de51b2d5
commit 6fa4dff23b
6 changed files with 83 additions and 35 deletions

View file

@ -25,6 +25,9 @@ export class IdentityModel extends AbstractModel {
pgpSign: false,
pgpEncrypt: false,
smimeKey: '',
smimeCertificate: '',
askDelete: false
});
}