Commit 3104cb39 authored by mku's avatar mku

ZP-310 #comment RTF formatted mail gets synced to device but can not modify...

ZP-310 #comment RTF formatted mail gets synced to device but can not modify content and forward  #time 30m

git-svn-id: https://z-push.org/svn/z-push/trunk@1674 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 96691170
...@@ -2294,7 +2294,7 @@ class MAPIProvider { ...@@ -2294,7 +2294,7 @@ class MAPIProvider {
private function imtoinet($mapimessage, &$message) { private function imtoinet($mapimessage, &$message) {
if (function_exists("mapi_inetmapi_imtoinet")) { if (function_exists("mapi_inetmapi_imtoinet")) {
$addrbook = $this->getAddressbook(); $addrbook = $this->getAddressbook();
$mstream = mapi_inetmapi_imtoinet($this->session, $addrbook, $mapimessage, array()); $mstream = mapi_inetmapi_imtoinet($this->session, $addrbook, $mapimessage, array('use_tnef' => -1));
$mstreamstat = mapi_stream_stat($mstream); $mstreamstat = mapi_stream_stat($mstream);
if ($mstreamstat['cb'] < MAX_EMBEDDED_SIZE) { if ($mstreamstat['cb'] < MAX_EMBEDDED_SIZE) {
......
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