aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract/MCOAbstractPart.h
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-05-04 21:35:43 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-05-04 21:35:43 -0700
commitcf0e72e7f751413c57b0a2dd1c7adcf7e1a37c38 (patch)
treefb4e0888577783497003bd4d030db0cd7ffb8fa3 /src/objc/abstract/MCOAbstractPart.h
parent729667252cd632357a3277ce1ef3220e5d61caf5 (diff)
Improved comment for message part
Diffstat (limited to 'src/objc/abstract/MCOAbstractPart.h')
-rw-r--r--src/objc/abstract/MCOAbstractPart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objc/abstract/MCOAbstractPart.h b/src/objc/abstract/MCOAbstractPart.h
index 5c636a19..770808e0 100644
--- a/src/objc/abstract/MCOAbstractPart.h
+++ b/src/objc/abstract/MCOAbstractPart.h
@@ -21,6 +21,7 @@ typedef enum {
// Used for a message part (MIME type: message/rfc822).
// The part will be a MCOAbstractMessagePart.
+ // It's when a message is sent as attachment of an other message.
MCOPartTypeMessage,
// Used for a multipart, multipart/mixed.