fix(mail): Fix inline text issue when Hide inline attachment option is set

This commit is contained in:
smizrahi
2024-01-03 09:10:48 +01:00
parent 5ad1d9d9c3
commit 00d69560ba
4 changed files with 25 additions and 15 deletions
+3
View File
@@ -46,6 +46,7 @@
@class NSData;
@class NSFormatter;
@class NSMutableDictionary;
@class NSNumber;
@class SOGoMailBodyPart;
@@ -56,6 +57,7 @@
NSData *flatContent;
id decodedContent;
NSDictionary *attachmentIds;
BOOL _shouldDisplayAttachment;
}
/* accessors */
@@ -71,6 +73,7 @@
- (NSDictionary *) attachmentIds;
- (void) setAttachmentIds: (NSDictionary *) newAttachmentIds;
- (void) setAttachmentIds:(NSDictionary *)newAttachmentIds displayAttachment:(BOOL)shouldDisplayAttachment;
- (NSData *)flatContent;
- (void) setFlatContent: (NSData *) theData;