aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract/MCOAbstractPart.h
diff options
context:
space:
mode:
authorGravatar Tae Won Ha <qvacua@gmail.com>2013-09-01 10:40:58 +0200
committerGravatar Tae Won Ha <qvacua@gmail.com>2013-09-01 10:43:23 +0200
commitc09fb46f01dae88d91384306f66cf11df2871fbb (patch)
tree569acf8925b852cf98231143063d65288dc6ce96 /src/objc/abstract/MCOAbstractPart.h
parent4d26945576b34192b10148df7f1d5879d0448f18 (diff)
add Content-Description to attachment
- using contentDescription->encodedMIMEHeaderValue()->bytes() for mailmime_fields_new_with_data()
Diffstat (limited to 'src/objc/abstract/MCOAbstractPart.h')
-rw-r--r--src/objc/abstract/MCOAbstractPart.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/objc/abstract/MCOAbstractPart.h b/src/objc/abstract/MCOAbstractPart.h
index 07e44920..2d11e859 100644
--- a/src/objc/abstract/MCOAbstractPart.h
+++ b/src/objc/abstract/MCOAbstractPart.h
@@ -63,6 +63,9 @@ typedef enum {
/** Returns the value of the Content-Location field of the part.*/
@property (nonatomic, copy) NSString * contentLocation;
+/** Returns the value of the Content-Description field of the part.*/
+@property (nonatomic, copy) NSString * contentDescription;
+
/** Returns whether the part is an explicit inline attachment.*/
@property (nonatomic, assign, getter=isInlineAttachment) BOOL inlineAttachment;