mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Set S/MIME private key and certificate per identity #259
This commit is contained in:
parent
33de51b2d5
commit
6fa4dff23b
6 changed files with 83 additions and 35 deletions
|
|
@ -25,6 +25,9 @@ export class IdentityModel extends AbstractModel {
|
|||
pgpSign: false,
|
||||
pgpEncrypt: false,
|
||||
|
||||
smimeKey: '',
|
||||
smimeCertificate: '',
|
||||
|
||||
askDelete: false
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue