diff options
author | marcopifferi <marcopifferi@users.noreply.github.com> | 2014-03-20 10:14:37 +0100 |
---|---|---|
committer | marcopifferi <marcopifferi@users.noreply.github.com> | 2014-03-20 10:14:37 +0100 |
commit | ac745ea4778b2602c366cb328f87d14f2ee46399 (patch) | |
tree | 5a74cb347c7d572c2a7403985f6a7ddb93b6482f /src/objc/abstract/MCOAbstractMessage.h | |
parent | f262b42e781de2d68ae4adbbf14f44b14b901fc4 (diff) | |
parent | 8871a6cb9ac3e2713e03c78ee0275a35f1835efb (diff) |
Merge pull request #1 from MailCore/master
merging latest mail core 2
Diffstat (limited to 'src/objc/abstract/MCOAbstractMessage.h')
-rw-r--r-- | src/objc/abstract/MCOAbstractMessage.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/objc/abstract/MCOAbstractMessage.h b/src/objc/abstract/MCOAbstractMessage.h index f15975dd..d917d82f 100644 --- a/src/objc/abstract/MCOAbstractMessage.h +++ b/src/objc/abstract/MCOAbstractMessage.h @@ -38,6 +38,12 @@ It will return an array of MCOAttachment for MCOMessageBuilder. */ - (NSArray * /* MCOAbstractPart */) htmlInlineAttachments; +/** + 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; + @end #endif |