aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap/MCIMAPPart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/imap/MCIMAPPart.h')
-rw-r--r--src/core/imap/MCIMAPPart.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/imap/MCIMAPPart.h b/src/core/imap/MCIMAPPart.h
index 970c01e5..eddc661a 100644
--- a/src/core/imap/MCIMAPPart.h
+++ b/src/core/imap/MCIMAPPart.h
@@ -31,6 +31,8 @@ namespace mailcore {
public: // subclass behavior
IMAPPart(IMAPPart * other);
virtual Object * copy();
+ virtual HashMap * serializable();
+ virtual void importSerializable(HashMap * serializable);
public: // private
static AbstractPart * attachmentWithIMAPBody(struct mailimap_body * body);