Commit 4595b326 authored by mku's avatar mku

ZP-142 #comment Warning on windows phone that description of an appointment...

ZP-142 #comment Warning on windows phone that description of an appointment was not fully downloaded #time 30m

git-svn-id: https://z-push.org/svn/z-push/trunk@1352 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 48ef8730
......@@ -2133,7 +2133,6 @@ class MAPIProvider {
(isset($message->internetcpid) && $message->internetcpid == INTERNET_CPID_WINDOWS1252 && $bpReturnType == SYNC_BODYPREFERENCE_HTML) ?
windows1252_to_utf8($body, "", true) : w2u($body);
$message->asbody->estimatedDataSize = strlen($message->asbody->data);
$message->asbody->truncated = 0;
}
else {
$message->body = str_replace("\n","\r\n", w2u(str_replace("\r", "", $body)));
......
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