Commit 79f6bf97 authored by mku's avatar mku

ZP-129 #comment Iphone: Download full message from a inline image send by a...

ZP-129 #comment Iphone: Download full message from a inline image send by a galaxyS2 results in a broken message #time 1h

git-svn-id: https://z-push.org/svn/z-push/trunk@1405 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent a1c5e007
...@@ -2179,6 +2179,7 @@ class MAPIProvider { ...@@ -2179,6 +2179,7 @@ class MAPIProvider {
unset($message->body, $message->bodytruncated); unset($message->body, $message->bodytruncated);
return true; return true;
} }
ZLog::Write(LOGLEVEL_WARN, sprintf("Your request (%d bytes) exceeds the value for inline attachments (%d bytes). You can change the value of MAX_EMBEDDED_SIZE in config.php", $mstreamstat['cb'], MAX_EMBEDDED_SIZE));
} }
return false; return false;
} }
......
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