aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/rfc822/MCMessageBuilder.h
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-06-21 23:23:07 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-06-21 23:23:07 -0700
commit89d9934db10d46b1358aae64bf38c16a7060ebec (patch)
tree4f4e52e4a80a691e39dfe85d8f7a6f8b1b94dd4c /src/core/rfc822/MCMessageBuilder.h
parent086ee3402442e1c020121725306d7cf649e34585 (diff)
Improved headers documentation. Fixed #109.
Diffstat (limited to 'src/core/rfc822/MCMessageBuilder.h')
-rw-r--r--src/core/rfc822/MCMessageBuilder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/rfc822/MCMessageBuilder.h b/src/core/rfc822/MCMessageBuilder.h
index 63f325d3..409cd9ee 100644
--- a/src/core/rfc822/MCMessageBuilder.h
+++ b/src/core/rfc822/MCMessageBuilder.h
@@ -50,8 +50,8 @@ namespace mailcore {
private:
String * mHTMLBody;
String * mTextBody;
- Array * mAttachments;
- Array * mRelatedAttachments;
+ Array * /* Attachment */ mAttachments;
+ Array * /* Attachment */ mRelatedAttachments;
String * mBoundaryPrefix;
void init();
Data * dataAndFilterBcc(bool filterBcc);