mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
Fix rendering of forwarded HTML message with img
Fixes #3981 (partially)
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
@class NSArray;
|
||||
@class NSData;
|
||||
@class NSFormatter;
|
||||
@class NSMutableDictionary;
|
||||
|
||||
@class SOGoMailBodyPart;
|
||||
|
||||
@@ -53,6 +54,7 @@
|
||||
NSArray *partPath;
|
||||
id bodyInfo;
|
||||
NSData *flatContent;
|
||||
NSDictionary *attachmentIds;
|
||||
}
|
||||
|
||||
/* accessors */
|
||||
@@ -66,6 +68,8 @@
|
||||
- (SOGoMailBodyPart *) clientPart;
|
||||
- (id) renderedPart;
|
||||
|
||||
- (void) setAttachmentIds: (NSDictionary *) newAttachmentIds;
|
||||
|
||||
- (NSData *)flatContent;
|
||||
- (NSData *)decodedFlatContent;
|
||||
- (NSString *)flatContentAsString;
|
||||
|
||||
Reference in New Issue
Block a user