Commit c7988957 authored by mku's avatar mku

ZP-445 #comment S/MIME Mails with larger attachments are not able to be fully...

ZP-445 #comment  S/MIME Mails with larger attachments are not able to be fully downloaded (on IOS)   #time 15m

git-svn-id: https://z-push.org/svn/z-push/trunk@1721 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent f4273900
...@@ -473,6 +473,15 @@ class MAPIUtils { ...@@ -473,6 +473,15 @@ class MAPIUtils {
} }
} }
public static function GetSignedAttachmentRestriction() {
return array( RES_PROPERTY,
array( RELOP => RELOP_EQ,
ULPROPTAG => PR_ATTACH_MIME_TAG,
VALUE => array(PR_ATTACH_MIME_TAG => 'multipart/signed')
),
);
}
} }
?> ?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment