Merge pull request #256 from zentyal/jag/multipart-nested-2

oc-mail: Better management of nested multipart types
This commit is contained in:
Enrique J. Hernández
2016-02-23 17:40:55 +01:00
4 changed files with 93 additions and 43 deletions

View File

@@ -44,11 +44,11 @@
NSMutableDictionary *bodyPartsEncodings;
NSMutableDictionary *bodyPartsCharsets;
NSMutableDictionary *bodyPartsMimeTypes;
NSMutableDictionary *bodyPartsMixed;
NSString *headerCharset;
NSString *headerMimeType;
BOOL bodySetup;
BOOL multipartMixed;
NSArray *bodyContent;
BOOL fetchedAttachments;