mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Verify S/MIME signed messages #259
This commit is contained in:
parent
4df3766231
commit
f53d9ed6c3
56 changed files with 769 additions and 433 deletions
|
|
@ -59,7 +59,7 @@
|
|||
<div data-bind="component: {
|
||||
name: 'Checkbox',
|
||||
params: {
|
||||
label: 'OPENPGP/LABEL_SIGN',
|
||||
label: 'CRYPTO/SIGN',
|
||||
value: pgpSign,
|
||||
name: 'pgpSign'
|
||||
}
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
<div data-bind="component: {
|
||||
name: 'Checkbox',
|
||||
params: {
|
||||
label: 'OPENPGP/LABEL_ENCRYPT',
|
||||
label: 'CRYPTO/ENCRYPT',
|
||||
value: pgpEncrypt,
|
||||
name: 'pgpEncrypt'
|
||||
}
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
</div>
|
||||
<!--
|
||||
<div class="control-group">
|
||||
<label data-i18n="OPENPGP/LABEL_ENCRYPT"></label>
|
||||
<label data-i18n="CRYPTO/ENCRYPT"></label>
|
||||
<select name="PgpEncrypt" data-bind="value: pgpEncrypt">
|
||||
<option value="Ask" data-i18n="CONTACTS/ASK"></option>
|
||||
<option value="Never" data-i18n="CONTACTS/NEVER"></option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue