mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
This commit is contained in:
parent
5fd20a6a3e
commit
332acab664
@ -698,10 +698,10 @@ var operationModule = function () {
|
||||
"preventAppSheet": operationData["emailPreventAppSheet"],
|
||||
"disableMailRecentsSyncing": operationData["emailDisableMailRecentsSyncing"],
|
||||
"incomingMailServerIMAPPathPrefix": operationData["emailIncomingMailServerIMAPPathPrefix"],
|
||||
"smimeenabled": operationData["emailSMIMEEnabled"],
|
||||
"smimesigningCertificateUUID": operationData["emailSMIMESigningCertificateUUID"],
|
||||
"smimeencryptionCertificateUUID": operationData["emailSMIMEEncryptionCertificateUUID"],
|
||||
"smimeenablePerMessageSwitch": operationData["emailSMIMEEnablePerMessageSwitch"]
|
||||
"SMIMEEnabled": operationData["emailSMIMEEnabled"],
|
||||
"SMIMESigningCertificateUUID": operationData["emailSMIMESigningCertificateUUID"],
|
||||
"SMIMEEncryptionCertificateUUID": operationData["emailSMIMEEncryptionCertificateUUID"],
|
||||
"SMIMEEnablePerMessageSwitch": operationData["emailSMIMEEnablePerMessageSwitch"]
|
||||
}
|
||||
};
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user