aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/rfc822/MCMessageBuilder.h
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-05-05 12:55:13 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-05-05 12:55:13 -0700
commit0bd999438fdae6944b3d520066a530c9eb63d909 (patch)
treedf97216066e5005cf9080b39c87de770ffc63881 /src/core/rfc822/MCMessageBuilder.h
parent1efc3506bf90862ee07662a08cf5d15de8b9495c (diff)
Implemented collection of attachments
Diffstat (limited to 'src/core/rfc822/MCMessageBuilder.h')
-rw-r--r--src/core/rfc822/MCMessageBuilder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/rfc822/MCMessageBuilder.h b/src/core/rfc822/MCMessageBuilder.h
index 0da545d9..63f325d3 100644
--- a/src/core/rfc822/MCMessageBuilder.h
+++ b/src/core/rfc822/MCMessageBuilder.h
@@ -28,6 +28,8 @@ namespace mailcore {
virtual void addAttachment(Attachment * attachment);
// attachments (usually images) that are included in HTML.
+ // a Content-ID should be assigned to these part to be able to reference
+ // them in the HTML using a cid: URL.
virtual void setRelatedAttachments(Array * /* Attachment */ attachments);
virtual Array * /* Attachment */ relatedAttachments();
virtual void addRelatedAttachment(Attachment * attachment);