mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Automaticaly import S/MIME certificates that are found in signatures #259
This commit is contained in:
parent
3d168b4688
commit
6ce08726b4
4 changed files with 71 additions and 1 deletions
|
|
@ -76,6 +76,7 @@ export function MimeToMessage(data, message)
|
|||
message.smimeSigned({
|
||||
micAlg: type.micalg,
|
||||
bodyPart: part,
|
||||
sigPart: part.parts[1], // For importing
|
||||
detached: true
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue