Commit c2ae9f59 authored by skummer's avatar skummer

ZP-256 #comment remove obsolete mimeparams #time 5m

git-svn-id: https://z-push.org/svn/z-push/trunk@1635 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent a6c3f95f
...@@ -422,11 +422,6 @@ class BackendZarafa implements IBackend, ISearchProvider { ...@@ -422,11 +422,6 @@ class BackendZarafa implements IBackend, ISearchProvider {
foreach(preg_split("/((\r)?\n)/", $sm->mime) as $rfc822line) foreach(preg_split("/((\r)?\n)/", $sm->mime) as $rfc822line)
ZLog::Write(LOGLEVEL_WBXML, "RFC822: ". $rfc822line); ZLog::Write(LOGLEVEL_WBXML, "RFC822: ". $rfc822line);
$mimeParams = array('decode_headers' => true,
'decode_bodies' => true,
'include_bodies' => true,
'charset' => 'utf-8');
$sendMailProps = MAPIMapping::GetSendMailProperties(); $sendMailProps = MAPIMapping::GetSendMailProperties();
$sendMailProps = getPropIdsFromStrings($this->store, $sendMailProps); $sendMailProps = getPropIdsFromStrings($this->store, $sendMailProps);
......
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