Commit 7bf75211 authored by sebastian's avatar sebastian

ZP-588 #comment log sourcekey when exporting/reading message from MAPI

git-svn-id: https://z-push.org/svn/z-push/trunk@1961 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 9ae3ae18
...@@ -117,6 +117,7 @@ class PHPWrapper { ...@@ -117,6 +117,7 @@ class PHPWrapper {
$mapimessage = mapi_msgstore_openentry($this->store, $entryid); $mapimessage = mapi_msgstore_openentry($this->store, $entryid);
try { try {
ZLog::Write(LOGLEVEL_DEBUG, sprintf("PHPWrapper->ImportMessageChange(): Getting message sourcekey '%s' from MAPIProvider", bin2hex($sourcekey)));
$message = $this->mapiprovider->GetMessage($mapimessage, $this->contentparameters); $message = $this->mapiprovider->GetMessage($mapimessage, $this->contentparameters);
} }
catch (SyncObjectBrokenException $mbe) { catch (SyncObjectBrokenException $mbe) {
......
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