ZLog::Write(LOGLEVEL_DEBUG,sprintf("KopanoChangesWrapper->ImportMessageMove(): destination folderid '%s' is missing permissions. Switching to ReplyBackImExporter.",Utils::PrintAsString($newfolder)));
...
...
@@ -412,11 +412,11 @@ class KopanoChangesWrapper implements IImportChanges, IExportChanges {
}
/**
* Implement interfaces which are never used
* Implement interfaces which are never used.
*/
/**
* Imports a change on a folder
* Imports a change on a folder.
*
* @param object $folder SyncFolder
*
...
...
@@ -429,7 +429,7 @@ class KopanoChangesWrapper implements IImportChanges, IExportChanges {
}
/**
* Imports a folder deletion
* Imports a folder deletion.
*
* @param SyncFolder $folder at least "serverid" needs to be set
*
...
...
@@ -447,7 +447,7 @@ class KopanoChangesWrapper implements IImportChanges, IExportChanges {
*/
/**
* Initializes the Exporter where changes are synchronized to
* Initializes the Exporter where changes are synchronized to.
*
* @param IImportChanges $importer
*
...
...
@@ -459,7 +459,7 @@ class KopanoChangesWrapper implements IImportChanges, IExportChanges {
}
/**
* Returns the amount of changes to be exported
* Returns the amount of changes to be exported.
*
* @access public
* @return int
...
...
@@ -469,7 +469,7 @@ class KopanoChangesWrapper implements IImportChanges, IExportChanges {
}
/**
* Synchronizes a change. The previously imported messages are now retrieved from the backend
* Synchronizes a change. The previously imported messages are now retrieved from the backend.