|
@@ 1176-1176 (lines=1) @@
|
| 1173 |
|
// Language Code Page ID: http://msdn.microsoft.com/en-us/library/windows/desktop/dd317756%28v=vs.85%29.aspx |
| 1174 |
|
$output->internetcpid = INTERNET_CPID_UTF8; |
| 1175 |
|
|
| 1176 |
|
if ($this->debugLevel>3) ZLog::Write(LOGLEVEL_DEBUG,__METHOD__.__LINE__.array2string($output)); |
| 1177 |
|
//$this->debugLevel=0; |
| 1178 |
|
return $output; |
| 1179 |
|
} |
|
@@ 1477-1477 (lines=1) @@
|
| 1474 |
|
$mess["flags"] = 0; |
| 1475 |
|
// outlook supports additional flags, set them to 0 |
| 1476 |
|
if($vars["seen"]) $mess["flags"] = 1; |
| 1477 |
|
if ($this->debugLevel>3) ZLog::Write(LOGLEVEL_DEBUG,__METHOD__.__LINE__.array2string($mess)); |
| 1478 |
|
$messagelist[$vars['uid']] = $mess; |
| 1479 |
|
unset($mess); |
| 1480 |
|
} |
|
@@ 1537-1537 (lines=1) @@
|
| 1534 |
|
//$this->debugLevel=1; |
| 1535 |
|
$searchquery=$_searchquery->GetDataArray(); |
| 1536 |
|
if (!is_array($searchquery)) return array(); |
| 1537 |
|
if ($this->debugLevel>0) ZLog::Write(LOGLEVEL_DEBUG,__METHOD__.__LINE__.array2string($searchquery)); |
| 1538 |
|
|
| 1539 |
|
if (isset($searchquery['searchrebuildresults'])) { |
| 1540 |
|
$rebuildresults = $searchquery['searchrebuildresults']; |