aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/abstract/MCMessageConstants.h
diff options
context:
space:
mode:
authorGravatar Maksim Bauer <m.bauer@zertificon.com>2014-07-25 11:15:22 +0200
committerGravatar Maksim Bauer <m.bauer@zertificon.com>2014-07-25 11:15:22 +0200
commita54b838b7f14055716b4da64ea18c5652136d052 (patch)
tree6aeb56eb94b062657d8a763c5c520a0c285633f1 /src/core/abstract/MCMessageConstants.h
parentdfc73dd7ad39d13e2cb06b2a308dbab38105c786 (diff)
Recognize multipart/signed content type
Diffstat (limited to 'src/core/abstract/MCMessageConstants.h')
-rw-r--r--src/core/abstract/MCMessageConstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/abstract/MCMessageConstants.h b/src/core/abstract/MCMessageConstants.h
index 42d7c332..222ca322 100644
--- a/src/core/abstract/MCMessageConstants.h
+++ b/src/core/abstract/MCMessageConstants.h
@@ -255,6 +255,7 @@ namespace mailcore {
PartTypeMultipartMixed,
PartTypeMultipartRelated,
PartTypeMultipartAlternative,
+ PartTypeMultipartSigned,
};
// Private type - It should not be used directly.