fix(mail): S/MIME improvements

Fixes #4891
Fixes #5450
This commit is contained in:
Francis Lachapelle
2022-01-21 16:24:13 -05:00
parent b061046992
commit 54b163da2d
6 changed files with 262 additions and 100 deletions
+1 -1
View File
@@ -160,7 +160,7 @@
if (pkcs7)
{
data = [[pkcs7 signersFromPKCS7] certificateDescription];
data = [[pkcs7 signersFromCMS] certificateDescription];
if (data)
{
response = [self responseWithStatus: 200 andJSONRepresentation: data];