Automaticaly import S/MIME certificates that are found in signatures #259

This commit is contained in:
the-djmaze 2024-02-20 17:42:26 +01:00
parent 3d168b4688
commit 6ce08726b4
4 changed files with 71 additions and 1 deletions

View file

@ -76,6 +76,7 @@ export function MimeToMessage(data, message)
message.smimeSigned({
micAlg: type.micalg,
bodyPart: part,
sigPart: part.parts[1], // For importing
detached: true
});
}