mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-24 15:42:43 +00:00
(fix) remaining S/MIME fixes to handle image/CIDs in HTML mails
This commit is contained in:
@@ -214,8 +214,7 @@
|
||||
// but rather directly with NGMime objects.
|
||||
if ([content isKindOfClass: [NSData class]])
|
||||
{
|
||||
charset = [[bodyInfo objectForKey:@"parameterList"]
|
||||
objectForKey: @"charset"];
|
||||
charset = [[bodyInfo objectForKey: @"parameterList"] objectForKey: @"charset"];
|
||||
s = [content bodyStringFromCharset: charset];
|
||||
}
|
||||
else if ([content isKindOfClass: [NGMimeBodyPart class]] ||
|
||||
|
||||
Reference in New Issue
Block a user