Added mail message padding support

This commit is contained in:
Kevin Froman 2020-02-19 01:57:56 -06:00
parent 83ef9dc3ca
commit 9f1790a601
5 changed files with 46 additions and 5 deletions

View file

@ -11,4 +11,7 @@ fetch('/config/get/mail', {
if (mailSettings.default_forward_secrecy === false){
document.getElementById('forwardSecrecySetting').checked = false
}
if (mailSettings.use_padding === false){
document.getElementById('messagePaddingSetting').checked = false
}
})