Index Hierarchy MCOIMAPPart Class Reference Inherits from MCOAbstractPart : NSObject Conforms to NSCoding Declared in MCOIMAPPart.hMCOIMAPPart.mm Overview Represents a single IMAP message part Tasks partID property size property encoding property – decodedSize Properties encoding It’s the encoding of the single part @property (nonatomic, nonatomic) MCOEncoding encoding Declared In MCOIMAPPart.h partID A part identifier looks like 1.2.1 @property (nonatomic, copy) NSString *partID Declared In MCOIMAPPart.h size The size of the single part in bytes @property (nonatomic, nonatomic) unsigned int size Declared In MCOIMAPPart.h Instance Methods decodedSize Returns the decoded size of the part. For example, for a part that’s encoded with base64, it will return actual_size * ¾. - (unsigned int)decodedSize Declared In MCOIMAPPart.h Index Hierarchy