aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/abstract/MCAbstractMessagePart.h
diff options
context:
space:
mode:
authorGravatar DINH Viet Hoa <dinh.viet.hoa@gmail.com>2013-02-02 21:00:20 -0800
committerGravatar DINH Viet Hoa <dinh.viet.hoa@gmail.com>2013-02-02 21:00:20 -0800
commit2319ee53c7318b31340ef8356693a5008385180b (patch)
tree4b6766fbc1e3d59d95700cd88417b77ac50870a5 /src/core/abstract/MCAbstractMessagePart.h
parentb21a8e209974ad04e9cff02e225e772246c00c89 (diff)
Implemented HTML rendering of messages
Diffstat (limited to 'src/core/abstract/MCAbstractMessagePart.h')
-rw-r--r--src/core/abstract/MCAbstractMessagePart.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/abstract/MCAbstractMessagePart.h b/src/core/abstract/MCAbstractMessagePart.h
index bfbd00be..789f7676 100644
--- a/src/core/abstract/MCAbstractMessagePart.h
+++ b/src/core/abstract/MCAbstractMessagePart.h
@@ -24,6 +24,9 @@ namespace mailcore {
virtual void setMessage(AbstractMessage * message);
+ virtual AbstractPart * partForContentID(String * contentID);
+ virtual AbstractPart * partForUniqueID(String * uniqueID);
+
public: //subclass behavior
AbstractMessagePart(AbstractMessagePart * other);
virtual String * description();