mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-09 17:01:22 +00:00
Merge pull request #256 from zentyal/jag/multipart-nested-2
oc-mail: Better management of nested multipart types
This commit is contained in:
@@ -44,11 +44,11 @@
|
||||
NSMutableDictionary *bodyPartsEncodings;
|
||||
NSMutableDictionary *bodyPartsCharsets;
|
||||
NSMutableDictionary *bodyPartsMimeTypes;
|
||||
NSMutableDictionary *bodyPartsMixed;
|
||||
|
||||
NSString *headerCharset;
|
||||
NSString *headerMimeType;
|
||||
BOOL bodySetup;
|
||||
BOOL multipartMixed;
|
||||
NSArray *bodyContent;
|
||||
BOOL fetchedAttachments;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user