Inherits from NSObject
Conforms to NSCopying
Declared in MCOAbstractMessage.h
MCOAbstractMessage.mm

Properties

header

Header of the message.

@property (nonatomic, strong) MCOMessageHeader *header

Declared In

MCOAbstractMessage.h

Instance Methods

attachments

All attachments in the message. It will return an array of MCOIMAPPart for MCOIMAPMessage. It will return an array of MCOAttachment for MCOMessageParser. It will return an array of MCOAttachment for MCOMessageBuilder.

- (NSArray *)attachments

Declared In

MCOAbstractMessage.h

htmlInlineAttachments

All image attachments included inline in the message through cid: URLs. It will return an array of MCOIMAPPart for MCOIMAPMessage. It will return an array of MCOAttachment for MCOMessageParser. It will return an array of MCOAttachment for MCOMessageBuilder.

- (NSArray *)htmlInlineAttachments

Declared In

MCOAbstractMessage.h

partForContentID:

Returns the part with the given Content-ID.

- (MCOAbstractPart *)partForContentID:(NSString *)contentID

Declared In

MCOAbstractMessage.h

partForUniqueID:

Returns the part with the given unique identifier.

- (MCOAbstractPart *)partForUniqueID:(NSString *)uniqueID

Declared In

MCOAbstractMessage.h

requiredPartsForRendering

Returns parts required to render the message as plain text or html. This does not include inline images and attachments, but only the text content

- (NSArray *)requiredPartsForRendering

Declared In

MCOAbstractMessage.h