MCOAbstractMessage Class Reference
| Inherits from | NSObject |
| Conforms to | NSCopying |
| Declared in | MCOAbstractMessage.h MCOAbstractMessage.mm |
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 *)attachmentsDeclared In
MCOAbstractMessage.hhtmlInlineAttachments
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 *)htmlInlineAttachmentsDeclared In
MCOAbstractMessage.hpartForContentID:
Returns the part with the given Content-ID.
- (MCOAbstractPart *)partForContentID:(NSString *)contentIDDeclared In
MCOAbstractMessage.hpartForUniqueID:
Returns the part with the given unique identifier.
- (MCOAbstractPart *)partForUniqueID:(NSString *)uniqueIDDeclared In
MCOAbstractMessage.hrequiredPartsForRendering
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 *)requiredPartsForRenderingDeclared In
MCOAbstractMessage.h