mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-23 07:12:42 +00:00
(fix) properly handle CID images in S/MIME signed messages
This commit is contained in:
@@ -268,6 +268,8 @@
|
||||
viewer = [[[self context] mailRenderingContext] viewerForBodyInfo: info];
|
||||
[viewer setBodyInfo: info];
|
||||
[viewer setPartPath: [self childPartPath]];
|
||||
[viewer setAttachmentIds: attachmentIds];
|
||||
|
||||
if ([[self decodedFlatContent] isKindOfClass: [NGMimeMultipartBody class]])
|
||||
[viewer setDecodedContent: [[parts objectAtIndex: i] body]];
|
||||
[renderedParts addObject: [viewer renderedPart]];
|
||||
|
||||
Reference in New Issue
Block a user