Page MenuHomePhorge

syncroton ActiveSync FolderSync problems on all our android devices and clients
Closed, ResolvedPublic

Assigned To
Authored By
vendel.colja
Sep 15 2016, 2:20 PM
Referenced Files
F233917: Screenshot_2016-09-28-12-51-12.png
Sep 28 2016, 4:02 PM
F233926: Screenshot_2016-09-28-12-50-57.png
Sep 28 2016, 4:02 PM
F233911: Screenshot_2016-09-28-12-51-48.png
Sep 28 2016, 4:02 PM
F233932: Screenshot_2016-09-28-12-50-47.png
Sep 28 2016, 4:02 PM
F226783: EAS-Settings-mdm.user10_screenshot3.PNG
Sep 15 2016, 2:20 PM
F226779: EAS-Settings-mdm.user10_screenshot1.PNG
Sep 15 2016, 2:20 PM
F226781: EAS-Settings-mdm.user10_screenshot2.PNG
Sep 15 2016, 2:20 PM
F226785: EAS-Settings-mdm.user10_screenshot4.PNG
Sep 15 2016, 2:20 PM

Description

kolab-syncroton.noarch 2.3.2-1.el6.kolab_14 kolab-14-updates

In our syncroton setup not one android client is able to show folders which are visible and as we think granted ActiveSync access and enabled to perform ActiveSync syncronization. The red line for my analysis where the folder "Foo" and "Foo2". There was one FolderSync command on console at "15-Sep-2016 12:12:32" in the console log where those folders are reported to be part of the FolderSync but than not any more. An I think I remember, but cannot prove, that the folders where shown on the android ActiveSync client one and for just a second and than never came back.

The same folders are schown on apple and windows mobile. We tried some different android client but with no success.

Here at least some screenshots of what is available and how it is configured according the ActiveSync in roundcube:

EAS-Settings-mdm.user10_screenshot1.PNG (374×1 px, 31 KB)

EAS-Settings-mdm.user10_screenshot2.PNG (723×1 px, 56 KB)

EAS-Settings-mdm.user10_screenshot3.PNG (838×510 px, 36 KB)

EAS-Settings-mdm.user10_screenshot4.PNG (832×1 px, 65 KB)

And here the ActiveSync php console log starting at the point in time the 9folders client connected the first time:

[15-Sep-2016 11:58:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 660
[15-Sep-2016 11:58:28,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 11:58:28,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.0
    [command] => Provision
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 11:58:28,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Provision xmlns="uri:Provision">
  <Policies>
    <Policy>
      <PolicyType>MS-EAS-Provisioning-WBXML</PolicyType>
    </Policy>
  </Policies>
</Provision>

[15-Sep-2016 11:58:28,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 09:58:28
[15-Sep-2016 11:58:28,000000 +0200]: [DEBUG] Syncroton_Command_Provision::getResponse::96 PolicyType: MS-EAS-Provisioning-WBXML PolicyKey: 
[15-Sep-2016 11:58:28,000000 +0200]: [INFO] Syncroton_Command_Provision::_sendPolicy::124 send policy to device
[15-Sep-2016 11:58:28,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Provision xmlns="uri:Provision" xmlns:Syncroton="uri:Syncroton" xmlns:Settings="uri:Settings">
  <Status>1</Status>
  <Policies>
    <Policy>
      <PolicyType>MS-EAS-Provisioning-WBXML</PolicyType>
      <Status>2</Status>
    </Policy>
  </Policies>
</Provision>

[15-Sep-2016 11:58:48,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 300
[15-Sep-2016 11:59:02,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: OPTIONS
[15-Sep-2016 11:59:05,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 11:59:05,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => FolderSync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 11:59:05,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy">
  <SyncKey>1</SyncKey>
</FolderSync>

[15-Sep-2016 11:59:05,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 09:59:05
[15-Sep-2016 11:59:05,000000 +0200]: [DEBUG] Syncroton_Command_FolderSync::handle::80 synckey is 1
[15-Sep-2016 11:59:05,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
  <SyncKey>1</SyncKey>
  <Changes>
    <Count>0</Count>
  </Changes>
</FolderSync>

[15-Sep-2016 11:59:13,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 11:59:13,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 11:59:13,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>6</SyncKey>
      <CollectionId>Inbox</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <FilterType>0</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 11:59:13,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 09:59:13
[15-Sep-2016 11:59:13,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 6 Class: Email CollectionId: Inbox
[15-Sep-2016 11:59:13,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 11:59:13,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 6
[15-Sep-2016 11:59:15,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 11:59:15,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 11:59:15,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>3</SyncKey>
      <CollectionId>Sent Items</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <FilterType>3</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 11:59:15,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 09:59:15
[15-Sep-2016 11:59:15,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 3 Class: Email CollectionId: Sent Items
[15-Sep-2016 11:59:15,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 11:59:15,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 3
[15-Sep-2016 11:59:17,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 11:59:17,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 11:59:17,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>2</SyncKey>
      <CollectionId>Calendar::Syncroton</CollectionId>
      <DeletesAsMoves/>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <FilterType>4</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>1</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 11:59:17,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 09:59:17
[15-Sep-2016 11:59:17,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 2 Class: Calendar CollectionId: Calendar::Syncroton
[15-Sep-2016 11:59:17,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 11:59:17,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 2
[15-Sep-2016 11:59:19,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 11:59:19,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 11:59:19,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>2</SyncKey>
      <CollectionId>Contacts::Syncroton</CollectionId>
      <DeletesAsMoves/>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>1</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 11:59:19,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 09:59:19
[15-Sep-2016 11:59:19,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 2 Class: Contacts CollectionId: Contacts::Syncroton
[15-Sep-2016 11:59:19,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 11:59:19,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 2
[15-Sep-2016 11:59:22,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: OPTIONS
[15-Sep-2016 11:59:24,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 59
[15-Sep-2016 11:59:24,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::214 DeviceId: SEC1D03AC4D8D139 Lifetime: 900 SecondsLeft: 59 Status: 1)
[15-Sep-2016 11:59:24,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
</Ping>

[15-Sep-2016 11:59:24,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 11:59:24,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Ping
    [deviceId] => SEC1D03AC4D8D139
    [deviceType] => SAMSUNGSMP605
    [policyKey] => 
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-SAMSUNG-SM-P605/101.50101
    [contentType] => 
)

[15-Sep-2016 11:59:24,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 09:59:24
[15-Sep-2016 11:59:24,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(900 / 1473933564 / 1473934464 / 1): Array
(
    [0] => f797b9905722d6817d95d7d00f99cf4d701e56af
    [1] => 6e73dad9defc0179f03b090e409f9610ef602cd3
    [2] => fd49719ee4c53ac242397965194f30caf7e02a33
    [3] => 4c125ac160ec10379947081e84e7c66d93cae346
)

[15-Sep-2016 11:59:25,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 11:59:25,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => FolderSync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 11:59:25,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy">
  <SyncKey>1</SyncKey>
</FolderSync>

[15-Sep-2016 11:59:25,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 09:59:25
[15-Sep-2016 11:59:25,000000 +0200]: [DEBUG] Syncroton_Command_FolderSync::handle::80 synckey is 1
[15-Sep-2016 11:59:25,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
  <SyncKey>1</SyncKey>
  <Changes>
    <Count>0</Count>
  </Changes>
</FolderSync>

[15-Sep-2016 11:59:26,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 11:59:26,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 11:59:26,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>6</SyncKey>
      <CollectionId>Inbox</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <FilterType>0</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 11:59:26,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 09:59:26
[15-Sep-2016 11:59:26,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 6 Class: Email CollectionId: Inbox
[15-Sep-2016 11:59:26,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 11:59:26,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 6
[15-Sep-2016 11:59:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 600
[15-Sep-2016 11:59:30,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 11:59:30,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 11:59:30,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>3</SyncKey>
      <CollectionId>Sent Items</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <FilterType>3</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 11:59:30,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 09:59:30
[15-Sep-2016 11:59:30,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 3 Class: Email CollectionId: Sent Items
[15-Sep-2016 11:59:30,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 11:59:30,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 3
[15-Sep-2016 11:59:34,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 11:59:34,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 11:59:34,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>2</SyncKey>
      <CollectionId>Calendar::Syncroton</CollectionId>
      <DeletesAsMoves/>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <FilterType>4</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>1</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 11:59:34,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 09:59:34
[15-Sep-2016 11:59:34,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 2 Class: Calendar CollectionId: Calendar::Syncroton
[15-Sep-2016 11:59:34,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 11:59:34,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 2
[15-Sep-2016 11:59:36,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 11:59:36,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 11:59:36,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>2</SyncKey>
      <CollectionId>Contacts::Syncroton</CollectionId>
      <DeletesAsMoves/>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>1</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 11:59:36,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 09:59:36
[15-Sep-2016 11:59:36,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 2 Class: Contacts CollectionId: Contacts::Syncroton
[15-Sep-2016 11:59:36,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 11:59:36,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 2
[15-Sep-2016 11:59:39,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: OPTIONS
[15-Sep-2016 11:59:40,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 11:59:40,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => FolderSync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 11:59:40,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy">
  <SyncKey>1</SyncKey>
</FolderSync>

[15-Sep-2016 11:59:40,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 09:59:40
[15-Sep-2016 11:59:40,000000 +0200]: [DEBUG] Syncroton_Command_FolderSync::handle::80 synckey is 1
[15-Sep-2016 11:59:40,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
  <SyncKey>1</SyncKey>
  <Changes>
    <Count>0</Count>
  </Changes>
</FolderSync>

[15-Sep-2016 11:59:41,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 11:59:41,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 11:59:41,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>6</SyncKey>
      <CollectionId>Inbox</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <FilterType>0</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 11:59:41,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 09:59:41
[15-Sep-2016 11:59:41,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 6 Class: Email CollectionId: Inbox
[15-Sep-2016 11:59:41,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 11:59:41,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 6
[15-Sep-2016 11:59:42,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 11:59:42,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 11:59:42,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>3</SyncKey>
      <CollectionId>Sent Items</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <FilterType>3</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 11:59:42,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 09:59:42
[15-Sep-2016 11:59:42,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 3 Class: Email CollectionId: Sent Items
[15-Sep-2016 11:59:42,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 11:59:42,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 3
[15-Sep-2016 11:59:44,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 11:59:44,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 11:59:44,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>2</SyncKey>
      <CollectionId>Calendar::Syncroton</CollectionId>
      <DeletesAsMoves/>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <FilterType>4</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>1</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 11:59:44,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 09:59:44
[15-Sep-2016 11:59:44,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 2 Class: Calendar CollectionId: Calendar::Syncroton
[15-Sep-2016 11:59:44,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 11:59:44,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 2
[15-Sep-2016 11:59:46,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 11:59:46,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 11:59:46,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>2</SyncKey>
      <CollectionId>Contacts::Syncroton</CollectionId>
      <DeletesAsMoves/>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>1</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 11:59:46,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 09:59:46
[15-Sep-2016 11:59:46,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 2 Class: Contacts CollectionId: Contacts::Syncroton
[15-Sep-2016 11:59:46,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 11:59:46,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 2
[15-Sep-2016 11:59:48,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 240
[15-Sep-2016 11:59:50,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 11:59:50,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Ping
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 11:59:50,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping">
  <HeartbeatInterval>600</HeartbeatInterval>
  <Folders>
    <Folder>
      <Id>Calendar::Syncroton</Id>
      <Class>Calendar</Class>
    </Folder>
    <Folder>
      <Id>Contacts::Syncroton</Id>
      <Class>Contacts</Class>
    </Folder>
    <Folder>
      <Id>Inbox</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Sent Items</Id>
      <Class>Email</Class>
    </Folder>
  </Folders>
</Ping>

[15-Sep-2016 11:59:50,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 09:59:50
[15-Sep-2016 11:59:50,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(600 / 1473933590 / 1473934190 / 1): Array
(
    [0] => be28d8389b63d38626662064ba01a4b34ede2189
    [1] => 88a7240bf9cfdf2d866a682002b50c3519eacc9c
    [2] => b6e367d0e53c6fedc37d44ce745e767c282edd5f
    [3] => 778378913828cf4ea07fe902e6518a2f62b0103b
)

[15-Sep-2016 12:00:24,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::214 DeviceId: SEC1D03AC4D8D139 Lifetime: 900 SecondsLeft: 1473934464 Status: 2)
[15-Sep-2016 12:00:24,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::224 DeviceId: SEC1D03AC4D8D139 changes in folder: Calendar::Syncroton
[15-Sep-2016 12:00:24,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping" xmlns:Syncroton="uri:Syncroton">
  <Status>2</Status>
  <Folders>
    <Folder>Calendar::Syncroton</Folder>
  </Folders>
</Ping>

[15-Sep-2016 12:00:25,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:00:25,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => SEC1D03AC4D8D139
    [deviceType] => SAMSUNGSMP605
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-SAMSUNG-SM-P605/101.50101
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:00:25,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>6</SyncKey>
      <CollectionId>Calendar::Syncroton</CollectionId>
      <DeletesAsMoves/>
      <GetChanges/>
      <WindowSize>5</WindowSize>
      <Options>
        <FilterType>4</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>1</Type>
          <TruncationSize>400000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:00:25,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:00:25
[15-Sep-2016 12:00:25,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 6 Class: Calendar CollectionId: Calendar::Syncroton
[15-Sep-2016 12:00:25,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/1 entries for sync from server to client
[15-Sep-2016 12:00:25,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 7
[15-Sep-2016 12:00:25,000000 +0200]: [DEBUG] Syncroton_Command_Sync::getResponse::923 update syncState for collection: Calendar::Syncroton
[15-Sep-2016 12:00:25,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::startTransaction::102  startTransaction request
[15-Sep-2016 12:00:25,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::commitTransaction::132  commitTransaction request for 3ca8aca7f83772ed5e48f7711c96d7c8e24d40f3
[15-Sep-2016 12:00:25,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:Syncroton="uri:Syncroton">
  <Collections>
    <Collection>
      <Class>Calendar</Class>
      <SyncKey>7</SyncKey>
      <CollectionId>Calendar::Syncroton</CollectionId>
      <Status>1</Status>
      <Commands>
        <Delete>
          <ServerId>a14b8364-5d65-4274-a01e-d199b8126d82</ServerId>
        </Delete>
      </Commands>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:00:27,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:00:27,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Ping
    [deviceId] => SEC1D03AC4D8D139
    [deviceType] => SAMSUNGSMP605
    [policyKey] => 
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-SAMSUNG-SM-P605/101.50101
    [contentType] => 
)

[15-Sep-2016 12:00:27,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:00:27
[15-Sep-2016 12:00:27,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(900 / 1473933627 / 1473934527 / 1): Array
(
    [0] => f797b9905722d6817d95d7d00f99cf4d701e56af
    [1] => 6e73dad9defc0179f03b090e409f9610ef602cd3
    [2] => fd49719ee4c53ac242397965194f30caf7e02a33
    [3] => 4c125ac160ec10379947081e84e7c66d93cae346
)

[15-Sep-2016 12:00:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 540
[15-Sep-2016 12:00:48,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::214 DeviceId: android1415596262944 Lifetime: 600 SecondsLeft: 240 Status: 1)
[15-Sep-2016 12:00:48,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
</Ping>

[15-Sep-2016 12:00:50,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 540
[15-Sep-2016 12:01:27,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 840
[15-Sep-2016 12:01:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 480
[15-Sep-2016 12:01:50,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 480
[15-Sep-2016 12:02:27,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 780
[15-Sep-2016 12:02:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 420
[15-Sep-2016 12:02:50,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 420
[15-Sep-2016 12:03:27,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 720
[15-Sep-2016 12:03:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 360
[15-Sep-2016 12:03:50,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 360
[15-Sep-2016 12:04:27,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 660
[15-Sep-2016 12:04:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 300
[15-Sep-2016 12:04:31,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:04:31,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => FolderSync
    [deviceId] => SEC1C23166FD30B7
    [deviceType] => SAMSUNGSMP605
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-SAMSUNG-SM-P605/101.50101
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:04:31,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy">
  <SyncKey>5</SyncKey>
</FolderSync>

[15-Sep-2016 12:04:31,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:04:31
[15-Sep-2016 12:04:31,000000 +0200]: [DEBUG] Syncroton_Command_FolderSync::handle::80 synckey is 5
[15-Sep-2016 12:04:31,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
  <SyncKey>5</SyncKey>
  <Changes>
    <Count>0</Count>
  </Changes>
</FolderSync>

[15-Sep-2016 12:04:50,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 300
[15-Sep-2016 12:05:27,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 600
[15-Sep-2016 12:05:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 240
[15-Sep-2016 12:05:51,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 239
[15-Sep-2016 12:06:27,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 540
[15-Sep-2016 12:06:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 180
[15-Sep-2016 12:06:51,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 179
[15-Sep-2016 12:07:27,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 480
[15-Sep-2016 12:07:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 120
[15-Sep-2016 12:07:51,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 119
[15-Sep-2016 12:08:27,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 420
[15-Sep-2016 12:08:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 60
[15-Sep-2016 12:08:28,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::214 DeviceId: Nine6FBCCD5480F1 Lifetime: 900 SecondsLeft: 60 Status: 1)
[15-Sep-2016 12:08:28,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
</Ping>

[15-Sep-2016 12:08:51,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 59
[15-Sep-2016 12:08:51,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::214 DeviceId: android1415596262944 Lifetime: 600 SecondsLeft: 59 Status: 1)
[15-Sep-2016 12:08:51,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
</Ping>

[15-Sep-2016 12:09:27,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 360
[15-Sep-2016 12:10:27,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 300
[15-Sep-2016 12:11:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 239
[15-Sep-2016 12:12:05,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: OPTIONS
[15-Sep-2016 12:12:09,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:12:09,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.0
    [command] => Provision
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:12:09,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Provision xmlns="uri:Provision">
  <Policies>
    <Policy>
      <PolicyType>MS-EAS-Provisioning-WBXML</PolicyType>
    </Policy>
  </Policies>
</Provision>

[15-Sep-2016 12:12:09,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:12:09
[15-Sep-2016 12:12:09,000000 +0200]: [DEBUG] Syncroton_Command_Provision::getResponse::96 PolicyType: MS-EAS-Provisioning-WBXML PolicyKey: 
[15-Sep-2016 12:12:09,000000 +0200]: [INFO] Syncroton_Command_Provision::_sendPolicy::124 send policy to device
[15-Sep-2016 12:12:09,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Provision xmlns="uri:Provision" xmlns:Syncroton="uri:Syncroton" xmlns:Settings="uri:Settings">
  <Status>1</Status>
  <Policies>
    <Policy>
      <PolicyType>MS-EAS-Provisioning-WBXML</PolicyType>
      <Status>2</Status>
    </Policy>
  </Policies>
</Provision>

[15-Sep-2016 12:12:26,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:12:26,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Settings
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:12:26,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Settings xmlns="uri:Settings">
  <DeviceInformation>
    <Set>
      <Model>SM-G900F</Model>
      <IMEI>000000000000000</IMEI>
      <FriendlyName>kltexx</FriendlyName>
      <OS>Android 6.0.1.G900FXXS1CPHC</OS>
      <OSLanguage>German (Germany)</OSLanguage>
      <MobileOperator>otelo</MobileOperator>
    </Set>
  </DeviceInformation>
</Settings>

[15-Sep-2016 12:12:26,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:12:26
[15-Sep-2016 12:12:26,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Settings xmlns="uri:Settings" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
  <DeviceInformation>
    <Set>
      <Status>1</Status>
    </Set>
  </DeviceInformation>
</Settings>

[15-Sep-2016 12:12:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 179
[15-Sep-2016 12:12:28,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:12:28,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Settings
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:12:28,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Settings xmlns="uri:Settings">
  <UserInformation>
    <Get/>
  </UserInformation>
</Settings>

[15-Sep-2016 12:12:28,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:12:28
[15-Sep-2016 12:12:28,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Settings xmlns="uri:Settings" xmlns:Syncroton="uri:Syncroton" xmlns:Internal="uri:Internal">
  <Status>1</Status>
  <UserInformation>
    <Status>1</Status>
    <Get>
      <Accounts>
        <Account>
          <UserDisplayName>MDM, user10</UserDisplayName>
          <EmailAddresses>
            <PrimarySmtpAddress>mdm.user10@vp2-domain.de</PrimarySmtpAddress>
          </EmailAddresses>
        </Account>
      </Accounts>
    </Get>
  </UserInformation>
</Settings>

[15-Sep-2016 12:12:31,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:12:31,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Settings
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:12:31,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Settings xmlns="uri:Settings">
  <RightsManagementInformation>
    <Get/>
  </RightsManagementInformation>
</Settings>

[15-Sep-2016 12:12:31,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:12:31
[15-Sep-2016 12:12:31,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Settings xmlns="uri:Settings" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
</Settings>

[15-Sep-2016 12:12:32,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:12:32,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => FolderSync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:12:32,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy">
  <SyncKey>0</SyncKey>
</FolderSync>

[15-Sep-2016 12:12:32,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:12:32
[15-Sep-2016 12:12:32,000000 +0200]: [DEBUG] Syncroton_Command_FolderSync::handle::80 synckey is 0
[15-Sep-2016 12:12:32,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy" xmlns:Syncroton="uri:Syncroton" xmlns:Internal="uri:Internal">
  <Status>1</Status>
  <SyncKey>1</SyncKey>
  <Changes>
    <Count>16</Count>
    <Add>
      <ServerId>4bbefb7d68a4cd2da4ac3fe7e3d8f5a9</ServerId>
      <ParentId>38b950ebd62cd9a66929c89615d0fc04</ParentId>
      <DisplayName>Calendar</DisplayName>
      <Type>8</Type>
    </Add>
    <Add>
      <ServerId>55e5d87d0da6353546e85a06ddb3a04e</ServerId>
      <ParentId>38b950ebd62cd9a66929c89615d0fc04</ParentId>
      <DisplayName>Contacts</DisplayName>
      <Type>9</Type>
    </Add>
    <Add>
      <ServerId>38b950ebd62cd9a66929c89615d0fc04</ServerId>
      <ParentId>0</ParentId>
      <DisplayName>INBOX</DisplayName>
      <Type>2</Type>
    </Add>
    <Add>
      <ServerId>433c45a45d95295f3e7382e8b836d18d</ServerId>
      <ParentId>38b950ebd62cd9a66929c89615d0fc04</ParentId>
      <DisplayName>Drafts</DisplayName>
      <Type>3</Type>
    </Add>
    <Add>
      <ServerId>74d22ad19298c70b2318fa5610568dbd</ServerId>
      <ParentId>433c45a45d95295f3e7382e8b836d18d</ParentId>
      <DisplayName>Foo</DisplayName>
      <Type>12</Type>
    </Add>
    <Add>
      <ServerId>8c12c355347fef58b48f4cdceedd7ca7</ServerId>
      <ParentId>433c45a45d95295f3e7382e8b836d18d</ParentId>
      <DisplayName>Foo2</DisplayName>
      <Type>3</Type>
    </Add>
    <Add>
      <ServerId>7fef4444ccfdc06d121caee8267ed68e</ServerId>
      <ParentId>38b950ebd62cd9a66929c89615d0fc04</ParentId>
      <DisplayName>Sent</DisplayName>
      <Type>5</Type>
    </Add>
    <Add>
      <ServerId>78df4469b2f888d549f67273fa3bbfed</ServerId>
      <ParentId>38b950ebd62cd9a66929c89615d0fc04</ParentId>
      <DisplayName>Spam</DisplayName>
      <Type>12</Type>
    </Add>
    <Add>
      <ServerId>a37c92a4b4315bc712869c4852a98230</ServerId>
      <ParentId>38b950ebd62cd9a66929c89615d0fc04</ParentId>
      <DisplayName>Svssfg</DisplayName>
      <Type>12</Type>
    </Add>
    <Add>
      <ServerId>2448e49a9d8f1ffec0a8769ec1762b58</ServerId>
      <ParentId>38b950ebd62cd9a66929c89615d0fc04</ParentId>
      <DisplayName>Test</DisplayName>
      <Type>12</Type>
    </Add>
    <Add>
      <ServerId>16d9bc788fd95dfda4866c28b56c57d3</ServerId>
      <ParentId>38b950ebd62cd9a66929c89615d0fc04</ParentId>
      <DisplayName>Test123</DisplayName>
      <Type>12</Type>
    </Add>
    <Add>
      <ServerId>7d724bbf68dba6c034cb4acda62ecf81</ServerId>
      <ParentId>38b950ebd62cd9a66929c89615d0fc04</ParentId>
      <DisplayName>Trash</DisplayName>
      <Type>4</Type>
    </Add>
    <Add>
      <ServerId>eeee8b421c9a50e0efacbc8008453402</ServerId>
      <ParentId>38b950ebd62cd9a66929c89615d0fc04</ParentId>
      <DisplayName>test</DisplayName>
      <Type>2</Type>
    </Add>
    <Add>
      <ServerId>6cc49798e13c5ab41cf0238616e2098a</ServerId>
      <ParentId>38b950ebd62cd9a66929c89615d0fc04</ParentId>
      <DisplayName>webmail_ordner</DisplayName>
      <Type>12</Type>
    </Add>
    <Add>
      <ServerId>09c390dd4b1d1790088dfef4abbe21da</ServerId>
      <ParentId>38b950ebd62cd9a66929c89615d0fc04</ParentId>
      <DisplayName>Notes</DisplayName>
      <Type>10</Type>
    </Add>
    <Add>
      <ServerId>126031026f1a98678629184421999b12</ServerId>
      <ParentId>38b950ebd62cd9a66929c89615d0fc04</ParentId>
      <DisplayName>Tasks</DisplayName>
      <Type>7</Type>
    </Add>
  </Changes>
</FolderSync>

[15-Sep-2016 12:12:39,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:12:39,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:12:39,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync">
  <Collections>
    <Collection>
      <SyncKey>0</SyncKey>
      <CollectionId>38b950ebd62cd9a66929c89615d0fc04</CollectionId>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:12:39,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:12:39
[15-Sep-2016 12:12:39,000000 +0200]: [DEBUG] Syncroton_Command_Sync::handle::176 restored options to Array
(
    [filterType] => 0
    [class] => SMS
    [bodyPreferences] => Array
        (
            [2] => Array
                (
                    [type] => 2
                    [truncationSize] => 51200
                )

        )

    [mimeSupport] => 0
    [mimeTruncation] => 8
)

[15-Sep-2016 12:12:39,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 0 Class: Email CollectionId: 38b950ebd62cd9a66929c89615d0fc04
[15-Sep-2016 12:12:39,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::218 initial client synckey 0 provided
[15-Sep-2016 12:12:39,000000 +0200]: [DEBUG] Syncroton_Command_Sync::getResponse::923 update syncState for collection: 38b950ebd62cd9a66929c89615d0fc04
[15-Sep-2016 12:12:39,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::startTransaction::102  startTransaction request
[15-Sep-2016 12:12:39,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::commitTransaction::132  commitTransaction request for 2288a0eddbb8d6d9734d5cb022106eadd60b789f
[15-Sep-2016 12:12:39,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:Syncroton="uri:Syncroton">
  <Collections>
    <Collection>
      <Class>Email</Class>
      <SyncKey>1</SyncKey>
      <CollectionId>38b950ebd62cd9a66929c89615d0fc04</CollectionId>
      <Status>1</Status>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:12:48,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:12:48,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:12:48,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync">
  <Collections>
    <Collection>
      <SyncKey>0</SyncKey>
      <CollectionId>7fef4444ccfdc06d121caee8267ed68e</CollectionId>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:12:48,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:12:48
[15-Sep-2016 12:12:48,000000 +0200]: [DEBUG] Syncroton_Command_Sync::handle::176 restored options to Array
(
    [filterType] => 0
    [class] => SMS
    [bodyPreferences] => Array
        (
            [2] => Array
                (
                    [type] => 2
                    [truncationSize] => 51200
                )

        )

    [mimeSupport] => 0
    [mimeTruncation] => 8
)

[15-Sep-2016 12:12:48,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 0 Class: Email CollectionId: 7fef4444ccfdc06d121caee8267ed68e
[15-Sep-2016 12:12:48,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::218 initial client synckey 0 provided
[15-Sep-2016 12:12:48,000000 +0200]: [DEBUG] Syncroton_Command_Sync::getResponse::923 update syncState for collection: 7fef4444ccfdc06d121caee8267ed68e
[15-Sep-2016 12:12:48,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::startTransaction::102  startTransaction request
[15-Sep-2016 12:12:48,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::commitTransaction::132  commitTransaction request for 61758e1c904ff4e7540762a5b709da683073f357
[15-Sep-2016 12:12:48,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:Syncroton="uri:Syncroton">
  <Collections>
    <Collection>
      <Class>Email</Class>
      <SyncKey>1</SyncKey>
      <CollectionId>7fef4444ccfdc06d121caee8267ed68e</CollectionId>
      <Status>1</Status>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:12:50,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:12:50,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:12:50,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync">
  <Collections>
    <Collection>
      <SyncKey>0</SyncKey>
      <CollectionId>eeee8b421c9a50e0efacbc8008453402</CollectionId>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:12:50,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:12:50
[15-Sep-2016 12:12:50,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 0 Class: Email CollectionId: eeee8b421c9a50e0efacbc8008453402
[15-Sep-2016 12:12:50,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::218 initial client synckey 0 provided
[15-Sep-2016 12:12:50,000000 +0200]: [DEBUG] Syncroton_Command_Sync::getResponse::923 update syncState for collection: eeee8b421c9a50e0efacbc8008453402
[15-Sep-2016 12:12:50,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::startTransaction::102  startTransaction request
[15-Sep-2016 12:12:50,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::commitTransaction::132  commitTransaction request for 128afdcb869573dbcb532f260e98d84860a763de
[15-Sep-2016 12:12:50,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:Syncroton="uri:Syncroton">
  <Collections>
    <Collection>
      <Class>Email</Class>
      <SyncKey>1</SyncKey>
      <CollectionId>eeee8b421c9a50e0efacbc8008453402</CollectionId>
      <Status>1</Status>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:12:53,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:12:53,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:12:53,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync">
  <Collections>
    <Collection>
      <SyncKey>0</SyncKey>
      <CollectionId>09c390dd4b1d1790088dfef4abbe21da</CollectionId>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:12:53,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:12:53
[15-Sep-2016 12:12:53,000000 +0200]: [DEBUG] Syncroton_Command_Sync::handle::176 restored options to Array
(
    [filterType] => 0
    [bodyPreferences] => Array
        (
            [1] => Array
                (
                    [type] => 1
                )

        )

    [mimeSupport] => 0
    [mimeTruncation] => 8
)

[15-Sep-2016 12:12:53,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 0 Class: Notes CollectionId: 09c390dd4b1d1790088dfef4abbe21da
[15-Sep-2016 12:12:53,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::218 initial client synckey 0 provided
[15-Sep-2016 12:12:53,000000 +0200]: [DEBUG] Syncroton_Command_Sync::getResponse::923 update syncState for collection: 09c390dd4b1d1790088dfef4abbe21da
[15-Sep-2016 12:12:53,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::startTransaction::102  startTransaction request
[15-Sep-2016 12:12:53,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::commitTransaction::132  commitTransaction request for fc4d2b73ae5da168a662d3537b9922cf8a7c25e2
[15-Sep-2016 12:12:53,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:Syncroton="uri:Syncroton">
  <Collections>
    <Collection>
      <Class>Notes</Class>
      <SyncKey>1</SyncKey>
      <CollectionId>09c390dd4b1d1790088dfef4abbe21da</CollectionId>
      <Status>1</Status>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:12:55,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:12:55,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:12:55,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync">
  <Collections>
    <Collection>
      <SyncKey>0</SyncKey>
      <CollectionId>126031026f1a98678629184421999b12</CollectionId>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:12:55,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:12:55
[15-Sep-2016 12:12:55,000000 +0200]: [DEBUG] Syncroton_Command_Sync::handle::176 restored options to Array
(
    [filterType] => 0
    [bodyPreferences] => Array
        (
            [1] => Array
                (
                    [type] => 1
                )

        )

    [mimeSupport] => 0
    [mimeTruncation] => 8
)

[15-Sep-2016 12:12:55,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 0 Class: Tasks CollectionId: 126031026f1a98678629184421999b12
[15-Sep-2016 12:12:55,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::218 initial client synckey 0 provided
[15-Sep-2016 12:12:55,000000 +0200]: [DEBUG] Syncroton_Command_Sync::getResponse::923 update syncState for collection: 126031026f1a98678629184421999b12
[15-Sep-2016 12:12:55,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::startTransaction::102  startTransaction request
[15-Sep-2016 12:12:55,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::commitTransaction::132  commitTransaction request for 83f91517b300f57a3d289e72409e66105524a077
[15-Sep-2016 12:12:55,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:Syncroton="uri:Syncroton">
  <Collections>
    <Collection>
      <Class>Tasks</Class>
      <SyncKey>1</SyncKey>
      <CollectionId>126031026f1a98678629184421999b12</CollectionId>
      <Status>1</Status>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:12:58,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:12:58,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:12:58,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>1</SyncKey>
      <CollectionId>38b950ebd62cd9a66929c89615d0fc04</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges>1</GetChanges>
      <WindowSize>20</WindowSize>
      <Options>
        <FilterType>3</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>10240</TruncationSize>
        </BodyPreference>
        <Class>SMS</Class>
      </Options>
      <Options>
        <FilterType>3</FilterType>
        <Conflict>1</Conflict>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>10240</TruncationSize>
          <AllOrNone>0</AllOrNone>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:12:58,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:12:58
[15-Sep-2016 12:12:58,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 1 Class: Email CollectionId: 38b950ebd62cd9a66929c89615d0fc04
[15-Sep-2016 12:12:58,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 5/0/0 entries for sync from server to client
[15-Sep-2016 12:12:58,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 2
[15-Sep-2016 12:12:58,000000 +0200]: [DEBUG] Syncroton_Command_Sync::getResponse::923 update syncState for collection: 38b950ebd62cd9a66929c89615d0fc04
[15-Sep-2016 12:12:58,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::startTransaction::102  startTransaction request
[15-Sep-2016 12:12:58,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::commitTransaction::132  commitTransaction request for 2b715a24e591e6df921d3397d58d6b827b74aab4
[15-Sep-2016 12:12:58,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:Syncroton="uri:Syncroton" xmlns:AirSyncBase="uri:AirSyncBase" xmlns:Email="uri:Email" xmlns:Email2="uri:Email2" xmlns:Tasks="uri:Tasks">
  <Collections>
    <Collection xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
      <Class>Email</Class>
      <SyncKey>2</SyncKey>
      <CollectionId>38b950ebd62cd9a66929c89615d0fc04</CollectionId>
      <Status>1</Status>
      <Commands xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
        <Add xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
          <ServerId>38b950ebd62cd9a66929c89615d0fc04::35</ServerId>
          <ApplicationData>
            <Email:DateReceived xmlns="uri:Email">2016-09-09T09:03:08.000Z</Email:DateReceived>
            <Email:From xmlns="uri:Email">"MDM, user09" &lt;mdm.user09@vp2-domain.de&gt;</Email:From>
            <Email:InternetCPID xmlns="uri:Email">65001</Email:InternetCPID>
            <Email:Subject xmlns="uri:Email">Sie wurden zu "Testtermin für 10 von 09" eingeladen</Email:Subject>
            <Email:To xmlns="uri:Email">"MDM, user10" &lt;mdm.user10@vp2-domain.de&gt;</Email:To>
            <Email:Read xmlns="uri:Email">1</Email:Read>
            <AirSyncBase:Body xmlns="uri:AirSyncBase">
              <AirSyncBase:Type>2</AirSyncBase:Type>
              <AirSyncBase:Data>&lt;pre&gt;*Testtermin für 10 von 09*

Wann: 2016-09-09 (Europe/Berlin)

Teilnehmer: MDM, user09 &lt;mdm.user09@vp2-domain.de&gt;,
  MDM, user10 &lt;mdm.user10@vp2-domain.de&gt;

Im Anhang finden Sie eine iCalendar-Datei mit allen Details des Termins. 
Diese können Sie in Ihre Kalenderanwendung importieren.&lt;/pre&gt;</AirSyncBase:Data>
            </AirSyncBase:Body>
            <AirSyncBase:NativeBodyType xmlns="uri:AirSyncBase">1</AirSyncBase:NativeBodyType>
            <Email:MessageClass xmlns="uri:Email">IPM.Note</Email:MessageClass>
            <Email:ContentClass xmlns="uri:Email">urn:content-classes:message</Email:ContentClass>
            <AirSyncBase:Attachments xmlns="uri:AirSyncBase">
              <AirSyncBase:Attachment>
                <AirSyncBase:DisplayName>event.ics</AirSyncBase:DisplayName>
                <AirSyncBase:FileReference>38b950ebd62cd9a66929c89615d0fc04::35::2</AirSyncBase:FileReference>
                <AirSyncBase:Method>1</AirSyncBase:Method>
                <AirSyncBase:EstimatedDataSize>750</AirSyncBase:EstimatedDataSize>
              </AirSyncBase:Attachment>
            </AirSyncBase:Attachments>
          </ApplicationData>
        </Add>
        <Add xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
          <ServerId>38b950ebd62cd9a66929c89615d0fc04::36</ServerId>
          <ApplicationData>
            <Email:DateReceived xmlns="uri:Email">2016-09-09T09:14:26.000Z</Email:DateReceived>
            <Email:From xmlns="uri:Email">"MDM, user09" &lt;mdm.user09@vp2-domain.de&gt;</Email:From>
            <Email:InternetCPID xmlns="uri:Email">65001</Email:InternetCPID>
            <Email:Subject xmlns="uri:Email">Einladung zu "Webclient Termin mit Teilnehmer" wurde von MDM, user09 angenommen</Email:Subject>
            <Email:To xmlns="uri:Email">"MDM, user10" &lt;mdm.user10@vp2-domain.de&gt;</Email:To>
            <Email:Read xmlns="uri:Email">1</Email:Read>
            <AirSyncBase:Body xmlns="uri:AirSyncBase">
              <AirSyncBase:Type>2</AirSyncBase:Type>
              <AirSyncBase:Data>&lt;pre&gt;MDM, user09 hat die Einladung zum folgenden Termin angenommen:

*Webclient Termin mit Teilnehmer*

Wann: 2016-09-09 14:00 - 16:30 (Europe/Berlin)

Teilnehmer: MDM, user10 &lt;mdm.user10@vp2-domain.de&gt;,
  MDM, user09 &lt;mdm.user09@vp2-domain.de&gt;,
  MDM, user08 &lt;mdm.user08@vp2-domain.de&gt;&lt;/pre&gt;</AirSyncBase:Data>
            </AirSyncBase:Body>
            <AirSyncBase:NativeBodyType xmlns="uri:AirSyncBase">1</AirSyncBase:NativeBodyType>
            <Email:MessageClass xmlns="uri:Email">IPM.Note</Email:MessageClass>
            <Email:ContentClass xmlns="uri:Email">urn:content-classes:message</Email:ContentClass>
            <AirSyncBase:Attachments xmlns="uri:AirSyncBase">
              <AirSyncBase:Attachment>
                <AirSyncBase:DisplayName>event.ics</AirSyncBase:DisplayName>
                <AirSyncBase:FileReference>38b950ebd62cd9a66929c89615d0fc04::36::2</AirSyncBase:FileReference>
                <AirSyncBase:Method>1</AirSyncBase:Method>
                <AirSyncBase:EstimatedDataSize>1198</AirSyncBase:EstimatedDataSize>
              </AirSyncBase:Attachment>
            </AirSyncBase:Attachments>
          </ApplicationData>
        </Add>
        <Add xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
          <ServerId>38b950ebd62cd9a66929c89615d0fc04::37</ServerId>
          <ApplicationData>
            <Email:DateReceived xmlns="uri:Email">2016-09-09T09:17:44.000Z</Email:DateReceived>
            <Email:From xmlns="uri:Email">"MDM, user09" &lt;mdm.user09@vp2-domain.de&gt;</Email:From>
            <Email:InternetCPID xmlns="uri:Email">65001</Email:InternetCPID>
            <Email:Subject xmlns="uri:Email">Einladung zu "Tabletten termin" wurde von MDM, user09 angenommen</Email:Subject>
            <Email:To xmlns="uri:Email">mdm.user10@vp2-domain.de</Email:To>
            <Email:Read xmlns="uri:Email">1</Email:Read>
            <AirSyncBase:Body xmlns="uri:AirSyncBase">
              <AirSyncBase:Type>2</AirSyncBase:Type>
              <AirSyncBase:Data>&lt;pre&gt;MDM, user09 hat die Einladung zum folgenden Termin angenommen:

*Tabletten termin*

Wann: 2016-09-09 17:00 - 18:00 (Europe/Berlin)

Teilnehmer: mdm.user10@vp2-domain.de,
  user09 MDM &lt;mdm.user09@vp2-domain.de&gt;

-- 
Elektronische Kommunikation mit der uptstadt Mnchen - siehe:
http://www.domain.de/ekomm

Bitte denken Sie an die Umwelt, bevor Sie diese E-Mail ausdrucken. Pro Blatt 
sparen Sie durchschnittlich 15g Holz, 260ml Wasser, 0,05kWh Strom und 5g CO2.

&lt;/pre&gt;</AirSyncBase:Data>
            </AirSyncBase:Body>
            <AirSyncBase:NativeBodyType xmlns="uri:AirSyncBase">1</AirSyncBase:NativeBodyType>
            <Email:MessageClass xmlns="uri:Email">IPM.Note</Email:MessageClass>
            <Email:ContentClass xmlns="uri:Email">urn:content-classes:message</Email:ContentClass>
            <AirSyncBase:Attachments xmlns="uri:AirSyncBase">
              <AirSyncBase:Attachment>
                <AirSyncBase:DisplayName>event.ics</AirSyncBase:DisplayName>
                <AirSyncBase:FileReference>38b950ebd62cd9a66929c89615d0fc04::37::2</AirSyncBase:FileReference>
                <AirSyncBase:Method>1</AirSyncBase:Method>
                <AirSyncBase:EstimatedDataSize>756</AirSyncBase:EstimatedDataSize>
              </AirSyncBase:Attachment>
            </AirSyncBase:Attachments>
          </ApplicationData>
        </Add>
        <Add xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
          <ServerId>38b950ebd62cd9a66929c89615d0fc04::38</ServerId>
          <ApplicationData>
            <Email:DateReceived xmlns="uri:Email">2016-09-11T13:07:37.000Z</Email:DateReceived>
            <Email:From xmlns="uri:Email">MAILER-DAEMON@vorprod-srv-int.srv.ha3.dir.domain.de</Email:From>
            <Email:InternetCPID xmlns="uri:Email">65001</Email:InternetCPID>
            <Email:Subject xmlns="uri:Email">Undelivered Mail Returned to Sender</Email:Subject>
            <Email:To xmlns="uri:Email">mdm.user10@vp2-domain.de</Email:To>
            <Email:Read xmlns="uri:Email">1</Email:Read>
            <Email:Flag xmlns="uri:Email">
              <Email:FlagType>FollowUp</Email:FlagType>
              <Email:Status>2</Email:Status>
            </Email:Flag>
            <AirSyncBase:Body xmlns="uri:AirSyncBase">
              <AirSyncBase:Type>2</AirSyncBase:Type>
              <AirSyncBase:Data>&lt;pre&gt;This is the mail system at host vorprod-srv-int.srv.ha3.dir.domain.de.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

&lt;sebastian@skrimmer.de&gt;: Host or domain name not found. Name service error for
    name=skrimmer.de type=MX: Host not found, try again
&lt;/pre&gt;</AirSyncBase:Data>
            </AirSyncBase:Body>
            <AirSyncBase:NativeBodyType xmlns="uri:AirSyncBase">1</AirSyncBase:NativeBodyType>
            <Email:MessageClass xmlns="uri:Email">IPM.Note</Email:MessageClass>
            <Email:ContentClass xmlns="uri:Email">urn:content-classes:message</Email:ContentClass>
            <AirSyncBase:Attachments xmlns="uri:AirSyncBase">
              <AirSyncBase:Attachment>
                <AirSyncBase:DisplayName>Delivery report</AirSyncBase:DisplayName>
                <AirSyncBase:FileReference>38b950ebd62cd9a66929c89615d0fc04::38::2</AirSyncBase:FileReference>
                <AirSyncBase:Method>1</AirSyncBase:Method>
                <AirSyncBase:EstimatedDataSize>473</AirSyncBase:EstimatedDataSize>
              </AirSyncBase:Attachment>
              <AirSyncBase:Attachment>
                <AirSyncBase:DisplayName>Undelivered Message</AirSyncBase:DisplayName>
                <AirSyncBase:FileReference>38b950ebd62cd9a66929c89615d0fc04::38::3</AirSyncBase:FileReference>
                <AirSyncBase:Method>1</AirSyncBase:Method>
                <AirSyncBase:EstimatedDataSize>1800</AirSyncBase:EstimatedDataSize>
              </AirSyncBase:Attachment>
            </AirSyncBase:Attachments>
          </ApplicationData>
        </Add>
        <Add xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
          <ServerId>38b950ebd62cd9a66929c89615d0fc04::39</ServerId>
          <ApplicationData>
            <Email:DateReceived xmlns="uri:Email">2016-09-14T15:40:09.000Z</Email:DateReceived>
            <Email:From xmlns="uri:Email">root@vorprod-srv-int.srv.ha3.dir.domain.de</Email:From>
            <Email:InternetCPID xmlns="uri:Email">65001</Email:InternetCPID>
            <Email:To xmlns="uri:Email">mdm.user10@vp2-domain.de</Email:To>
            <Email:Read xmlns="uri:Email">1</Email:Read>
            <AirSyncBase:Body xmlns="uri:AirSyncBase">
              <AirSyncBase:Type>2</AirSyncBase:Type>
              <AirSyncBase:Truncated>1</AirSyncBase:Truncated>
              <AirSyncBase:EstimatedDataSize>37071</AirSyncBase:EstimatedDataSize>
              <AirSyncBase:Data>&lt;pre&gt;[14-Sep-2016 17:29:18,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;GetItemEstimate xmlns="uri:ItemEstimate" xmlns:Syncroton="uri:Syncroton"&gt;
  &lt;Response&gt;
    &lt;Status&gt;1&lt;/Status&gt;
    &lt;Collection&gt;
      &lt;CollectionId&gt;Drafts&lt;/CollectionId&gt;
      &lt;Estimate&gt;0&lt;/Estimate&gt;
    &lt;/Collection&gt;
  &lt;/Response&gt;
&lt;/GetItemEstimate&gt;

[14-Sep-2016 17:29:19,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[14-Sep-2016 17:29:19,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] =&gt; 14.1
    [command] =&gt; Sync
    [deviceId] =&gt; SEC1C23166FD30B7
    [deviceType] =&gt; SAMSUNGSMP605
    [policyKey] =&gt; 0
    [saveInSent] =&gt; 
    [collectionId] =&gt; 
    [itemId] =&gt; 
    [attachmentName] =&gt; 
    [acceptMultipart] =&gt; 
    [userAgent] =&gt; Android-SAMSUNG-SM-P605/101.50101
    [contentType] =&gt; application/vnd.ms-sync.wbxml
)

[14-Sep-2016 17:29:19,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;Sync xmlns="uri:AirSync" xmlns:RightsManagement="uri:RightsManagement" xmlns:AirSyncBase="uri:AirSyncBase"&gt;
  &lt;Collections&gt;
    &lt;Collection&gt;
      &lt;SyncKey&gt;1&lt;/SyncKey&gt;
      &lt;CollectionId&gt;Drafts&lt;/CollectionId&gt;
      &lt;DeletesAsMoves&gt;1&lt;/DeletesAsMoves&gt;
      &lt;GetChanges/&gt;
      &lt;WindowSize&gt;50&lt;/WindowSize&gt;
      &lt;Options&gt;
        &lt;FilterType&gt;2&lt;/FilterType&gt;
        &lt;RightsManagementSupport xmlns="uri:RightsManagement"&gt;1&lt;/RightsManagementSupport&gt;
        &lt;BodyPreference xmlns="uri:AirSyncBase"&gt;
          &lt;Type&gt;2&lt;/Type&gt;
        &lt;/BodyPreference&gt;
        &lt;BodyPreference xmlns="uri:AirSyncBase"&gt;
          &lt;Type&gt;4&lt;/Type&gt;
        &lt;/BodyPreference&gt;
      &lt;/Options&gt;
    &lt;/Collection&gt;
  &lt;/Collections&gt;
&lt;/Sync&gt;

[14-Sep-2016 17:29:19,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-14 15:29:19
[14-Sep-2016 17:29:19,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 1 Class: Email CollectionId: Drafts
[14-Sep-2016 17:29:19,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[14-Sep-2016 17:29:19,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 1
[14-Sep-2016 17:29:48,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 600
[14-Sep-2016 17:29:55,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[14-Sep-2016 17:29:55,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] =&gt; 14.1
    [command] =&gt; Settings
    [deviceId] =&gt; android1415596262944
    [deviceType] =&gt; Android
    [policyKey] =&gt; 0
    [saveInSent] =&gt; 
    [collectionId] =&gt; 
    [itemId] =&gt; 
    [attachmentName] =&gt; 
    [acceptMultipart] =&gt; 
    [userAgent] =&gt; Android-Mail/6.8.130963407.release
    [contentType] =&gt; application/vnd.ms-sync.wbxml
)

[14-Sep-2016 17:29:55,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;Settings xmlns="uri:Settings"&gt;
  &lt;Oof&gt;
    &lt;Get&gt;
      &lt;BodyType&gt;Text&lt;/BodyType&gt;
    &lt;/Get&gt;
  &lt;/Oof&gt;
&lt;/Settings&gt;

[14-Sep-2016 17:29:55,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-14 15:29:55
[14-Sep-2016 17:29:55,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;Settings xmlns="uri:Settings" xmlns:Syncroton="uri:Syncroton"&gt;
  &lt;Status&gt;1&lt;/Status&gt;
&lt;/Settings&gt;

[14-Sep-2016 17:29:56,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[14-Sep-2016 17:29:56,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] =&gt; 14.1
    [command] =&gt; Ping
    [deviceId] =&gt; android1415596262944
    [deviceType] =&gt; Android
    [policyKey] =&gt; 
    [saveInSent] =&gt; 
    [collectionId] =&gt; 
    [itemId] =&gt; 
    [attachmentName] =&gt; 
    [acceptMultipart] =&gt; 
    [userAgent] =&gt; Android-Mail/6.8.130963407.release
    [contentType] =&gt; application/vnd.ms-sync.wbxml
)

[14-Sep-2016 17:29:56,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;Ping xmlns="uri:Ping"&gt;
  &lt;HeartbeatInterval&gt;480&lt;/HeartbeatInterval&gt;
  &lt;Folders&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Calendar::Syncroton&lt;/Id&gt;
      &lt;Class&gt;Calendar&lt;/Class&gt;
    &lt;/Folder&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Contacts::Syncroton&lt;/Id&gt;
      &lt;Class&gt;Contacts&lt;/Class&gt;
    &lt;/Folder&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Inbox&lt;/Id&gt;
      &lt;Class&gt;Email&lt;/Class&gt;
    &lt;/Folder&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Sent Items&lt;/Id&gt;
      &lt;Class&gt;Email&lt;/Class&gt;
    &lt;/Folder&gt;
  &lt;/Folders&gt;
&lt;/Ping&gt;

[14-Sep-2016 17:29:56,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-14 15:29:56
[14-Sep-2016 17:29:56,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(480 / 1473866996 / 1473867476 / 1): Array
(
    [0] =&gt; be28d8389b63d38626662064ba01a4b34ede2189
    [1] =&gt; 88a7240bf9cfdf2d866a682002b50c3519eacc9c
    [2] =&gt; b6e367d0e53c6fedc37d44ce745e767c282edd5f
    [3] =&gt; 778378913828cf4ea07fe902e6518a2f62b0103b
)

[14-Sep-2016 17:30:11,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[14-Sep-2016 17:30:11,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] =&gt; 14.1
    [command] =&gt; Ping
    [deviceId] =&gt; android1415596262944
    [deviceType] =&gt; Android
    [policyKey] =&gt; 
    [saveInSent] =&gt; 
    [collectionId] =&gt; 
    [itemId] =&gt; 
    [attachmentName] =&gt; 
    [acceptMultipart] =&gt; 
    [userAgent] =&gt; Android-Mail/6.8.130963407.release
    [contentType] =&gt; application/vnd.ms-sync.wbxml
)

[14-Sep-2016 17:30:11,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;Ping xmlns="uri:Ping"&gt;
  &lt;HeartbeatInterval&gt;480&lt;/HeartbeatInterval&gt;
  &lt;Folders&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Calendar::Syncroton&lt;/Id&gt;
      &lt;Class&gt;Calendar&lt;/Class&gt;
    &lt;/Folder&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Contacts::Syncroton&lt;/Id&gt;
      &lt;Class&gt;Contacts&lt;/Class&gt;
    &lt;/Folder&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Inbox&lt;/Id&gt;
      &lt;Class&gt;Email&lt;/Class&gt;
    &lt;/Folder&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Sent Items&lt;/Id&gt;
      &lt;Class&gt;Email&lt;/Class&gt;
    &lt;/Folder&gt;
  &lt;/Folders&gt;
&lt;/Ping&gt;

[14-Sep-2016 17:30:11,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-14 15:30:11
[14-Sep-2016 17:30:11,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(480 / 1473867011 / 1473867491 / 1): Array
(
    [0] =&gt; be28d8389b63d38626662064ba01a4b34ede2189
    [1] =&gt; 88a7240bf9cfdf2d866a682002b50c3519eacc9c
    [2] =&gt; b6e367d0e53c6fedc37d44ce745e767c282edd5f
    [3] =&gt; 778378913828cf4ea07fe902e6518a2f62b0103b
)

[14-Sep-2016 17:30:15,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::214 DeviceId: android1415596262944 Lifetime: 480 SecondsLeft: 420 Status: 1)
[14-Sep-2016 17:30:15,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;Ping xmlns="uri:Ping" xmlns:Syncroton="uri:Syncroton"&gt;
  &lt;Status&gt;1&lt;/Status&gt;
&lt;/Ping&gt;

[14-Sep-2016 17:30:18,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 239
[14-Sep-2016 17:30:29,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[14-Sep-2016 17:30:29,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] =&gt; 14.1
    [command] =&gt; Settings
    [deviceId] =&gt; android1415596262944
    [deviceType] =&gt; Android
    [policyKey] =&gt; 0
    [saveInSent] =&gt; 
    [collectionId] =&gt; 
    [itemId] =&gt; 
    [attachmentName] =&gt; 
    [acceptMultipart] =&gt; 
    [userAgent] =&gt; Android-Mail/6.8.130963407.release
    [contentType] =&gt; application/vnd.ms-sync.wbxml
)

[14-Sep-2016 17:30:29,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;Settings xmlns="uri:Settings"&gt;
  &lt;Oof&gt;
    &lt;Get&gt;
      &lt;BodyType&gt;Text&lt;/BodyType&gt;
    &lt;/Get&gt;
  &lt;/Oof&gt;
&lt;/Settings&gt;

[14-Sep-2016 17:30:29,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-14 15:30:29
[14-Sep-2016 17:30:29,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;Settings xmlns="uri:Settings" xmlns:Syncroton="uri:Syncroton"&gt;
  &lt;Status&gt;1&lt;/Status&gt;
&lt;/Settings&gt;

[14-Sep-2016 17:30:29,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[14-Sep-2016 17:30:29,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] =&gt; 14.1
    [command] =&gt; Ping
    [deviceId] =&gt; android1415596262944
    [deviceType] =&gt; Android
    [policyKey] =&gt; 
    [saveInSent] =&gt; 
    [collectionId] =&gt; 
    [itemId] =&gt; 
    [attachmentName] =&gt; 
    [acceptMultipart] =&gt; 
    [userAgent] =&gt; Android-Mail/6.8.130963407.release
    [contentType] =&gt; application/vnd.ms-sync.wbxml
)

[14-Sep-2016 17:30:29,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;Ping xmlns="uri:Ping"&gt;
  &lt;HeartbeatInterval&gt;480&lt;/HeartbeatInterval&gt;
  &lt;Folders&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Calendar::Syncroton&lt;/Id&gt;
      &lt;Class&gt;Calendar&lt;/Class&gt;
    &lt;/Folder&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Contacts::Syncroton&lt;/Id&gt;
      &lt;Class&gt;Contacts&lt;/Class&gt;
    &lt;/Folder&gt;
    </AirSyncBase:Data>
            </AirSyncBase:Body>
            <AirSyncBase:NativeBodyType xmlns="uri:AirSyncBase">1</AirSyncBase:NativeBodyType>
            <Email:MessageClass xmlns="uri:Email">IPM.Note</Email:MessageClass>
            <Email:ContentClass xmlns="uri:Email">urn:content-classes:message</Email:ContentClass>
          </ApplicationData>
        </Add>
      </Commands>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:13:02,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:13:02,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:13:02,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>1</SyncKey>
      <CollectionId>eeee8b421c9a50e0efacbc8008453402</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges>1</GetChanges>
      <WindowSize>20</WindowSize>
      <Options>
        <FilterType>3</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>10240</TruncationSize>
        </BodyPreference>
        <Class>SMS</Class>
      </Options>
      <Options>
        <FilterType>3</FilterType>
        <Conflict>1</Conflict>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>10240</TruncationSize>
          <AllOrNone>0</AllOrNone>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:13:02,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:13:02
[15-Sep-2016 12:13:02,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 1 Class: Email CollectionId: eeee8b421c9a50e0efacbc8008453402
[15-Sep-2016 12:13:02,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 12:13:02,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 1
[15-Sep-2016 12:13:04,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:13:04,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Ping
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:13:04,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping">
  <HeartbeatInterval>480</HeartbeatInterval>
  <Folders>
    <Folder>
      <Id>38b950ebd62cd9a66929c89615d0fc04</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>7fef4444ccfdc06d121caee8267ed68e</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>eeee8b421c9a50e0efacbc8008453402</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>09c390dd4b1d1790088dfef4abbe21da</Id>
      <Class>Notes</Class>
    </Folder>
    <Folder>
      <Id>126031026f1a98678629184421999b12</Id>
      <Class>Tasks</Class>
    </Folder>
  </Folders>
</Ping>

[15-Sep-2016 12:13:04,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:13:04
[15-Sep-2016 12:13:04,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(480 / 1473934384 / 1473934864 / 1): Array
(
    [0] => 5ed4aae18aa1074d069e8b5a908b3c66b8ba1f22
    [1] => 13ecb748e3c52b559b14f7e725e3a4ff2d77e19d
    [2] => 0118abc0cb5e402f3af80c12afacea036e8c0ff6
    [3] => e707963be7e50b9574717cc8e4cabbf65631599a
    [4] => b2a46973376e7457bc36941daf15df8022f84e54
)

[15-Sep-2016 12:13:13,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:13:13,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Search
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:13:13,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Search xmlns="uri:Search">
  <Store>
    <Name>GAL</Name>
    <Query>mdm.user10@vp2-domain.de</Query>
    <Options>
      <Range>0-1</Range>
      <Picture>
        <MaxSize>102400</MaxSize>
        <MaxPictures>1</MaxPictures>
      </Picture>
    </Options>
  </Store>
</Search>

[15-Sep-2016 12:13:13,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:13:13
[15-Sep-2016 12:13:13,000000 +0200]: [DEBUG] Syncroton_Command_Search::handle::44 stores: Syncroton_Model_StoreRequest Object
(
    [_store:protected] => Array
        (
            [name] => GAL
            [options] => Array
                (
                    [mimeSupport] => 0
                    [bodyPreferences] => Array
                        (
                        )

                    [picture] => Array
                        (
                            [maxSize] => 102400
                            [maxPictures] => 1
                        )

                    [range] => Array
                        (
                            [0] => 0
                            [1] => 1
                        )

                )

            [query] => mdm.user10@vp2-domain.de
        )

    [_xmlStore:protected] => SimpleXMLElement Object
        (
            [Name] => GAL
            [Query] => mdm.user10@vp2-domain.de
            [Options] => SimpleXMLElement Object
                (
                    [Range] => 0-1
                    [Picture] => SimpleXMLElement Object
                        (
                            [MaxSize] => 102400
                            [MaxPictures] => 1
                        )

                )

        )

)

[15-Sep-2016 12:13:13,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Search xmlns="uri:Search" xmlns:Syncroton="uri:Syncroton" xmlns:AirSync="uri:AirSync" xmlns:GAL="uri:GAL">
  <Status>1</Status>
  <Response>
    <Store>
      <Total>1</Total>
      <Range>0-0</Range>
      <Result>
        <LongId>dWlkPW1kbS51c2VyMTAsb3U9UGVvcGxlLGM9ZGU</LongId>
        <Properties xmlns:default="uri:GAL">
          <GAL:DisplayName xmlns="uri:GAL">MDM, user10</GAL:DisplayName>
          <GAL:EmailAddress xmlns="uri:GAL">mdm.user10@vp2-domain.de</GAL:EmailAddress>
          <GAL:FirstName xmlns="uri:GAL">user10</GAL:FirstName>
          <GAL:LastName xmlns="uri:GAL">MDM</GAL:LastName>
        </Properties>
      </Result>
      <Status>1</Status>
    </Store>
  </Response>
</Search>

[15-Sep-2016 12:13:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 119
[15-Sep-2016 12:13:43,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: OPTIONS
[15-Sep-2016 12:13:45,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:13:45,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => FolderSync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:13:45,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy">
  <SyncKey>1</SyncKey>
</FolderSync>

[15-Sep-2016 12:13:45,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:13:45
[15-Sep-2016 12:13:45,000000 +0200]: [DEBUG] Syncroton_Command_FolderSync::handle::80 synckey is 1
[15-Sep-2016 12:13:45,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
  <SyncKey>1</SyncKey>
  <Changes>
    <Count>0</Count>
  </Changes>
</FolderSync>

[15-Sep-2016 12:13:46,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:13:46,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:13:46,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>6</SyncKey>
      <CollectionId>Inbox</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <FilterType>0</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:13:46,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:13:46
[15-Sep-2016 12:13:46,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 6 Class: Email CollectionId: Inbox
[15-Sep-2016 12:13:46,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 12:13:46,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 6
[15-Sep-2016 12:13:49,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:13:49,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:13:49,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>3</SyncKey>
      <CollectionId>Sent Items</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <FilterType>3</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:13:49,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:13:49
[15-Sep-2016 12:13:49,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 3 Class: Email CollectionId: Sent Items
[15-Sep-2016 12:13:49,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 12:13:49,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 3
[15-Sep-2016 12:13:50,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:13:50,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:13:50,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>2</SyncKey>
      <CollectionId>Calendar::Syncroton</CollectionId>
      <DeletesAsMoves/>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <FilterType>4</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>1</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:13:50,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:13:50
[15-Sep-2016 12:13:50,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 2 Class: Calendar CollectionId: Calendar::Syncroton
[15-Sep-2016 12:13:50,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 12:13:50,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 2
[15-Sep-2016 12:13:52,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:13:52,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:13:52,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>2</SyncKey>
      <CollectionId>Contacts::Syncroton</CollectionId>
      <DeletesAsMoves/>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>1</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:13:52,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:13:52
[15-Sep-2016 12:13:52,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 2 Class: Contacts CollectionId: Contacts::Syncroton
[15-Sep-2016 12:13:52,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 12:13:52,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 2
[15-Sep-2016 12:13:54,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: OPTIONS
[15-Sep-2016 12:13:55,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:13:55,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:13:55,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:13:55,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => FolderSync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:13:55,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy">
  <SyncKey>1</SyncKey>
</FolderSync>

[15-Sep-2016 12:13:55,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:13:55
[15-Sep-2016 12:13:55,000000 +0200]: [DEBUG] Syncroton_Command_FolderSync::handle::80 synckey is 1
[15-Sep-2016 12:13:55,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
  <SyncKey>1</SyncKey>
  <Changes>
    <Count>0</Count>
  </Changes>
</FolderSync>

[15-Sep-2016 12:13:55,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync">
  <Collections>
    <Collection>
      <SyncKey>0</SyncKey>
      <CollectionId>74d22ad19298c70b2318fa5610568dbd</CollectionId>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:13:55,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:13:55
[15-Sep-2016 12:13:55,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:Syncroton="uri:Syncroton">
  <Collections>
    <Collection>
      <SyncKey>0</SyncKey>
      <CollectionId>74d22ad19298c70b2318fa5610568dbd</CollectionId>
      <Status>12</Status>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:13:57,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:13:57,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => FolderSync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:13:57,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy">
  <SyncKey>1</SyncKey>
</FolderSync>

[15-Sep-2016 12:13:57,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:13:57
[15-Sep-2016 12:13:57,000000 +0200]: [DEBUG] Syncroton_Command_FolderSync::handle::80 synckey is 1
[15-Sep-2016 12:13:57,000000 +0200]: [INFO] Syncroton_Command_FolderSync::getResponse::113 invalid synckey provided. FolderSync 0 needed.
[15-Sep-2016 12:13:57,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy" xmlns:Syncroton="uri:Syncroton">
  <Status>9</Status>
</FolderSync>

[15-Sep-2016 12:13:57,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:13:57,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:13:57,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>6</SyncKey>
      <CollectionId>Inbox</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <FilterType>0</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:13:57,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:13:57
[15-Sep-2016 12:13:57,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 6 Class: Email CollectionId: Inbox
[15-Sep-2016 12:13:57,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 12:13:57,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 6
[15-Sep-2016 12:13:58,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:13:58,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:13:58,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>3</SyncKey>
      <CollectionId>Sent Items</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <FilterType>3</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:13:58,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:13:58
[15-Sep-2016 12:13:58,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 3 Class: Email CollectionId: Sent Items
[15-Sep-2016 12:13:58,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 12:13:58,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 3
[15-Sep-2016 12:13:59,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:13:59,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:13:59,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>2</SyncKey>
      <CollectionId>Calendar::Syncroton</CollectionId>
      <DeletesAsMoves/>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <FilterType>4</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>1</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:13:59,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:13:59
[15-Sep-2016 12:13:59,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 2 Class: Calendar CollectionId: Calendar::Syncroton
[15-Sep-2016 12:13:59,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 12:13:59,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 2
[15-Sep-2016 12:14:00,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:00,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => FolderSync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:14:00,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy">
  <SyncKey>0</SyncKey>
</FolderSync>

[15-Sep-2016 12:14:00,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:00
[15-Sep-2016 12:14:00,000000 +0200]: [DEBUG] Syncroton_Command_FolderSync::handle::80 synckey is 0
[15-Sep-2016 12:14:00,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy" xmlns:Syncroton="uri:Syncroton" xmlns:Internal="uri:Internal">
  <Status>1</Status>
  <SyncKey>1</SyncKey>
  <Changes>
    <Count>8</Count>
    <Add>
      <ServerId>Calendar::Syncroton</ServerId>
      <ParentId>38b950ebd62cd9a66929c89615d0fc04</ParentId>
      <DisplayName>Calendar</DisplayName>
      <Type>8</Type>
    </Add>
    <Add>
      <ServerId>Contacts::Syncroton</ServerId>
      <ParentId>38b950ebd62cd9a66929c89615d0fc04</ParentId>
      <DisplayName>Contacts</DisplayName>
      <Type>9</Type>
    </Add>
    <Add>
      <DisplayName>Inbox</DisplayName>
      <ServerId>Inbox</ServerId>
      <ParentId>0</ParentId>
      <Type>2</Type>
    </Add>
    <Add>
      <DisplayName>Drafts</DisplayName>
      <ServerId>Drafts</ServerId>
      <ParentId>0</ParentId>
      <Type>3</Type>
    </Add>
    <Add>
      <DisplayName>Sent Items</DisplayName>
      <ServerId>Sent Items</ServerId>
      <ParentId>0</ParentId>
      <Type>5</Type>
    </Add>
    <Add>
      <DisplayName>Deleted Items</DisplayName>
      <ServerId>Deleted Items</ServerId>
      <ParentId>0</ParentId>
      <Type>4</Type>
    </Add>
    <Add>
      <ServerId>Notes::Syncroton</ServerId>
      <ParentId>38b950ebd62cd9a66929c89615d0fc04</ParentId>
      <DisplayName>Notes</DisplayName>
      <Type>10</Type>
    </Add>
    <Add>
      <ServerId>Tasks::Syncroton</ServerId>
      <ParentId>38b950ebd62cd9a66929c89615d0fc04</ParentId>
      <DisplayName>Tasks</DisplayName>
      <Type>7</Type>
    </Add>
  </Changes>
</FolderSync>

[15-Sep-2016 12:14:01,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:01,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:14:01,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>2</SyncKey>
      <CollectionId>Contacts::Syncroton</CollectionId>
      <DeletesAsMoves/>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>1</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:01,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:01
[15-Sep-2016 12:14:01,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 2 Class: Contacts CollectionId: Contacts::Syncroton
[15-Sep-2016 12:14:01,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 12:14:01,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 2
[15-Sep-2016 12:14:02,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: OPTIONS
[15-Sep-2016 12:14:03,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:03,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:14:03,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync">
  <Collections>
    <Collection>
      <SyncKey>0</SyncKey>
      <CollectionId>74d22ad19298c70b2318fa5610568dbd</CollectionId>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:03,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:03
[15-Sep-2016 12:14:03,000000 +0200]: [DEBUG] Syncroton_Command_Sync::handle::176 restored options to Array
(
    [filterType] => 0
    [mimeSupport] => 0
    [mimeTruncation] => 8
    [bodyPreferences] => Array
        (
        )

)

[15-Sep-2016 12:14:03,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:Syncroton="uri:Syncroton">
  <Collections>
    <Collection>
      <SyncKey>0</SyncKey>
      <CollectionId>74d22ad19298c70b2318fa5610568dbd</CollectionId>
      <Status>12</Status>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:03,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:03,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => FolderSync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:14:03,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy">
  <SyncKey>1</SyncKey>
</FolderSync>

[15-Sep-2016 12:14:03,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:03
[15-Sep-2016 12:14:03,000000 +0200]: [DEBUG] Syncroton_Command_FolderSync::handle::80 synckey is 1
[15-Sep-2016 12:14:03,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
  <SyncKey>1</SyncKey>
  <Changes>
    <Count>0</Count>
  </Changes>
</FolderSync>

[15-Sep-2016 12:14:04,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:04,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:14:04,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>6</SyncKey>
      <CollectionId>Inbox</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <FilterType>0</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:04,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:04
[15-Sep-2016 12:14:04,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 6 Class: Email CollectionId: Inbox
[15-Sep-2016 12:14:04,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 12:14:04,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 6
[15-Sep-2016 12:14:04,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::124 Object not found
[15-Sep-2016 12:14:04,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::214 DeviceId: Nine6FBCCD5480F1 Lifetime: 480 SecondsLeft: 1473934864 Status: 7)
[15-Sep-2016 12:14:04,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping" xmlns:Syncroton="uri:Syncroton">
  <Status>7</Status>
</Ping>

[15-Sep-2016 12:14:05,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:05,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:14:05,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>3</SyncKey>
      <CollectionId>Sent Items</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <FilterType>3</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:05,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:05
[15-Sep-2016 12:14:05,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 3 Class: Email CollectionId: Sent Items
[15-Sep-2016 12:14:05,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:05,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:14:05,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync">
  <Collections>
    <Collection>
      <SyncKey>0</SyncKey>
      <CollectionId>Inbox</CollectionId>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:05,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:05
[15-Sep-2016 12:14:05,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 0 Class: Email CollectionId: Inbox
[15-Sep-2016 12:14:05,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::218 initial client synckey 0 provided
[15-Sep-2016 12:14:05,000000 +0200]: [DEBUG] Syncroton_Command_Sync::getResponse::923 update syncState for collection: Inbox
[15-Sep-2016 12:14:05,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::startTransaction::102  startTransaction request
[15-Sep-2016 12:14:05,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::commitTransaction::132  commitTransaction request for 15e376515ccafbe057b7a66b89f8805254c4fe95
[15-Sep-2016 12:14:05,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:Syncroton="uri:Syncroton">
  <Collections>
    <Collection>
      <Class>Email</Class>
      <SyncKey>1</SyncKey>
      <CollectionId>Inbox</CollectionId>
      <Status>1</Status>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:05,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 12:14:05,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 3
[15-Sep-2016 12:14:06,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:06,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:14:06,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>2</SyncKey>
      <CollectionId>Calendar::Syncroton</CollectionId>
      <DeletesAsMoves/>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <FilterType>4</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>1</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:06,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:06
[15-Sep-2016 12:14:06,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 2 Class: Calendar CollectionId: Calendar::Syncroton
[15-Sep-2016 12:14:06,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 12:14:06,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 2
[15-Sep-2016 12:14:07,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:07,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:14:07,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync">
  <Collections>
    <Collection>
      <SyncKey>0</SyncKey>
      <CollectionId>Sent Items</CollectionId>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:07,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:07
[15-Sep-2016 12:14:07,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 0 Class: Email CollectionId: Sent Items
[15-Sep-2016 12:14:07,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::218 initial client synckey 0 provided
[15-Sep-2016 12:14:07,000000 +0200]: [DEBUG] Syncroton_Command_Sync::getResponse::923 update syncState for collection: Sent Items
[15-Sep-2016 12:14:07,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::startTransaction::102  startTransaction request
[15-Sep-2016 12:14:07,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::commitTransaction::132  commitTransaction request for 8fa910d449bd7d3e5c6fb28f892b6a62fed32f3b
[15-Sep-2016 12:14:07,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:Syncroton="uri:Syncroton">
  <Collections>
    <Collection>
      <Class>Email</Class>
      <SyncKey>1</SyncKey>
      <CollectionId>Sent Items</CollectionId>
      <Status>1</Status>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:08,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:08,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:14:08,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>2</SyncKey>
      <CollectionId>Contacts::Syncroton</CollectionId>
      <DeletesAsMoves/>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>1</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:08,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:08
[15-Sep-2016 12:14:08,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 2 Class: Contacts CollectionId: Contacts::Syncroton
[15-Sep-2016 12:14:08,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 12:14:08,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 2
[15-Sep-2016 12:14:09,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:09,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Ping
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:14:09,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping">
  <HeartbeatInterval>600</HeartbeatInterval>
  <Folders>
    <Folder>
      <Id>Calendar::Syncroton</Id>
      <Class>Calendar</Class>
    </Folder>
    <Folder>
      <Id>Contacts::Syncroton</Id>
      <Class>Contacts</Class>
    </Folder>
    <Folder>
      <Id>Inbox</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Sent Items</Id>
      <Class>Email</Class>
    </Folder>
  </Folders>
</Ping>

[15-Sep-2016 12:14:09,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:09
[15-Sep-2016 12:14:09,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(600 / 1473934449 / 1473935049 / 1): Array
(
    [0] => be28d8389b63d38626662064ba01a4b34ede2189
    [1] => 88a7240bf9cfdf2d866a682002b50c3519eacc9c
    [2] => b6e367d0e53c6fedc37d44ce745e767c282edd5f
    [3] => 778378913828cf4ea07fe902e6518a2f62b0103b
)

[15-Sep-2016 12:14:10,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:10,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:14:10,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync">
  <Collections>
    <Collection>
      <SyncKey>0</SyncKey>
      <CollectionId>Notes::Syncroton</CollectionId>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:10,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:10
[15-Sep-2016 12:14:10,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 0 Class: Notes CollectionId: Notes::Syncroton
[15-Sep-2016 12:14:10,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::218 initial client synckey 0 provided
[15-Sep-2016 12:14:10,000000 +0200]: [DEBUG] Syncroton_Command_Sync::getResponse::923 update syncState for collection: Notes::Syncroton
[15-Sep-2016 12:14:10,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::startTransaction::102  startTransaction request
[15-Sep-2016 12:14:10,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::commitTransaction::132  commitTransaction request for 1d2e9c97b1652c500cc6725000c13566efad45ff
[15-Sep-2016 12:14:10,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:Syncroton="uri:Syncroton">
  <Collections>
    <Collection>
      <Class>Notes</Class>
      <SyncKey>1</SyncKey>
      <CollectionId>Notes::Syncroton</CollectionId>
      <Status>1</Status>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:13,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:13,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:14:13,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync">
  <Collections>
    <Collection>
      <SyncKey>0</SyncKey>
      <CollectionId>Tasks::Syncroton</CollectionId>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:13,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:13
[15-Sep-2016 12:14:13,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 0 Class: Tasks CollectionId: Tasks::Syncroton
[15-Sep-2016 12:14:13,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::218 initial client synckey 0 provided
[15-Sep-2016 12:14:13,000000 +0200]: [DEBUG] Syncroton_Command_Sync::getResponse::923 update syncState for collection: Tasks::Syncroton
[15-Sep-2016 12:14:13,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::startTransaction::102  startTransaction request
[15-Sep-2016 12:14:13,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::commitTransaction::132  commitTransaction request for f4a220afef882e82f7f720a534d3811513e6e36c
[15-Sep-2016 12:14:13,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:Syncroton="uri:Syncroton">
  <Collections>
    <Collection>
      <Class>Tasks</Class>
      <SyncKey>1</SyncKey>
      <CollectionId>Tasks::Syncroton</CollectionId>
      <Status>1</Status>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:17,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:17,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:14:17,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>1</SyncKey>
      <CollectionId>Inbox</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges>1</GetChanges>
      <WindowSize>20</WindowSize>
      <Options>
        <FilterType>3</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>10240</TruncationSize>
        </BodyPreference>
        <Class>SMS</Class>
      </Options>
      <Options>
        <FilterType>3</FilterType>
        <Conflict>1</Conflict>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>10240</TruncationSize>
          <AllOrNone>0</AllOrNone>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:17,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:17
[15-Sep-2016 12:14:17,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 1 Class: Email CollectionId: Inbox
[15-Sep-2016 12:14:17,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 5/0/0 entries for sync from server to client
[15-Sep-2016 12:14:17,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 2
[15-Sep-2016 12:14:17,000000 +0200]: [DEBUG] Syncroton_Command_Sync::getResponse::923 update syncState for collection: Inbox
[15-Sep-2016 12:14:17,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::startTransaction::102  startTransaction request
[15-Sep-2016 12:14:17,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::commitTransaction::132  commitTransaction request for be9ea1cbbb28263228af51a826a2a362c7824287
[15-Sep-2016 12:14:17,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:Syncroton="uri:Syncroton" xmlns:AirSyncBase="uri:AirSyncBase" xmlns:Email="uri:Email" xmlns:Email2="uri:Email2" xmlns:Tasks="uri:Tasks">
  <Collections>
    <Collection xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
      <Class>Email</Class>
      <SyncKey>2</SyncKey>
      <CollectionId>Inbox</CollectionId>
      <Status>1</Status>
      <Commands xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
        <Add xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
          <ServerId>38b950ebd62cd9a66929c89615d0fc04::35</ServerId>
          <ApplicationData>
            <Email:DateReceived xmlns="uri:Email">2016-09-09T09:03:08.000Z</Email:DateReceived>
            <Email:From xmlns="uri:Email">"MDM, user09" &lt;mdm.user09@vp2-domain.de&gt;</Email:From>
            <Email:InternetCPID xmlns="uri:Email">65001</Email:InternetCPID>
            <Email:Subject xmlns="uri:Email">Sie wurden zu "Testtermin für 10 von 09" eingeladen</Email:Subject>
            <Email:To xmlns="uri:Email">"MDM, user10" &lt;mdm.user10@vp2-domain.de&gt;</Email:To>
            <Email:Read xmlns="uri:Email">1</Email:Read>
            <AirSyncBase:Body xmlns="uri:AirSyncBase">
              <AirSyncBase:Type>2</AirSyncBase:Type>
              <AirSyncBase:Data>&lt;pre&gt;*Testtermin für 10 von 09*

Wann: 2016-09-09 (Europe/Berlin)

Teilnehmer: MDM, user09 &lt;mdm.user09@vp2-domain.de&gt;,
  MDM, user10 &lt;mdm.user10@vp2-domain.de&gt;

Im Anhang finden Sie eine iCalendar-Datei mit allen Details des Termins. 
Diese können Sie in Ihre Kalenderanwendung importieren.&lt;/pre&gt;</AirSyncBase:Data>
            </AirSyncBase:Body>
            <AirSyncBase:NativeBodyType xmlns="uri:AirSyncBase">1</AirSyncBase:NativeBodyType>
            <Email:MessageClass xmlns="uri:Email">IPM.Note</Email:MessageClass>
            <Email:ContentClass xmlns="uri:Email">urn:content-classes:message</Email:ContentClass>
            <AirSyncBase:Attachments xmlns="uri:AirSyncBase">
              <AirSyncBase:Attachment>
                <AirSyncBase:DisplayName>event.ics</AirSyncBase:DisplayName>
                <AirSyncBase:FileReference>38b950ebd62cd9a66929c89615d0fc04::35::2</AirSyncBase:FileReference>
                <AirSyncBase:Method>1</AirSyncBase:Method>
                <AirSyncBase:EstimatedDataSize>750</AirSyncBase:EstimatedDataSize>
              </AirSyncBase:Attachment>
            </AirSyncBase:Attachments>
          </ApplicationData>
        </Add>
        <Add xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
          <ServerId>38b950ebd62cd9a66929c89615d0fc04::36</ServerId>
          <ApplicationData>
            <Email:DateReceived xmlns="uri:Email">2016-09-09T09:14:26.000Z</Email:DateReceived>
            <Email:From xmlns="uri:Email">"MDM, user09" &lt;mdm.user09@vp2-domain.de&gt;</Email:From>
            <Email:InternetCPID xmlns="uri:Email">65001</Email:InternetCPID>
            <Email:Subject xmlns="uri:Email">Einladung zu "Webclient Termin mit Teilnehmer" wurde von MDM, user09 angenommen</Email:Subject>
            <Email:To xmlns="uri:Email">"MDM, user10" &lt;mdm.user10@vp2-domain.de&gt;</Email:To>
            <Email:Read xmlns="uri:Email">1</Email:Read>
            <AirSyncBase:Body xmlns="uri:AirSyncBase">
              <AirSyncBase:Type>2</AirSyncBase:Type>
              <AirSyncBase:Data>&lt;pre&gt;MDM, user09 hat die Einladung zum folgenden Termin angenommen:

*Webclient Termin mit Teilnehmer*

Wann: 2016-09-09 14:00 - 16:30 (Europe/Berlin)

Teilnehmer: MDM, user10 &lt;mdm.user10@vp2-domain.de&gt;,
  MDM, user09 &lt;mdm.user09@vp2-domain.de&gt;,
  MDM, user08 &lt;mdm.user08@vp2-domain.de&gt;&lt;/pre&gt;</AirSyncBase:Data>
            </AirSyncBase:Body>
            <AirSyncBase:NativeBodyType xmlns="uri:AirSyncBase">1</AirSyncBase:NativeBodyType>
            <Email:MessageClass xmlns="uri:Email">IPM.Note</Email:MessageClass>
            <Email:ContentClass xmlns="uri:Email">urn:content-classes:message</Email:ContentClass>
            <AirSyncBase:Attachments xmlns="uri:AirSyncBase">
              <AirSyncBase:Attachment>
                <AirSyncBase:DisplayName>event.ics</AirSyncBase:DisplayName>
                <AirSyncBase:FileReference>38b950ebd62cd9a66929c89615d0fc04::36::2</AirSyncBase:FileReference>
                <AirSyncBase:Method>1</AirSyncBase:Method>
                <AirSyncBase:EstimatedDataSize>1198</AirSyncBase:EstimatedDataSize>
              </AirSyncBase:Attachment>
            </AirSyncBase:Attachments>
          </ApplicationData>
        </Add>
        <Add xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
          <ServerId>38b950ebd62cd9a66929c89615d0fc04::37</ServerId>
          <ApplicationData>
            <Email:DateReceived xmlns="uri:Email">2016-09-09T09:17:44.000Z</Email:DateReceived>
            <Email:From xmlns="uri:Email">"MDM, user09" &lt;mdm.user09@vp2-domain.de&gt;</Email:From>
            <Email:InternetCPID xmlns="uri:Email">65001</Email:InternetCPID>
            <Email:Subject xmlns="uri:Email">Einladung zu "Tabletten termin" wurde von MDM, user09 angenommen</Email:Subject>
            <Email:To xmlns="uri:Email">mdm.user10@vp2-domain.de</Email:To>
            <Email:Read xmlns="uri:Email">1</Email:Read>
            <AirSyncBase:Body xmlns="uri:AirSyncBase">
              <AirSyncBase:Type>2</AirSyncBase:Type>
              <AirSyncBase:Data>&lt;pre&gt;MDM, user09 hat die Einladung zum folgenden Termin angenommen:

*Tabletten termin*

Wann: 2016-09-09 17:00 - 18:00 (Europe/Berlin)

Teilnehmer: mdm.user10@vp2-domain.de,
  user09 MDM &lt;mdm.user09@vp2-domain.de&gt;

-- 
Elektronische Kommunikation mit der uptstadt Mnchen - siehe:
http://www.domain.de/ekomm

Bitte denken Sie an die Umwelt, bevor Sie diese E-Mail ausdrucken. Pro Blatt 
sparen Sie durchschnittlich 15g Holz, 260ml Wasser, 0,05kWh Strom und 5g CO2.

&lt;/pre&gt;</AirSyncBase:Data>
            </AirSyncBase:Body>
            <AirSyncBase:NativeBodyType xmlns="uri:AirSyncBase">1</AirSyncBase:NativeBodyType>
            <Email:MessageClass xmlns="uri:Email">IPM.Note</Email:MessageClass>
            <Email:ContentClass xmlns="uri:Email">urn:content-classes:message</Email:ContentClass>
            <AirSyncBase:Attachments xmlns="uri:AirSyncBase">
              <AirSyncBase:Attachment>
                <AirSyncBase:DisplayName>event.ics</AirSyncBase:DisplayName>
                <AirSyncBase:FileReference>38b950ebd62cd9a66929c89615d0fc04::37::2</AirSyncBase:FileReference>
                <AirSyncBase:Method>1</AirSyncBase:Method>
                <AirSyncBase:EstimatedDataSize>756</AirSyncBase:EstimatedDataSize>
              </AirSyncBase:Attachment>
            </AirSyncBase:Attachments>
          </ApplicationData>
        </Add>
        <Add xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
          <ServerId>38b950ebd62cd9a66929c89615d0fc04::38</ServerId>
          <ApplicationData>
            <Email:DateReceived xmlns="uri:Email">2016-09-11T13:07:37.000Z</Email:DateReceived>
            <Email:From xmlns="uri:Email">MAILER-DAEMON@vorprod-srv-int.srv.ha3.dir.domain.de</Email:From>
            <Email:InternetCPID xmlns="uri:Email">65001</Email:InternetCPID>
            <Email:Subject xmlns="uri:Email">Undelivered Mail Returned to Sender</Email:Subject>
            <Email:To xmlns="uri:Email">mdm.user10@vp2-domain.de</Email:To>
            <Email:Read xmlns="uri:Email">1</Email:Read>
            <Email:Flag xmlns="uri:Email">
              <Email:FlagType>FollowUp</Email:FlagType>
              <Email:Status>2</Email:Status>
            </Email:Flag>
            <AirSyncBase:Body xmlns="uri:AirSyncBase">
              <AirSyncBase:Type>2</AirSyncBase:Type>
              <AirSyncBase:Data>&lt;pre&gt;This is the mail system at host vorprod-srv-int.srv.ha3.dir.domain.de.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

&lt;sebastian@skrimmer.de&gt;: Host or domain name not found. Name service error for
    name=skrimmer.de type=MX: Host not found, try again
&lt;/pre&gt;</AirSyncBase:Data>
            </AirSyncBase:Body>
            <AirSyncBase:NativeBodyType xmlns="uri:AirSyncBase">1</AirSyncBase:NativeBodyType>
            <Email:MessageClass xmlns="uri:Email">IPM.Note</Email:MessageClass>
            <Email:ContentClass xmlns="uri:Email">urn:content-classes:message</Email:ContentClass>
            <AirSyncBase:Attachments xmlns="uri:AirSyncBase">
              <AirSyncBase:Attachment>
                <AirSyncBase:DisplayName>Delivery report</AirSyncBase:DisplayName>
                <AirSyncBase:FileReference>38b950ebd62cd9a66929c89615d0fc04::38::2</AirSyncBase:FileReference>
                <AirSyncBase:Method>1</AirSyncBase:Method>
                <AirSyncBase:EstimatedDataSize>473</AirSyncBase:EstimatedDataSize>
              </AirSyncBase:Attachment>
              <AirSyncBase:Attachment>
                <AirSyncBase:DisplayName>Undelivered Message</AirSyncBase:DisplayName>
                <AirSyncBase:FileReference>38b950ebd62cd9a66929c89615d0fc04::38::3</AirSyncBase:FileReference>
                <AirSyncBase:Method>1</AirSyncBase:Method>
                <AirSyncBase:EstimatedDataSize>1800</AirSyncBase:EstimatedDataSize>
              </AirSyncBase:Attachment>
            </AirSyncBase:Attachments>
          </ApplicationData>
        </Add>
        <Add xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
          <ServerId>38b950ebd62cd9a66929c89615d0fc04::39</ServerId>
          <ApplicationData>
            <Email:DateReceived xmlns="uri:Email">2016-09-14T15:40:09.000Z</Email:DateReceived>
            <Email:From xmlns="uri:Email">root@vorprod-srv-int.srv.ha3.dir.domain.de</Email:From>
            <Email:InternetCPID xmlns="uri:Email">65001</Email:InternetCPID>
            <Email:To xmlns="uri:Email">mdm.user10@vp2-domain.de</Email:To>
            <Email:Read xmlns="uri:Email">1</Email:Read>
            <AirSyncBase:Body xmlns="uri:AirSyncBase">
              <AirSyncBase:Type>2</AirSyncBase:Type>
              <AirSyncBase:Truncated>1</AirSyncBase:Truncated>
              <AirSyncBase:EstimatedDataSize>37071</AirSyncBase:EstimatedDataSize>
              <AirSyncBase:Data>&lt;pre&gt;[14-Sep-2016 17:29:18,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;GetItemEstimate xmlns="uri:ItemEstimate" xmlns:Syncroton="uri:Syncroton"&gt;
  &lt;Response&gt;
    &lt;Status&gt;1&lt;/Status&gt;
    &lt;Collection&gt;
      &lt;CollectionId&gt;Drafts&lt;/CollectionId&gt;
      &lt;Estimate&gt;0&lt;/Estimate&gt;
    &lt;/Collection&gt;
  &lt;/Response&gt;
&lt;/GetItemEstimate&gt;

[14-Sep-2016 17:29:19,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[14-Sep-2016 17:29:19,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] =&gt; 14.1
    [command] =&gt; Sync
    [deviceId] =&gt; SEC1C23166FD30B7
    [deviceType] =&gt; SAMSUNGSMP605
    [policyKey] =&gt; 0
    [saveInSent] =&gt; 
    [collectionId] =&gt; 
    [itemId] =&gt; 
    [attachmentName] =&gt; 
    [acceptMultipart] =&gt; 
    [userAgent] =&gt; Android-SAMSUNG-SM-P605/101.50101
    [contentType] =&gt; application/vnd.ms-sync.wbxml
)

[14-Sep-2016 17:29:19,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;Sync xmlns="uri:AirSync" xmlns:RightsManagement="uri:RightsManagement" xmlns:AirSyncBase="uri:AirSyncBase"&gt;
  &lt;Collections&gt;
    &lt;Collection&gt;
      &lt;SyncKey&gt;1&lt;/SyncKey&gt;
      &lt;CollectionId&gt;Drafts&lt;/CollectionId&gt;
      &lt;DeletesAsMoves&gt;1&lt;/DeletesAsMoves&gt;
      &lt;GetChanges/&gt;
      &lt;WindowSize&gt;50&lt;/WindowSize&gt;
      &lt;Options&gt;
        &lt;FilterType&gt;2&lt;/FilterType&gt;
        &lt;RightsManagementSupport xmlns="uri:RightsManagement"&gt;1&lt;/RightsManagementSupport&gt;
        &lt;BodyPreference xmlns="uri:AirSyncBase"&gt;
          &lt;Type&gt;2&lt;/Type&gt;
        &lt;/BodyPreference&gt;
        &lt;BodyPreference xmlns="uri:AirSyncBase"&gt;
          &lt;Type&gt;4&lt;/Type&gt;
        &lt;/BodyPreference&gt;
      &lt;/Options&gt;
    &lt;/Collection&gt;
  &lt;/Collections&gt;
&lt;/Sync&gt;

[14-Sep-2016 17:29:19,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-14 15:29:19
[14-Sep-2016 17:29:19,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 1 Class: Email CollectionId: Drafts
[14-Sep-2016 17:29:19,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[14-Sep-2016 17:29:19,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 1
[14-Sep-2016 17:29:48,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 600
[14-Sep-2016 17:29:55,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[14-Sep-2016 17:29:55,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] =&gt; 14.1
    [command] =&gt; Settings
    [deviceId] =&gt; android1415596262944
    [deviceType] =&gt; Android
    [policyKey] =&gt; 0
    [saveInSent] =&gt; 
    [collectionId] =&gt; 
    [itemId] =&gt; 
    [attachmentName] =&gt; 
    [acceptMultipart] =&gt; 
    [userAgent] =&gt; Android-Mail/6.8.130963407.release
    [contentType] =&gt; application/vnd.ms-sync.wbxml
)

[14-Sep-2016 17:29:55,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;Settings xmlns="uri:Settings"&gt;
  &lt;Oof&gt;
    &lt;Get&gt;
      &lt;BodyType&gt;Text&lt;/BodyType&gt;
    &lt;/Get&gt;
  &lt;/Oof&gt;
&lt;/Settings&gt;

[14-Sep-2016 17:29:55,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-14 15:29:55
[14-Sep-2016 17:29:55,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;Settings xmlns="uri:Settings" xmlns:Syncroton="uri:Syncroton"&gt;
  &lt;Status&gt;1&lt;/Status&gt;
&lt;/Settings&gt;

[14-Sep-2016 17:29:56,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[14-Sep-2016 17:29:56,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] =&gt; 14.1
    [command] =&gt; Ping
    [deviceId] =&gt; android1415596262944
    [deviceType] =&gt; Android
    [policyKey] =&gt; 
    [saveInSent] =&gt; 
    [collectionId] =&gt; 
    [itemId] =&gt; 
    [attachmentName] =&gt; 
    [acceptMultipart] =&gt; 
    [userAgent] =&gt; Android-Mail/6.8.130963407.release
    [contentType] =&gt; application/vnd.ms-sync.wbxml
)

[14-Sep-2016 17:29:56,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;Ping xmlns="uri:Ping"&gt;
  &lt;HeartbeatInterval&gt;480&lt;/HeartbeatInterval&gt;
  &lt;Folders&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Calendar::Syncroton&lt;/Id&gt;
      &lt;Class&gt;Calendar&lt;/Class&gt;
    &lt;/Folder&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Contacts::Syncroton&lt;/Id&gt;
      &lt;Class&gt;Contacts&lt;/Class&gt;
    &lt;/Folder&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Inbox&lt;/Id&gt;
      &lt;Class&gt;Email&lt;/Class&gt;
    &lt;/Folder&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Sent Items&lt;/Id&gt;
      &lt;Class&gt;Email&lt;/Class&gt;
    &lt;/Folder&gt;
  &lt;/Folders&gt;
&lt;/Ping&gt;

[14-Sep-2016 17:29:56,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-14 15:29:56
[14-Sep-2016 17:29:56,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(480 / 1473866996 / 1473867476 / 1): Array
(
    [0] =&gt; be28d8389b63d38626662064ba01a4b34ede2189
    [1] =&gt; 88a7240bf9cfdf2d866a682002b50c3519eacc9c
    [2] =&gt; b6e367d0e53c6fedc37d44ce745e767c282edd5f
    [3] =&gt; 778378913828cf4ea07fe902e6518a2f62b0103b
)

[14-Sep-2016 17:30:11,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[14-Sep-2016 17:30:11,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] =&gt; 14.1
    [command] =&gt; Ping
    [deviceId] =&gt; android1415596262944
    [deviceType] =&gt; Android
    [policyKey] =&gt; 
    [saveInSent] =&gt; 
    [collectionId] =&gt; 
    [itemId] =&gt; 
    [attachmentName] =&gt; 
    [acceptMultipart] =&gt; 
    [userAgent] =&gt; Android-Mail/6.8.130963407.release
    [contentType] =&gt; application/vnd.ms-sync.wbxml
)

[14-Sep-2016 17:30:11,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;Ping xmlns="uri:Ping"&gt;
  &lt;HeartbeatInterval&gt;480&lt;/HeartbeatInterval&gt;
  &lt;Folders&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Calendar::Syncroton&lt;/Id&gt;
      &lt;Class&gt;Calendar&lt;/Class&gt;
    &lt;/Folder&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Contacts::Syncroton&lt;/Id&gt;
      &lt;Class&gt;Contacts&lt;/Class&gt;
    &lt;/Folder&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Inbox&lt;/Id&gt;
      &lt;Class&gt;Email&lt;/Class&gt;
    &lt;/Folder&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Sent Items&lt;/Id&gt;
      &lt;Class&gt;Email&lt;/Class&gt;
    &lt;/Folder&gt;
  &lt;/Folders&gt;
&lt;/Ping&gt;

[14-Sep-2016 17:30:11,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-14 15:30:11
[14-Sep-2016 17:30:11,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(480 / 1473867011 / 1473867491 / 1): Array
(
    [0] =&gt; be28d8389b63d38626662064ba01a4b34ede2189
    [1] =&gt; 88a7240bf9cfdf2d866a682002b50c3519eacc9c
    [2] =&gt; b6e367d0e53c6fedc37d44ce745e767c282edd5f
    [3] =&gt; 778378913828cf4ea07fe902e6518a2f62b0103b
)

[14-Sep-2016 17:30:15,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::214 DeviceId: android1415596262944 Lifetime: 480 SecondsLeft: 420 Status: 1)
[14-Sep-2016 17:30:15,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;Ping xmlns="uri:Ping" xmlns:Syncroton="uri:Syncroton"&gt;
  &lt;Status&gt;1&lt;/Status&gt;
&lt;/Ping&gt;

[14-Sep-2016 17:30:18,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 239
[14-Sep-2016 17:30:29,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[14-Sep-2016 17:30:29,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] =&gt; 14.1
    [command] =&gt; Settings
    [deviceId] =&gt; android1415596262944
    [deviceType] =&gt; Android
    [policyKey] =&gt; 0
    [saveInSent] =&gt; 
    [collectionId] =&gt; 
    [itemId] =&gt; 
    [attachmentName] =&gt; 
    [acceptMultipart] =&gt; 
    [userAgent] =&gt; Android-Mail/6.8.130963407.release
    [contentType] =&gt; application/vnd.ms-sync.wbxml
)

[14-Sep-2016 17:30:29,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;Settings xmlns="uri:Settings"&gt;
  &lt;Oof&gt;
    &lt;Get&gt;
      &lt;BodyType&gt;Text&lt;/BodyType&gt;
    &lt;/Get&gt;
  &lt;/Oof&gt;
&lt;/Settings&gt;

[14-Sep-2016 17:30:29,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-14 15:30:29
[14-Sep-2016 17:30:29,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;Settings xmlns="uri:Settings" xmlns:Syncroton="uri:Syncroton"&gt;
  &lt;Status&gt;1&lt;/Status&gt;
&lt;/Settings&gt;

[14-Sep-2016 17:30:29,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[14-Sep-2016 17:30:29,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] =&gt; 14.1
    [command] =&gt; Ping
    [deviceId] =&gt; android1415596262944
    [deviceType] =&gt; Android
    [policyKey] =&gt; 
    [saveInSent] =&gt; 
    [collectionId] =&gt; 
    [itemId] =&gt; 
    [attachmentName] =&gt; 
    [acceptMultipart] =&gt; 
    [userAgent] =&gt; Android-Mail/6.8.130963407.release
    [contentType] =&gt; application/vnd.ms-sync.wbxml
)

[14-Sep-2016 17:30:29,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/"&gt;
&lt;Ping xmlns="uri:Ping"&gt;
  &lt;HeartbeatInterval&gt;480&lt;/HeartbeatInterval&gt;
  &lt;Folders&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Calendar::Syncroton&lt;/Id&gt;
      &lt;Class&gt;Calendar&lt;/Class&gt;
    &lt;/Folder&gt;
    &lt;Folder&gt;
      &lt;Id&gt;Contacts::Syncroton&lt;/Id&gt;
      &lt;Class&gt;Contacts&lt;/Class&gt;
    &lt;/Folder&gt;
    </AirSyncBase:Data>
            </AirSyncBase:Body>
            <AirSyncBase:NativeBodyType xmlns="uri:AirSyncBase">1</AirSyncBase:NativeBodyType>
            <Email:MessageClass xmlns="uri:Email">IPM.Note</Email:MessageClass>
            <Email:ContentClass xmlns="uri:Email">urn:content-classes:message</Email:ContentClass>
          </ApplicationData>
        </Add>
      </Commands>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:21,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:21,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Ping
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:14:21,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping">
  <HeartbeatInterval>480</HeartbeatInterval>
  <Folders>
    <Folder>
      <Id>Inbox</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Sent Items</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Notes::Syncroton</Id>
      <Class>Notes</Class>
    </Folder>
    <Folder>
      <Id>Tasks::Syncroton</Id>
      <Class>Tasks</Class>
    </Folder>
  </Folders>
</Ping>

[15-Sep-2016 12:14:21,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:21
[15-Sep-2016 12:14:21,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(480 / 1473934461 / 1473934941 / 1): Array
(
    [0] => aeebcbe5fc03d3505f651abb2626861ddc76a6a1
    [1] => de735be9479ca451ba543f98db6b452ea450e8c4
    [2] => fcb4c7cb72d7bcfded34a858e304032b90ded60f
    [3] => fd410f5d60ea0eebc2a8b61d9e8fa4e7f60156e4
)

[15-Sep-2016 12:14:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 59
[15-Sep-2016 12:14:28,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::214 DeviceId: SEC1D03AC4D8D139 Lifetime: 900 SecondsLeft: 59 Status: 1)
[15-Sep-2016 12:14:28,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
</Ping>

[15-Sep-2016 12:14:28,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:28,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Ping
    [deviceId] => SEC1D03AC4D8D139
    [deviceType] => SAMSUNGSMP605
    [policyKey] => 
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-SAMSUNG-SM-P605/101.50101
    [contentType] => 
)

[15-Sep-2016 12:14:28,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:28
[15-Sep-2016 12:14:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(900 / 1473934468 / 1473935368 / 1): Array
(
    [0] => f797b9905722d6817d95d7d00f99cf4d701e56af
    [1] => 6e73dad9defc0179f03b090e409f9610ef602cd3
    [2] => fd49719ee4c53ac242397965194f30caf7e02a33
    [3] => 4c125ac160ec10379947081e84e7c66d93cae346
)

[15-Sep-2016 12:14:34,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:34,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:14:34,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync">
  <Collections>
    <Collection>
      <SyncKey>0</SyncKey>
      <CollectionId>Drafts</CollectionId>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:34,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:34
[15-Sep-2016 12:14:34,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 0 Class: Email CollectionId: Drafts
[15-Sep-2016 12:14:34,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::218 initial client synckey 0 provided
[15-Sep-2016 12:14:34,000000 +0200]: [DEBUG] Syncroton_Command_Sync::getResponse::923 update syncState for collection: Drafts
[15-Sep-2016 12:14:34,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::startTransaction::102  startTransaction request
[15-Sep-2016 12:14:34,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::commitTransaction::132  commitTransaction request for 0e9682e9130ed45ae5f51c31eac8dcd83675e4bb
[15-Sep-2016 12:14:34,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:Syncroton="uri:Syncroton">
  <Collections>
    <Collection>
      <Class>Email</Class>
      <SyncKey>1</SyncKey>
      <CollectionId>Drafts</CollectionId>
      <Status>1</Status>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:36,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:36,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => GetItemEstimate
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:14:36,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<GetItemEstimate xmlns="uri:ItemEstimate" xmlns:AirSync="uri:AirSync">
  <Collections>
    <Collection>
      <SyncKey xmlns="uri:AirSync">1</SyncKey>
      <CollectionId>Drafts</CollectionId>
      <Options xmlns="uri:AirSync">
        <FilterType>3</FilterType>
        <Class>Email</Class>
      </Options>
    </Collection>
  </Collections>
</GetItemEstimate>

[15-Sep-2016 12:14:36,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:36
[15-Sep-2016 12:14:36,000000 +0200]: [INFO] Syncroton_Command_GetItemEstimate::handle::54 synckey is 1 class:  collectionid: Drafts filtertype: 3
[15-Sep-2016 12:14:36,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<GetItemEstimate xmlns="uri:ItemEstimate" xmlns:Syncroton="uri:Syncroton">
  <Response>
    <Status>1</Status>
    <Collection>
      <CollectionId>Drafts</CollectionId>
      <Estimate>0</Estimate>
    </Collection>
  </Response>
</GetItemEstimate>

[15-Sep-2016 12:14:38,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:38,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:14:38,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>1</SyncKey>
      <CollectionId>Drafts</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges>1</GetChanges>
      <WindowSize>7</WindowSize>
      <Options>
        <FilterType>3</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>1048576</TruncationSize>
        </BodyPreference>
        <Class>SMS</Class>
      </Options>
      <Options>
        <FilterType>3</FilterType>
        <Conflict>1</Conflict>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>1048576</TruncationSize>
          <AllOrNone>0</AllOrNone>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:14:38,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:38
[15-Sep-2016 12:14:38,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 1 Class: Email CollectionId: Drafts
[15-Sep-2016 12:14:38,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 12:14:38,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 1
[15-Sep-2016 12:14:41,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:14:41,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Ping
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:14:41,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping">
  <HeartbeatInterval>480</HeartbeatInterval>
  <Folders>
    <Folder>
      <Id>Inbox</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Sent Items</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Notes::Syncroton</Id>
      <Class>Notes</Class>
    </Folder>
    <Folder>
      <Id>Tasks::Syncroton</Id>
      <Class>Tasks</Class>
    </Folder>
  </Folders>
</Ping>

[15-Sep-2016 12:14:41,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:14:41
[15-Sep-2016 12:14:41,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(480 / 1473934481 / 1473934961 / 1): Array
(
    [0] => aeebcbe5fc03d3505f651abb2626861ddc76a6a1
    [1] => de735be9479ca451ba543f98db6b452ea450e8c4
    [2] => fcb4c7cb72d7bcfded34a858e304032b90ded60f
    [3] => fd410f5d60ea0eebc2a8b61d9e8fa4e7f60156e4
)

[15-Sep-2016 12:15:09,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::214 DeviceId: android1415596262944 Lifetime: 600 SecondsLeft: 1473935049 Status: 2)
[15-Sep-2016 12:15:09,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::224 DeviceId: android1415596262944 changes in folder: Inbox
[15-Sep-2016 12:15:09,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping" xmlns:Syncroton="uri:Syncroton">
  <Status>2</Status>
  <Folders>
    <Folder>Inbox</Folder>
  </Folders>
</Ping>

[15-Sep-2016 12:15:10,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: OPTIONS
[15-Sep-2016 12:15:11,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:15:11,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => FolderSync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:15:11,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy">
  <SyncKey>1</SyncKey>
</FolderSync>

[15-Sep-2016 12:15:11,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:15:11
[15-Sep-2016 12:15:11,000000 +0200]: [DEBUG] Syncroton_Command_FolderSync::handle::80 synckey is 1
[15-Sep-2016 12:15:11,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderSync xmlns="uri:FolderHierarchy" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
  <SyncKey>1</SyncKey>
  <Changes>
    <Count>0</Count>
  </Changes>
</FolderSync>

[15-Sep-2016 12:15:13,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:15:13,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:15:13,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>6</SyncKey>
      <CollectionId>Inbox</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges/>
      <WindowSize>10</WindowSize>
      <Options>
        <FilterType>0</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>200000</TruncationSize>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:15:13,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:15:13
[15-Sep-2016 12:15:13,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 6 Class: Email CollectionId: Inbox
[15-Sep-2016 12:15:13,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 2/0/3 entries for sync from server to client
[15-Sep-2016 12:15:13,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 7
[15-Sep-2016 12:15:13,000000 +0200]: [DEBUG] Syncroton_Command_Sync::getResponse::923 update syncState for collection: Inbox
[15-Sep-2016 12:15:13,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::startTransaction::102  startTransaction request
[15-Sep-2016 12:15:13,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::commitTransaction::132  commitTransaction request for 19e9c31e8caa90cd7fac5ea902fa94a21590552b
[15-Sep-2016 12:15:13,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:Syncroton="uri:Syncroton" xmlns:AirSyncBase="uri:AirSyncBase" xmlns:Email="uri:Email" xmlns:Email2="uri:Email2">
  <Collections>
    <Collection xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
      <Class>Email</Class>
      <SyncKey>7</SyncKey>
      <CollectionId>Inbox</CollectionId>
      <Status>1</Status>
      <Commands xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
        <Add xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
          <ServerId>74d22ad19298c70b2318fa5610568dbd::1</ServerId>
          <ApplicationData>
            <Email:DateReceived xmlns="uri:Email">2016-08-29T13:08:52.000Z</Email:DateReceived>
            <Email:From xmlns="uri:Email">"MDM, user09" &lt;mdm.user09@vp2-domain.de&gt;</Email:From>
            <Email:InternetCPID xmlns="uri:Email">65001</Email:InternetCPID>
            <Email:Subject xmlns="uri:Email">Einladung zu "Aktualisiert: Termin test für 09.2" wurde von MDM, user09 angenommen</Email:Subject>
            <Email:To xmlns="uri:Email">mdm.user10@vp2-domain.de</Email:To>
            <Email:Read xmlns="uri:Email">1</Email:Read>
            <AirSyncBase:Body xmlns="uri:AirSyncBase">
              <AirSyncBase:Type>2</AirSyncBase:Type>
              <AirSyncBase:Data>&lt;pre&gt;MDM, user09 hat die Einladung zum folgenden Termin angenommen:

*Aktualisiert: Termin test für 09.2*

Wann: 2016-08-29 15:00 - 16:00 (Europe/Berlin)

Teilnehmer: mdm.user10@vp2-domain.de,
  mdm.user09@vp2-domain.de

-- 
Elektronische Kommunikation mit der uptstadt Mnchen - siehe:
http://www.domain.de/ekomm

Bitte denken Sie an die Umwelt, bevor Sie diese E-Mail ausdrucken. Pro Blatt 
sparen Sie durchschnittlich 15g Holz, 260ml Wasser, 0,05kWh Strom und 5g CO2.

&lt;/pre&gt;</AirSyncBase:Data>
            </AirSyncBase:Body>
            <AirSyncBase:NativeBodyType xmlns="uri:AirSyncBase">1</AirSyncBase:NativeBodyType>
            <Email:MessageClass xmlns="uri:Email">IPM.Note</Email:MessageClass>
            <Email:ContentClass xmlns="uri:Email">urn:content-classes:message</Email:ContentClass>
            <AirSyncBase:Attachments xmlns="uri:AirSyncBase">
              <AirSyncBase:Attachment>
                <AirSyncBase:DisplayName>event.ics</AirSyncBase:DisplayName>
                <AirSyncBase:FileReference>74d22ad19298c70b2318fa5610568dbd::1::2</AirSyncBase:FileReference>
                <AirSyncBase:Method>1</AirSyncBase:Method>
                <AirSyncBase:EstimatedDataSize>874</AirSyncBase:EstimatedDataSize>
              </AirSyncBase:Attachment>
            </AirSyncBase:Attachments>
          </ApplicationData>
        </Add>
        <Add xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
          <ServerId>74d22ad19298c70b2318fa5610568dbd::2</ServerId>
          <ApplicationData>
            <Email:DateReceived xmlns="uri:Email">2016-09-06T13:33:50.000Z</Email:DateReceived>
            <Email:From xmlns="uri:Email">"MDM, user09" &lt;mdm.user09@vp2-domain.de&gt;</Email:From>
            <Email:InternetCPID xmlns="uri:Email">65001</Email:InternetCPID>
            <Email:Subject xmlns="uri:Email">test2</Email:Subject>
            <Email:To xmlns="uri:Email">"MDM, user10" &lt;mdm.user10@vp2-domain.de&gt;</Email:To>
            <Email:Read xmlns="uri:Email">1</Email:Read>
            <AirSyncBase:Body xmlns="uri:AirSyncBase">
              <AirSyncBase:Type>2</AirSyncBase:Type>
              <AirSyncBase:Data>&lt;pre&gt;was geht?

-- 
Elektronische Kommunikation mit der uptstadt Platzhalter - siehe:
http://www.domain.de/ekomm

Bitte denken Sie an die Umwelt, bevor Sie diese E-Mail ausdrucken. Pro Blatt 
sparen Sie durchschnittlich 15g Holz, 260ml Wasser, 0,05kWh Strom und 5g CO2.

&lt;/pre&gt;</AirSyncBase:Data>
            </AirSyncBase:Body>
            <AirSyncBase:NativeBodyType xmlns="uri:AirSyncBase">1</AirSyncBase:NativeBodyType>
            <Email:MessageClass xmlns="uri:Email">IPM.Note</Email:MessageClass>
            <Email:ContentClass xmlns="uri:Email">urn:content-classes:message</Email:ContentClass>
          </ApplicationData>
        </Add>
        <Delete>
          <ServerId>38b950ebd62cd9a66929c89615d0fc04::27</ServerId>
        </Delete>
        <Delete>
          <ServerId>38b950ebd62cd9a66929c89615d0fc04::28</ServerId>
        </Delete>
        <Delete>
          <ServerId>38b950ebd62cd9a66929c89615d0fc04::31</ServerId>
        </Delete>
      </Commands>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:15:15,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:15:15,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Ping
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:15:15,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping">
  <HeartbeatInterval>600</HeartbeatInterval>
  <Folders>
    <Folder>
      <Id>Calendar::Syncroton</Id>
      <Class>Calendar</Class>
    </Folder>
    <Folder>
      <Id>Contacts::Syncroton</Id>
      <Class>Contacts</Class>
    </Folder>
    <Folder>
      <Id>Inbox</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Sent Items</Id>
      <Class>Email</Class>
    </Folder>
  </Folders>
</Ping>

[15-Sep-2016 12:15:15,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:15:15
[15-Sep-2016 12:15:15,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(600 / 1473934515 / 1473935115 / 1): Array
(
    [0] => be28d8389b63d38626662064ba01a4b34ede2189
    [1] => 88a7240bf9cfdf2d866a682002b50c3519eacc9c
    [2] => b6e367d0e53c6fedc37d44ce745e767c282edd5f
    [3] => 778378913828cf4ea07fe902e6518a2f62b0103b
)

[15-Sep-2016 12:15:21,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::214 DeviceId: Nine6FBCCD5480F1 Lifetime: 480 SecondsLeft: 1473934941 Status: 1)
[15-Sep-2016 12:15:21,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
</Ping>

[15-Sep-2016 12:15:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 840
[15-Sep-2016 12:15:41,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 420
[15-Sep-2016 12:16:15,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 540
[15-Sep-2016 12:16:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 780
[15-Sep-2016 12:16:41,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 360
[15-Sep-2016 12:17:14,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:17:14,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Ping
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:17:14,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping">
  <HeartbeatInterval>480</HeartbeatInterval>
  <Folders>
    <Folder>
      <Id>Inbox</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Drafts</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Sent Items</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Notes::Syncroton</Id>
      <Class>Notes</Class>
    </Folder>
    <Folder>
      <Id>Tasks::Syncroton</Id>
      <Class>Tasks</Class>
    </Folder>
  </Folders>
</Ping>

[15-Sep-2016 12:17:14,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:17:14
[15-Sep-2016 12:17:14,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(480 / 1473934634 / 1473935114 / 1): Array
(
    [0] => aeebcbe5fc03d3505f651abb2626861ddc76a6a1
    [1] => 9472210b38de6bbd255f615bbd3890d7e40fd4aa
    [2] => de735be9479ca451ba543f98db6b452ea450e8c4
    [3] => fcb4c7cb72d7bcfded34a858e304032b90ded60f
    [4] => fd410f5d60ea0eebc2a8b61d9e8fa4e7f60156e4
)

[15-Sep-2016 12:17:15,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 480
[15-Sep-2016 12:17:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 720
[15-Sep-2016 12:17:41,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::214 DeviceId: Nine6FBCCD5480F1 Lifetime: 480 SecondsLeft: 360 Status: 2)
[15-Sep-2016 12:17:41,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::224 DeviceId: Nine6FBCCD5480F1 changes in folder: Sent Items
[15-Sep-2016 12:17:41,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::224 DeviceId: Nine6FBCCD5480F1 changes in folder: Tasks::Syncroton
[15-Sep-2016 12:17:41,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping" xmlns:Syncroton="uri:Syncroton">
  <Status>2</Status>
  <Folders>
    <Folder>Sent Items</Folder>
    <Folder>Tasks::Syncroton</Folder>
  </Folders>
</Ping>

[15-Sep-2016 12:18:14,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::214 DeviceId: Nine6FBCCD5480F1 Lifetime: 480 SecondsLeft: 1473935114 Status: 2)
[15-Sep-2016 12:18:14,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::224 DeviceId: Nine6FBCCD5480F1 changes in folder: Sent Items
[15-Sep-2016 12:18:14,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::224 DeviceId: Nine6FBCCD5480F1 changes in folder: Tasks::Syncroton
[15-Sep-2016 12:18:14,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping" xmlns:Syncroton="uri:Syncroton">
  <Status>2</Status>
  <Folders>
    <Folder>Sent Items</Folder>
    <Folder>Tasks::Syncroton</Folder>
  </Folders>
</Ping>

[15-Sep-2016 12:18:15,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 420
[15-Sep-2016 12:18:19,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:18:19,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:18:19,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>1</SyncKey>
      <CollectionId>Sent Items</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges>1</GetChanges>
      <WindowSize>20</WindowSize>
      <Options>
        <FilterType>3</FilterType>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>10240</TruncationSize>
        </BodyPreference>
        <Class>SMS</Class>
      </Options>
      <Options>
        <FilterType>3</FilterType>
        <Conflict>1</Conflict>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
          <TruncationSize>10240</TruncationSize>
          <AllOrNone>0</AllOrNone>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:18:19,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:18:19
[15-Sep-2016 12:18:19,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 1 Class: Email CollectionId: Sent Items
[15-Sep-2016 12:18:19,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 4/0/0 entries for sync from server to client
[15-Sep-2016 12:18:19,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 2
[15-Sep-2016 12:18:19,000000 +0200]: [DEBUG] Syncroton_Command_Sync::getResponse::923 update syncState for collection: Sent Items
[15-Sep-2016 12:18:19,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::startTransaction::102  startTransaction request
[15-Sep-2016 12:18:19,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::commitTransaction::132  commitTransaction request for 062e938dfb19135cca4aa9789165423e8478112b
[15-Sep-2016 12:18:19,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:Syncroton="uri:Syncroton" xmlns:AirSyncBase="uri:AirSyncBase" xmlns:Email="uri:Email" xmlns:Email2="uri:Email2">
  <Collections>
    <Collection xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
      <Class>Email</Class>
      <SyncKey>2</SyncKey>
      <CollectionId>Sent Items</CollectionId>
      <Status>1</Status>
      <Commands xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
        <Add xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
          <ServerId>7fef4444ccfdc06d121caee8267ed68e::40</ServerId>
          <ApplicationData>
            <Email:DateReceived xmlns="uri:Email">2016-09-09T09:17:34.000Z</Email:DateReceived>
            <Email:From xmlns="uri:Email">"MDM, user10" &lt;mdm.user10@vp2-domain.de&gt;</Email:From>
            <Email:InternetCPID xmlns="uri:Email">65001</Email:InternetCPID>
            <Email:Subject xmlns="uri:Email">Tabletten termin</Email:Subject>
            <Email:To xmlns="uri:Email">user09 MDM &lt;mdm.user09@vp2-domain.de&gt;</Email:To>
            <Email:Read xmlns="uri:Email">1</Email:Read>
            <AirSyncBase:Body xmlns="uri:AirSyncBase">
              <AirSyncBase:Type>2</AirSyncBase:Type>
              <AirSyncBase:Data>&lt;pre&gt;Wann: 09.09.2016 17:00:00
Wo: Tablet&lt;/pre&gt;</AirSyncBase:Data>
            </AirSyncBase:Body>
            <AirSyncBase:NativeBodyType xmlns="uri:AirSyncBase">1</AirSyncBase:NativeBodyType>
            <Email:MessageClass xmlns="uri:Email">IPM.Note</Email:MessageClass>
            <Email:ContentClass xmlns="uri:Email">urn:content-classes:message</Email:ContentClass>
            <AirSyncBase:Attachments xmlns="uri:AirSyncBase">
              <AirSyncBase:Attachment>
                <AirSyncBase:DisplayName>invite.ics</AirSyncBase:DisplayName>
                <AirSyncBase:FileReference>7fef4444ccfdc06d121caee8267ed68e::40::2</AirSyncBase:FileReference>
                <AirSyncBase:Method>1</AirSyncBase:Method>
                <AirSyncBase:EstimatedDataSize>850</AirSyncBase:EstimatedDataSize>
              </AirSyncBase:Attachment>
            </AirSyncBase:Attachments>
          </ApplicationData>
        </Add>
        <Add xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
          <ServerId>7fef4444ccfdc06d121caee8267ed68e::41</ServerId>
          <ApplicationData>
            <Email:DateReceived xmlns="uri:Email">2016-09-09T09:29:08.000Z</Email:DateReceived>
            <Email:From xmlns="uri:Email">"MDM, user10" &lt;mdm.user10@vp2-domain.de&gt;</Email:From>
            <Email:InternetCPID xmlns="uri:Email">65001</Email:InternetCPID>
            <Email:Subject xmlns="uri:Email">Aktualisiert: Tabletten termin</Email:Subject>
            <Email:To xmlns="uri:Email">user09 MDM &lt;mdm.user09@vp2-domain.de&gt;</Email:To>
            <Email:Read xmlns="uri:Email">1</Email:Read>
            <AirSyncBase:Body xmlns="uri:AirSyncBase">
              <AirSyncBase:Type>2</AirSyncBase:Type>
              <AirSyncBase:Data>&lt;pre&gt;Wann: 10.09.2016 17:00:00
Wo: Tablet&lt;/pre&gt;</AirSyncBase:Data>
            </AirSyncBase:Body>
            <AirSyncBase:NativeBodyType xmlns="uri:AirSyncBase">1</AirSyncBase:NativeBodyType>
            <Email:MessageClass xmlns="uri:Email">IPM.Note</Email:MessageClass>
            <Email:ContentClass xmlns="uri:Email">urn:content-classes:message</Email:ContentClass>
            <AirSyncBase:Attachments xmlns="uri:AirSyncBase">
              <AirSyncBase:Attachment>
                <AirSyncBase:DisplayName>invite.ics</AirSyncBase:DisplayName>
                <AirSyncBase:FileReference>7fef4444ccfdc06d121caee8267ed68e::41::2</AirSyncBase:FileReference>
                <AirSyncBase:Method>1</AirSyncBase:Method>
                <AirSyncBase:EstimatedDataSize>874</AirSyncBase:EstimatedDataSize>
              </AirSyncBase:Attachment>
            </AirSyncBase:Attachments>
          </ApplicationData>
        </Add>
        <Add xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
          <ServerId>7fef4444ccfdc06d121caee8267ed68e::42</ServerId>
          <ApplicationData>
            <Email:DateReceived xmlns="uri:Email">2016-09-12T07:46:11.000Z</Email:DateReceived>
            <Email:From xmlns="uri:Email">"MDM, user10" &lt;mdm.user10@vp2-domain.de&gt;</Email:From>
            <Email:InternetCPID xmlns="uri:Email">65001</Email:InternetCPID>
            <Email:Subject xmlns="uri:Email">test</Email:Subject>
            <Email:To xmlns="uri:Email">"MDM, User01" &lt;mdm.user02@vp2-domain.de&gt;,"MDM, User01" &lt;mdm.user01@vp2-domain.de&gt;,"MDM, User01" &lt;mdm.user02@vp2-domain.de&gt;,"MDM, User01" &lt;mdm.user01@vp2-domain.de&gt;,"MDM, User01" &lt;mdm.user02@vp2-domain.de&gt;,"MDM, User01" &lt;mdm.user01@vp2-domain.de&gt;,"MDM, User01" &lt;mdm.user02@vp2-domain.de&gt;,"MDM, User01" &lt;mdm.user01@vp2-domain.de&gt;</Email:To>
            <Email:Read xmlns="uri:Email">1</Email:Read>
            <AirSyncBase:Body xmlns="uri:AirSyncBase">
              <AirSyncBase:Type>2</AirSyncBase:Type>
              <AirSyncBase:Data>&lt;pre&gt;test&lt;/pre&gt;</AirSyncBase:Data>
            </AirSyncBase:Body>
            <AirSyncBase:NativeBodyType xmlns="uri:AirSyncBase">1</AirSyncBase:NativeBodyType>
            <Email:MessageClass xmlns="uri:Email">IPM.Note</Email:MessageClass>
            <Email:ContentClass xmlns="uri:Email">urn:content-classes:message</Email:ContentClass>
          </ApplicationData>
        </Add>
        <Add xmlns:default="uri:Email" xmlns:default1="uri:AirSyncBase">
          <ServerId>7fef4444ccfdc06d121caee8267ed68e::43</ServerId>
          <ApplicationData>
            <Email:DateReceived xmlns="uri:Email">2016-09-12T07:46:55.000Z</Email:DateReceived>
            <Email:From xmlns="uri:Email">"MDM, user10" &lt;mdm.user10@vp2-domain.de&gt;</Email:From>
            <Email:InternetCPID xmlns="uri:Email">65001</Email:InternetCPID>
            <Email:Subject xmlns="uri:Email">test</Email:Subject>
            <Email:To xmlns="uri:Email">mdm.user01@vp2-domain.de,mdm.user01@vp2-domain.de,"MDM, user02" &lt;mdm.user02@vp2-domain.de&gt;</Email:To>
            <Email:Read xmlns="uri:Email">1</Email:Read>
            <AirSyncBase:Body xmlns="uri:AirSyncBase">
              <AirSyncBase:Type>2</AirSyncBase:Type>
              <AirSyncBase:Data>&lt;pre&gt;test&lt;/pre&gt;</AirSyncBase:Data>
            </AirSyncBase:Body>
            <AirSyncBase:NativeBodyType xmlns="uri:AirSyncBase">1</AirSyncBase:NativeBodyType>
            <Email:MessageClass xmlns="uri:Email">IPM.Note</Email:MessageClass>
            <Email:ContentClass xmlns="uri:Email">urn:content-classes:message</Email:ContentClass>
          </ApplicationData>
        </Add>
      </Commands>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:18:22,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:18:22,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Sync
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:18:22,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>1</SyncKey>
      <CollectionId>Tasks::Syncroton</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges>1</GetChanges>
      <WindowSize>5</WindowSize>
      <Options>
        <FilterType>0</FilterType>
        <Conflict>1</Conflict>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>1</Type>
          <AllOrNone>0</AllOrNone>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:18:22,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:18:22
[15-Sep-2016 12:18:22,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 1 Class: Tasks CollectionId: Tasks::Syncroton
[15-Sep-2016 12:18:22,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 3/0/0 entries for sync from server to client
[15-Sep-2016 12:18:22,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 2
[15-Sep-2016 12:18:22,000000 +0200]: [DEBUG] Syncroton_Command_Sync::getResponse::923 update syncState for collection: Tasks::Syncroton
[15-Sep-2016 12:18:22,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::startTransaction::102  startTransaction request
[15-Sep-2016 12:18:22,000000 +0200]: [DEBUG] kolab_sync_transaction_manager::commitTransaction::132  commitTransaction request for 10dbc4825887d9f4bd28287e8c7cfc3428ba17d0
[15-Sep-2016 12:18:22,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:Syncroton="uri:Syncroton" xmlns:AirSyncBase="uri:AirSyncBase" xmlns:Tasks="uri:Tasks">
  <Collections>
    <Collection xmlns:default="uri:Tasks" xmlns:default1="uri:AirSyncBase">
      <Class>Tasks</Class>
      <SyncKey>2</SyncKey>
      <CollectionId>Tasks::Syncroton</CollectionId>
      <Status>1</Status>
      <Commands xmlns:default="uri:Tasks" xmlns:default1="uri:AirSyncBase">
        <Add xmlns:default="uri:Tasks">
          <ServerId>3e0a5f2e-7504-11e6-ab55-005056878390</ServerId>
          <ApplicationData>
            <Tasks:Complete xmlns="uri:Tasks">0</Tasks:Complete>
            <Tasks:DueDate xmlns="uri:Tasks">2016-06-30T22:00:00.000Z</Tasks:DueDate>
            <Tasks:Importance xmlns="uri:Tasks">1</Tasks:Importance>
            <Tasks:Subject xmlns="uri:Tasks">Alte aufgabe</Tasks:Subject>
            <Tasks:UtcDueDate xmlns="uri:Tasks">2016-06-30T22:00:00.000Z</Tasks:UtcDueDate>
          </ApplicationData>
        </Add>
        <Add xmlns:default="uri:Tasks">
          <ServerId>3e0d464e-7504-11e6-9f9d-005056878390</ServerId>
          <ApplicationData>
            <Tasks:Complete xmlns="uri:Tasks">0</Tasks:Complete>
            <Tasks:DueDate xmlns="uri:Tasks">2016-09-28T22:00:00.000Z</Tasks:DueDate>
            <Tasks:Importance xmlns="uri:Tasks">1</Tasks:Importance>
            <Tasks:Subject xmlns="uri:Tasks">Zukunft</Tasks:Subject>
            <Tasks:UtcDueDate xmlns="uri:Tasks">2016-09-28T22:00:00.000Z</Tasks:UtcDueDate>
          </ApplicationData>
        </Add>
        <Add xmlns:default="uri:Tasks" xmlns:default1="uri:AirSyncBase">
          <ServerId>94ac9e30-74fc-11e6-883c-005056878390</ServerId>
          <ApplicationData>
            <Tasks:Complete xmlns="uri:Tasks">1</Tasks:Complete>
            <AirSyncBase:Body xmlns="uri:AirSyncBase">
              <AirSyncBase:Type>1</AirSyncBase:Type>
              <AirSyncBase:Data>Blabka</AirSyncBase:Data>
            </AirSyncBase:Body>
            <Tasks:DateCompleted xmlns="uri:Tasks">2016-09-07T13:24:36.000Z</Tasks:DateCompleted>
            <Tasks:DueDate xmlns="uri:Tasks">2016-09-06T22:00:00.000Z</Tasks:DueDate>
            <Tasks:Importance xmlns="uri:Tasks">1</Tasks:Importance>
            <Tasks:Subject xmlns="uri:Tasks">Hauptaufgabe</Tasks:Subject>
            <Tasks:UtcDueDate xmlns="uri:Tasks">2016-09-06T22:00:00.000Z</Tasks:UtcDueDate>
          </ApplicationData>
        </Add>
      </Commands>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 12:18:26,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:18:26,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Ping
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:18:26,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping">
  <HeartbeatInterval>480</HeartbeatInterval>
  <Folders>
    <Folder>
      <Id>Inbox</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Drafts</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Sent Items</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Notes::Syncroton</Id>
      <Class>Notes</Class>
    </Folder>
    <Folder>
      <Id>Tasks::Syncroton</Id>
      <Class>Tasks</Class>
    </Folder>
  </Folders>
</Ping>

[15-Sep-2016 12:18:26,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:18:26
[15-Sep-2016 12:18:26,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(480 / 1473934706 / 1473935186 / 1): Array
(
    [0] => aeebcbe5fc03d3505f651abb2626861ddc76a6a1
    [1] => 9472210b38de6bbd255f615bbd3890d7e40fd4aa
    [2] => de735be9479ca451ba543f98db6b452ea450e8c4
    [3] => fcb4c7cb72d7bcfded34a858e304032b90ded60f
    [4] => fd410f5d60ea0eebc2a8b61d9e8fa4e7f60156e4
)

[15-Sep-2016 12:18:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 660
[15-Sep-2016 12:19:15,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 360
[15-Sep-2016 12:19:26,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 420
[15-Sep-2016 12:19:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 600
[15-Sep-2016 12:20:09,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:20:09,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Ping
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:20:09,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping">
  <HeartbeatInterval>480</HeartbeatInterval>
  <Folders>
    <Folder>
      <Id>Inbox</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Drafts</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Sent Items</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Notes::Syncroton</Id>
      <Class>Notes</Class>
    </Folder>
    <Folder>
      <Id>Tasks::Syncroton</Id>
      <Class>Tasks</Class>
    </Folder>
  </Folders>
</Ping>

[15-Sep-2016 12:20:09,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:20:09
[15-Sep-2016 12:20:09,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(480 / 1473934809 / 1473935289 / 1): Array
(
    [0] => aeebcbe5fc03d3505f651abb2626861ddc76a6a1
    [1] => 9472210b38de6bbd255f615bbd3890d7e40fd4aa
    [2] => de735be9479ca451ba543f98db6b452ea450e8c4
    [3] => fcb4c7cb72d7bcfded34a858e304032b90ded60f
    [4] => fd410f5d60ea0eebc2a8b61d9e8fa4e7f60156e4
)

[15-Sep-2016 12:20:15,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 300
[15-Sep-2016 12:20:26,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::214 DeviceId: Nine6FBCCD5480F1 Lifetime: 480 SecondsLeft: 420 Status: 1)
[15-Sep-2016 12:20:26,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
</Ping>

[15-Sep-2016 12:20:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 540
[15-Sep-2016 12:20:55,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:20:55,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Ping
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:20:55,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping">
  <HeartbeatInterval>480</HeartbeatInterval>
  <Folders>
    <Folder>
      <Id>Inbox</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Drafts</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Sent Items</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Notes::Syncroton</Id>
      <Class>Notes</Class>
    </Folder>
    <Folder>
      <Id>Tasks::Syncroton</Id>
      <Class>Tasks</Class>
    </Folder>
  </Folders>
</Ping>

[15-Sep-2016 12:20:55,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:20:55
[15-Sep-2016 12:20:55,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(480 / 1473934855 / 1473935335 / 1): Array
(
    [0] => aeebcbe5fc03d3505f651abb2626861ddc76a6a1
    [1] => 9472210b38de6bbd255f615bbd3890d7e40fd4aa
    [2] => de735be9479ca451ba543f98db6b452ea450e8c4
    [3] => fcb4c7cb72d7bcfded34a858e304032b90ded60f
    [4] => fd410f5d60ea0eebc2a8b61d9e8fa4e7f60156e4
)

[15-Sep-2016 12:21:09,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::214 DeviceId: Nine6FBCCD5480F1 Lifetime: 480 SecondsLeft: 1473935289 Status: 1)
[15-Sep-2016 12:21:09,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
</Ping>

[15-Sep-2016 12:21:15,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 240
[15-Sep-2016 12:21:19,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:21:19,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Ping
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:21:19,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping">
  <HeartbeatInterval>480</HeartbeatInterval>
  <Folders>
    <Folder>
      <Id>Calendar::Syncroton</Id>
      <Class>Calendar</Class>
    </Folder>
    <Folder>
      <Id>Contacts::Syncroton</Id>
      <Class>Contacts</Class>
    </Folder>
    <Folder>
      <Id>Inbox</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Sent Items</Id>
      <Class>Email</Class>
    </Folder>
  </Folders>
</Ping>

[15-Sep-2016 12:21:19,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:21:19
[15-Sep-2016 12:21:19,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(480 / 1473934879 / 1473935359 / 1): Array
(
    [0] => be28d8389b63d38626662064ba01a4b34ede2189
    [1] => 88a7240bf9cfdf2d866a682002b50c3519eacc9c
    [2] => b6e367d0e53c6fedc37d44ce745e767c282edd5f
    [3] => 778378913828cf4ea07fe902e6518a2f62b0103b
)

[15-Sep-2016 12:21:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 480
[15-Sep-2016 12:21:55,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 420
[15-Sep-2016 12:22:15,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::214 DeviceId: android1415596262944 Lifetime: 600 SecondsLeft: 240 Status: 1)
[15-Sep-2016 12:22:15,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
</Ping>

[15-Sep-2016 12:22:19,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 420
[15-Sep-2016 12:22:28,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 420
[15-Sep-2016 12:22:55,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 360
[15-Sep-2016 12:23:19,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 360
[15-Sep-2016 12:23:29,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 359
[15-Sep-2016 12:23:55,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 300
[15-Sep-2016 12:24:19,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 300
[15-Sep-2016 12:24:29,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 299
[15-Sep-2016 12:24:55,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 240
[15-Sep-2016 12:25:19,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 240
[15-Sep-2016 12:25:29,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 239
[15-Sep-2016 12:25:55,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 180
[15-Sep-2016 12:26:19,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 180
[15-Sep-2016 12:26:29,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 179
[15-Sep-2016 12:26:56,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 119
[15-Sep-2016 12:27:19,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 120
[15-Sep-2016 12:27:29,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: SEC1D03AC4D8D139 seconds left: 119
[15-Sep-2016 12:27:56,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: Nine6FBCCD5480F1 seconds left: 59
[15-Sep-2016 12:27:56,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::214 DeviceId: Nine6FBCCD5480F1 Lifetime: 480 SecondsLeft: 59 Status: 1)
[15-Sep-2016 12:27:56,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
</Ping>

[15-Sep-2016 12:28:01,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:28:01,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Ping
    [deviceId] => Nine6FBCCD5480F1
    [deviceType] => Android
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Nine-kltexx/MMB29M
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:28:01,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping">
  <HeartbeatInterval>780</HeartbeatInterval>
  <Folders>
    <Folder>
      <Id>Inbox</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Drafts</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Sent Items</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Notes::Syncroton</Id>
      <Class>Notes</Class>
    </Folder>
    <Folder>
      <Id>Tasks::Syncroton</Id>
      <Class>Tasks</Class>
    </Folder>
  </Folders>
</Ping>

[15-Sep-2016 12:28:01,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:28:01
[15-Sep-2016 12:28:01,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(780 / 1473935281 / 1473936061 / 1): Array
(
    [0] => aeebcbe5fc03d3505f651abb2626861ddc76a6a1
    [1] => 9472210b38de6bbd255f615bbd3890d7e40fd4aa
    [2] => de735be9479ca451ba543f98db6b452ea450e8c4
    [3] => fcb4c7cb72d7bcfded34a858e304032b90ded60f
    [4] => fd410f5d60ea0eebc2a8b61d9e8fa4e7f60156e4
)

[15-Sep-2016 12:28:19,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::203 DeviceId: android1415596262944 seconds left: 60
[15-Sep-2016 12:28:19,000000 +0200]: [INFO] Syncroton_Command_Ping::handle::214 DeviceId: android1415596262944 Lifetime: 480 SecondsLeft: 60 Status: 1)
[15-Sep-2016 12:28:19,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::176 xml response(0):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping" xmlns:Syncroton="uri:Syncroton">
  <Status>1</Status>
</Ping>

[15-Sep-2016 12:28:24,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 12:28:24,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Ping
    [deviceId] => android1415596262944
    [deviceType] => Android
    [policyKey] => 
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-Mail/6.8.130963407.release
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 12:28:24,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Ping xmlns="uri:Ping">
  <HeartbeatInterval>780</HeartbeatInterval>
  <Folders>
    <Folder>
      <Id>Calendar::Syncroton</Id>
      <Class>Calendar</Class>
    </Folder>
    <Folder>
      <Id>Contacts::Syncroton</Id>
      <Class>Contacts</Class>
    </Folder>
    <Folder>
      <Id>Inbox</Id>
      <Class>Email</Class>
    </Folder>
    <Folder>
      <Id>Sent Items</Id>
      <Class>Email</Class>
    </Folder>
  </Folders>
</Ping>

[15-Sep-2016 12:28:24,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 10:28:24
[15-Sep-2016 12:28:24,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(780 / 1473935304 / 1473936084 / 1): Array
(

And here the ActiveSync php error log starting some entries before the point in time the 9folders client connected the first time:

[15-Sep-2016 08:41:29,000000 +0200]: [CRIT] {"user":"mdm.user01@vp2-domain.de","cmd":"FolderCreate","device":"SEC1A8D7C0F686F3","type":"SAMSUNGSMA510F"} Syncroton_Server::_handlePost::163 unexpected exception occured: InvalidArgumentException
[15-Sep-2016 08:41:29,000000 +0200]: [CRIT] {"user":"mdm.user01@vp2-domain.de","cmd":"FolderCreate","device":"SEC1A8D7C0F686F3","type":"SAMSUNGSMA510F"} Syncroton_Server::_handlePost::165 exception message: $object must be instanace of Syncroton_Model_IFolder
[15-Sep-2016 08:41:29,000000 +0200]: [CRIT] {"user":"mdm.user01@vp2-domain.de","cmd":"FolderCreate","device":"SEC1A8D7C0F686F3","type":"SAMSUNGSMA510F"} Syncroton_Server::_handlePost::167 #0 /usr/share/kolab-syncroton/lib/ext/Syncroton/Command/FolderCreate.php(84): kolab_sync_backend_common->create(Object(stdClass))
#1 /usr/share/kolab-syncroton/lib/ext/Syncroton/Server.php(144): Syncroton_Command_FolderCreate->handle()
#2 /usr/share/kolab-syncroton/lib/ext/Syncroton/Server.php(70): Syncroton_Server->_handlePost()
#3 /usr/share/kolab-syncroton/lib/kolab_sync.php(169): Syncroton_Server->handle()
#4 /usr/share/kolab-syncroton/index.php(31): kolab_sync->run()
#5 {main}
[15-Sep-2016 12:13:55,000000 +0200]: [WARN] {"user":"mdm.user10@vp2-domain.de","cmd":"Sync","device":"Nine6FBCCD5480F1","type":"Android"} Syncroton_Command_Sync::handle::196 folder 74d22ad19298c70b2318fa5610568dbd not found
[15-Sep-2016 12:13:55,000000 +0200]: [WARN] {"user":"mdm.user10@vp2-domain.de","cmd":"Sync","device":"Nine6FBCCD5480F1","type":"Android"} Syncroton_Command_Sync::getResponse::993 failed to get folder state for: 74d22ad19298c70b2318fa5610568dbd
[15-Sep-2016 12:14:03,000000 +0200]: [WARN] {"user":"mdm.user10@vp2-domain.de","cmd":"Sync","device":"Nine6FBCCD5480F1","type":"Android"} Syncroton_Command_Sync::handle::196 folder 74d22ad19298c70b2318fa5610568dbd not found
[15-Sep-2016 12:14:03,000000 +0200]: [WARN] {"user":"mdm.user10@vp2-domain.de","cmd":"Sync","device":"Nine6FBCCD5480F1","type":"Android"} Syncroton_Command_Sync::getResponse::993 failed to get folder state for: 74d22ad19298c70b2318fa5610568dbd

Details

Ticket Type
Task

Event Timeline

Most Android devices/apps do not support custom folders. That's why from the beginning we're "joining" all folders of specified type into one, i.e. Inbox, Calendar, Contacts, Tasks, Notes.

The PHP exception on FolderCreate is another issue that would need to be investigated, but I'd need the debug log for this moment.

Thanks, but could you please describe what "joining" in this case realy means?
Is there an android client working correctly with "custom folders"? Could you please tell me the name of one?

And here the DEBUG Log arround the time where the CreateFolder error was thrown:

[15-Sep-2016 08:41:28,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="uri:AirSync" xmlns:RightsManagement="uri:RightsManagement" xmlns:AirSyncBase="uri:AirSyncBase">
  <Collections>
    <Collection>
      <SyncKey>3</SyncKey>
      <CollectionId>Inbox</CollectionId>
      <DeletesAsMoves>1</DeletesAsMoves>
      <GetChanges/>
      <WindowSize>50</WindowSize>
      <Options>
        <FilterType>2</FilterType>
        <RightsManagementSupport xmlns="uri:RightsManagement">1</RightsManagementSupport>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>2</Type>
        </BodyPreference>
        <BodyPreference xmlns="uri:AirSyncBase">
          <Type>4</Type>
        </BodyPreference>
      </Options>
    </Collection>
  </Collections>
</Sync>

[15-Sep-2016 08:41:28,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 06:41:28
[15-Sep-2016 08:41:28,000000 +0200]: [INFO] Syncroton_Command_Sync::handle::213 SyncKey is 3 Class: Email CollectionId: Inbox
[15-Sep-2016 08:41:29,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::667 found (added/changed/deleted) 0/0/0 entries for sync from server to client
[15-Sep-2016 08:41:29,000000 +0200]: [INFO] Syncroton_Command_Sync::getResponse::910 current synckey is 3
[15-Sep-2016 08:41:29,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 08:41:29,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => FolderCreate
    [deviceId] => SEC1A8D7C0F686F3
    [deviceType] => SAMSUNGSMA510F
    [policyKey] => 0
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-SAMSUNG-SM-A510F/101.60001
    [contentType] => application/vnd.ms-sync.wbxml
)

[15-Sep-2016 08:41:29,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::127 xml request:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<FolderCreate xmlns="uri:FolderHierarchy">
  <SyncKey>1</SyncKey>
  <ParentId>0</ParentId>
  <DisplayName>Unwanted</DisplayName>
  <Type>12</Type>
</FolderCreate>

[15-Sep-2016 08:41:29,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 06:41:29
[15-Sep-2016 08:41:29,000000 +0200]: [DEBUG] Syncroton_Command_FolderCreate::handle::40 synckey is 1
[15-Sep-2016 08:41:29,000000 +0200]: [DEBUG] Syncroton_Command_FolderCreate::handle::49 parentId: 0 displayName: Unwanted
[15-Sep-2016 08:41:30,000000 +0200]: [DEBUG] Syncroton_Server::handle::62 REQUEST METHOD: POST
[15-Sep-2016 08:41:30,000000 +0200]: [DEBUG] Syncroton_Server::_handlePost::104 REQUEST Array
(
    [protocolVersion] => 14.1
    [command] => Ping
    [deviceId] => SEC1A8D7C0F686F3
    [deviceType] => SAMSUNGSMA510F
    [policyKey] => 
    [saveInSent] => 
    [collectionId] => 
    [itemId] => 
    [attachmentName] => 
    [acceptMultipart] => 
    [userAgent] => Android-SAMSUNG-SM-A510F/101.60001
    [contentType] => 
)

[15-Sep-2016 08:41:30,000000 +0200]: [DEBUG] Syncroton_Command_Wbxml::__construct::163 sync timestamp: 2016-09-15 06:41:30
[15-Sep-2016 08:41:30,000000 +0200]: [DEBUG] Syncroton_Command_Ping::handle::113 Folders to monitor(470 / 1473921690 / 1473922160 / 1): Array
(
    [0] => b6f46df6fc0941243a176372000ddf9b903bab84
    [1] => b67decdb9a96cda44ac221959edf2c6c3af29da6
    [2] => dcfba07dd5cfd1b5e38477b8957f96a2c0ecd6ef
    [3] => 43f9aac5a91ff25093faffe349af88c9dcac7bbf
)

Thanks, but could you please describe what "joining" in this case realy means?

It means that content of all custom folders (subscribed for activesync) is included into one folder. So, you should see objects from other folders in the main folder on the device. For mail it's Inbox, for events Calendar, etc.

Is there an android client working correctly with "custom folders"? Could you please tell me the name of one?

I've heard rumors that samsung devices support this, but I never confirmed. It's hard to find complete information about this in the net. There are some not-built-in apps that may support this too. If you have a device for testing you could check by yourself, but you'd need to modify syncroton code to disable "folder joining".

For mail folders it would be here: https://git.kolab.org/diffusion/S/browse/master/lib/kolab_sync_data_email.php;a6b7464233dcf471293103aa735d42ea8f3c7870$462 for all others here: https://git.kolab.org/diffusion/S/browse/master/lib/kolab_sync_data.php;a6b7464233dcf471293103aa735d42ea8f3c7870$211

On FolderCreate issue. It looks like folder creation (or setting folder type) in IMAP failed (maybe it already existed?). Do you have IMAP log for this moment? We should probably handle better such situations, but first we should investigate the real reason of the issue to have fully-reproducible case.

Since I have currently no chance to retest this (security guys closed public access, so mobile devices have no access at the moment), here all I have on cyrus log of the date-time where the folder creation problem happend:

Sep 15 08:40:39 vorprod-srv-int imap[23271]: inittls: Loading hard-coded DH parameters
Sep 15 08:40:39 vorprod-srv-int imap[23271]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:39 vorprod-srv-int imap[23271]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:39 vorprod-srv-int imap[23271]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:39 vorprod-srv-int imap[23282]: inittls: Loading hard-coded DH parameters
Sep 15 08:40:39 vorprod-srv-int imap[23282]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:39 vorprod-srv-int imap[23282]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:39 vorprod-srv-int imap[23282]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:39 vorprod-srv-int imap[23271]: USAGE mdm.user01@vp2-domain.de user: 0.009998 sys: 0.005999
Sep 15 08:40:39 vorprod-srv-int imap[23282]: USAGE mdm.user01@vp2-domain.de user: 0.011998 sys: 0.004999
Sep 15 08:40:40 vorprod-srv-int imap[23136]: inittls: Loading hard-coded DH parameters
Sep 15 08:40:40 vorprod-srv-int imap[23136]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:40 vorprod-srv-int imap[23136]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:40 vorprod-srv-int imap[23136]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:40 vorprod-srv-int imap[23136]: USAGE mdm.user01@vp2-domain.de user: 0.009998 sys: 0.007998
Sep 15 08:40:40 vorprod-srv-int imap[23133]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:40 vorprod-srv-int imap[23133]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:40 vorprod-srv-int imap[23133]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:40 vorprod-srv-int imap[23280]: inittls: Loading hard-coded DH parameters
Sep 15 08:40:40 vorprod-srv-int imap[23133]: USAGE mdm.user01@vp2-domain.de user: 0.004999 sys: 0.001000
Sep 15 08:40:40 vorprod-srv-int imap[23280]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:40 vorprod-srv-int imap[23284]: inittls: Loading hard-coded DH parameters
Sep 15 08:40:40 vorprod-srv-int imap[23280]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:40 vorprod-srv-int imap[23284]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:40 vorprod-srv-int imap[23284]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:40 vorprod-srv-int imap[23280]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:40 vorprod-srv-int imap[23284]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:40 vorprod-srv-int imap[23280]: USAGE mdm.user01@vp2-domain.de user: 0.010998 sys: 0.006998
Sep 15 08:40:40 vorprod-srv-int imap[23284]: USAGE mdm.user01@vp2-domain.de user: 0.010998 sys: 0.004999
Sep 15 08:40:42 vorprod-srv-int imap[23286]: inittls: Loading hard-coded DH parameters
Sep 15 08:40:42 vorprod-srv-int imap[23286]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:42 vorprod-srv-int imap[23286]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:42 vorprod-srv-int imap[23286]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:42 vorprod-srv-int imap[23271]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:42 vorprod-srv-int imap[23271]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:42 vorprod-srv-int imap[23271]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:42 vorprod-srv-int imap[23271]: USAGE mdm.user01@vp2-domain.de user: 0.004999 sys: 0.002999
Sep 15 08:40:45 vorprod-srv-int imap[23133]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:45 vorprod-srv-int imap[23133]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:45 vorprod-srv-int imap[23133]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:45 vorprod-srv-int imap[23133]: USAGE mdm.user01@vp2-domain.de user: 0.004000 sys: 0.003000
Sep 15 08:40:46 vorprod-srv-int imap[23282]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:46 vorprod-srv-int imap[23282]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:46 vorprod-srv-int imap[23282]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:46 vorprod-srv-int imap[23271]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:46 vorprod-srv-int imap[23271]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:46 vorprod-srv-int imap[23271]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:46 vorprod-srv-int imap[23282]: USAGE mdm.user01@vp2-domain.de user: 0.002999 sys: 0.002999
Sep 15 08:40:46 vorprod-srv-int imap[23271]: USAGE mdm.user01@vp2-domain.de user: 0.004000 sys: 0.003000
Sep 15 08:40:46 vorprod-srv-int imap[23291]: inittls: Loading hard-coded DH parameters
Sep 15 08:40:46 vorprod-srv-int imap[23291]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:46 vorprod-srv-int imap[23136]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:46 vorprod-srv-int imap[23291]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:46 vorprod-srv-int imap[23136]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:46 vorprod-srv-int imap[23133]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:46 vorprod-srv-int imap[23133]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:46 vorprod-srv-int imap[23284]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:46 vorprod-srv-int imap[23284]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:46 vorprod-srv-int imap[23136]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:46 vorprod-srv-int imap[23291]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:46 vorprod-srv-int imap[23133]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:46 vorprod-srv-int imap[23284]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:46 vorprod-srv-int imap[23291]: USAGE mdm.user01@vp2-domain.de user: 0.009998 sys: 0.005999
Sep 15 08:40:46 vorprod-srv-int imap[23136]: USAGE mdm.user01@vp2-domain.de user: 0.004999 sys: 0.002000
Sep 15 08:40:46 vorprod-srv-int imap[23133]: USAGE mdm.user01@vp2-domain.de user: 0.004999 sys: 0.001000
Sep 15 08:40:46 vorprod-srv-int imap[23284]: USAGE mdm.user01@vp2-domain.de user: 0.004999 sys: 0.001999
Sep 15 08:40:48 vorprod-srv-int imap[23280]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:48 vorprod-srv-int imap[23280]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:48 vorprod-srv-int imap[23280]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:48 vorprod-srv-int imap[23280]: USAGE mdm.user01@vp2-domain.de user: 0.003999 sys: 0.003000
Sep 15 08:40:48 vorprod-srv-int imap[23282]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:48 vorprod-srv-int imap[23282]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:48 vorprod-srv-int imap[23282]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:48 vorprod-srv-int imap[23282]: USAGE mdm.user01@vp2-domain.de user: 0.005999 sys: 0.001000
Sep 15 08:40:48 vorprod-srv-int imap[23284]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:48 vorprod-srv-int imap[23284]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:48 vorprod-srv-int imap[23284]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:48 vorprod-srv-int imap[23271]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:48 vorprod-srv-int imap[23271]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:48 vorprod-srv-int imap[23271]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:48 vorprod-srv-int imap[23271]: USAGE mdm.user01@vp2-domain.de user: 0.002999 sys: 0.002999
Sep 15 08:40:50 vorprod-srv-int imap[23133]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:50 vorprod-srv-int imap[23133]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:50 vorprod-srv-int imap[23303]: inittls: Loading hard-coded DH parameters
Sep 15 08:40:50 vorprod-srv-int imap[23133]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:50 vorprod-srv-int imap[23303]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:50 vorprod-srv-int imap[23303]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:50 vorprod-srv-int imap[23303]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:50 vorprod-srv-int imap[23303]: USAGE mdm.user01@vp2-domain.de user: 0.010998 sys: 0.003999
Sep 15 08:40:51 vorprod-srv-int imap[23291]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:51 vorprod-srv-int imap[23291]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:51 vorprod-srv-int imap[23291]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:51 vorprod-srv-int imap[23291]: USAGE mdm.user01@vp2-domain.de user: 0.004999 sys: 0.002999
Sep 15 08:40:51 vorprod-srv-int imap[23282]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:51 vorprod-srv-int imap[23282]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:51 vorprod-srv-int imap[23282]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:51 vorprod-srv-int imap[23282]: USAGE mdm.user01@vp2-domain.de user: 0.003000 sys: 0.003000
Sep 15 08:40:53 vorprod-srv-int imap[23271]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:53 vorprod-srv-int imap[23271]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:53 vorprod-srv-int imap[23271]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:53 vorprod-srv-int imap[23271]: USAGE mdm.user01@vp2-domain.de user: 0.005999 sys: 0.001000
Sep 15 08:40:59 vorprod-srv-int imap[23280]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:40:59 vorprod-srv-int imap[23280]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:40:59 vorprod-srv-int imap[23280]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:40:59 vorprod-srv-int imap[23280]: USAGE mdm.user01@vp2-domain.de user: 0.004000 sys: 0.003000
Sep 15 08:41:01 vorprod-srv-int imap[23291]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:41:01 vorprod-srv-int imap[23291]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:41:01 vorprod-srv-int imap[23291]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:41:01 vorprod-srv-int imap[23291]: USAGE mdm.user01@vp2-domain.de user: 0.003000 sys: 0.004999
Sep 15 08:41:02 vorprod-srv-int imap[23136]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:41:02 vorprod-srv-int imap[23136]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:41:02 vorprod-srv-int imap[23136]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:41:02 vorprod-srv-int imap[23136]: USAGE mdm.user01@vp2-domain.de user: 0.004000 sys: 0.003000
Sep 15 08:41:03 vorprod-srv-int imap[23302]: inittls: Loading hard-coded DH parameters
Sep 15 08:41:03 vorprod-srv-int imap[23302]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:41:03 vorprod-srv-int imap[23302]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:41:03 vorprod-srv-int imap[23302]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:41:12 vorprod-srv-int imap[23271]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:41:12 vorprod-srv-int imap[23271]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:41:12 vorprod-srv-int imap[23271]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:41:12 vorprod-srv-int imap[23282]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:41:12 vorprod-srv-int imap[23282]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:41:12 vorprod-srv-int imap[23282]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:41:12 vorprod-srv-int imap[23271]: USAGE mdm.user01@vp2-domain.de user: 0.003000 sys: 0.003000
Sep 15 08:41:12 vorprod-srv-int imap[23282]: USAGE mdm.user01@vp2-domain.de user: 0.003999 sys: 0.001999
Sep 15 08:41:12 vorprod-srv-int imap[23291]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:41:12 vorprod-srv-int imap[23291]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:41:12 vorprod-srv-int imap[23136]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:41:12 vorprod-srv-int imap[23136]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:41:12 vorprod-srv-int imap[23303]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:41:12 vorprod-srv-int imap[23303]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:41:12 vorprod-srv-int imap[23291]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:41:12 vorprod-srv-int imap[23136]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:41:12 vorprod-srv-int imap[23303]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:41:12 vorprod-srv-int imap[23291]: USAGE mdm.user01@vp2-domain.de user: 0.003999 sys: 0.003000
Sep 15 08:41:12 vorprod-srv-int imap[23136]: USAGE mdm.user01@vp2-domain.de user: 0.003999 sys: 0.001999
Sep 15 08:41:12 vorprod-srv-int imap[23303]: USAGE mdm.user01@vp2-domain.de user: 0.004999 sys: 0.002000
Sep 15 08:41:14 vorprod-srv-int imap[23319]: inittls: Loading hard-coded DH parameters
Sep 15 08:41:14 vorprod-srv-int imap[23319]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:41:14 vorprod-srv-int imap[23319]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:41:14 vorprod-srv-int imap[23319]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:41:23 vorprod-srv-int imap[23127]: USAGE mdm.user01@vp2-domain.de user: 0.016997 sys: 0.019996
Sep 15 08:41:42 vorprod-srv-int imap[23286]: USAGE mdm.user01@vp2-domain.de user: 0.010998 sys: 0.004999
Sep 15 08:41:48 vorprod-srv-int imap[23284]: USAGE mdm.user01@vp2-domain.de user: 0.001000 sys: 0.004000
Sep 15 08:41:50 vorprod-srv-int imap[23280]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:41:50 vorprod-srv-int imap[23280]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:41:50 vorprod-srv-int imap[23280]: login: [10.182.0.19] mdm.user10@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:41:50 vorprod-srv-int imap[23280]: USAGE mdm.user10@vp2-domain.de user: 0.005999 sys: 0.000000
Sep 15 08:41:50 vorprod-srv-int imap[23133]: USAGE mdm.user01@vp2-domain.de user: 0.004999 sys: 0.001000
Sep 15 08:42:03 vorprod-srv-int imap[23302]: USAGE mdm.user01@vp2-domain.de user: 0.007998 sys: 0.007998
Sep 15 08:44:45 vorprod-srv-int imap[23323]: inittls: Loading hard-coded DH parameters
Sep 15 08:44:45 vorprod-srv-int imap[23323]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:44:45 vorprod-srv-int imap[23323]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:44:45 vorprod-srv-int imap[23323]: login: [10.182.0.19] mdm.user10@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:44:45 vorprod-srv-int imap[23323]: USAGE mdm.user10@vp2-domain.de user: 0.012998 sys: 0.003999
Sep 15 08:46:12 vorprod-srv-int imap[23119]: USAGE mdm.user06@vp2-domain.de user: 0.027995 sys: 0.028995
Sep 15 08:46:12 vorprod-srv-int imap[23328]: inittls: Loading hard-coded DH parameters
Sep 15 08:46:12 vorprod-srv-int imap[23328]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:46:12 vorprod-srv-int imap[23328]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:46:12 vorprod-srv-int imap[23328]: login: [10.182.0.19] mdm.user06@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:46:12 vorprod-srv-int imap[23328]: USAGE mdm.user06@vp2-domain.de user: 0.011998 sys: 0.003999
Sep 15 08:46:13 vorprod-srv-int imap[23332]: inittls: Loading hard-coded DH parameters
Sep 15 08:46:13 vorprod-srv-int imap[23332]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:46:13 vorprod-srv-int imap[23332]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:46:13 vorprod-srv-int imap[23332]: login: [10.182.0.19] mdm.user06@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:46:32 vorprod-srv-int imap[23329]: inittls: Loading hard-coded DH parameters
Sep 15 08:46:32 vorprod-srv-int imap[23329]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:46:32 vorprod-srv-int imap[23329]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:46:32 vorprod-srv-int imap[23329]: login: [10.182.0.19] mdm.user10@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:46:43 vorprod-srv-int imap[23328]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:46:43 vorprod-srv-int imap[23328]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:46:43 vorprod-srv-int imap[23328]: login: [10.182.0.19] mdm.user10@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:46:49 vorprod-srv-int imap[23330]: inittls: Loading hard-coded DH parameters
Sep 15 08:46:49 vorprod-srv-int imap[23330]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:46:49 vorprod-srv-int imap[23330]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:46:49 vorprod-srv-int imap[23330]: login: [10.182.0.19] mdm.user10@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:47:06 vorprod-srv-int imap[23143]: USAGE mdm.user10@vp2-domain.de user: 0.036994 sys: 0.067989
Sep 15 08:47:06 vorprod-srv-int imap[23145]: USAGE mdm.user10@vp2-domain.de user: 0.019996 sys: 0.019996
Sep 15 08:47:43 vorprod-srv-int imap[23328]: USAGE mdm.user10@vp2-domain.de user: 0.002999 sys: 0.002999
Sep 15 08:48:14 vorprod-srv-int imap[23319]: USAGE mdm.user01@vp2-domain.de user: 0.017997 sys: 0.017997
Sep 15 08:49:15 vorprod-srv-int imap[23339]: inittls: Loading hard-coded DH parameters
Sep 15 08:49:15 vorprod-srv-int imap[23339]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:49:15 vorprod-srv-int imap[23339]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:49:15 vorprod-srv-int imap[23339]: login: [10.182.0.19] mdm.user01@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:49:45 vorprod-srv-int imap[23341]: inittls: Loading hard-coded DH parameters
Sep 15 08:49:45 vorprod-srv-int imap[23341]: starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication
Sep 15 08:49:45 vorprod-srv-int imap[23341]: client id: "name" "Roundcube/Kolab" "version" "1.1.4"
Sep 15 08:49:45 vorprod-srv-int imap[23341]: login: [10.182.0.19] mdm.user10@vp2-domain.de PLAIN+TLS User logged in SESSIONID=
Sep 15 08:49:45 vorprod-srv-int imap[23341]: USAGE mdm.user10@vp2-domain.de user: 0.007998 sys: 0.008998

We made some more tests today and find the following on folders for android:

Android

  1. Kolab syncroton + androind = no folder support

Screenshot_2016-09-28-12-50-47.png (1×2 px, 98 KB)

  1. MS Office365 + android = folder support

Screenshot_2016-09-28-12-51-48.png (1×2 px, 233 KB)

Screenshot_2016-09-28-12-51-12.png (1×2 px, 164 KB)

Screenshot_2016-09-28-12-50-57.png (1×2 px, 296 KB)

iPhone

  1. Kolab syncroton + iPhone = folder support
  2. MS Office365 + iPhone = folder support

So the question is, what do we need to do to get custom folders on android too?
It can't be the solution to consolidate all "sync-interval included" mail under inbox.
It can't be a solution to be able to create folders but loose them (they are created but not subsctibed) on refresh.

We tested this on mykolab the local Kolab installation and Office365:

iPhone

Device type iPhone
Protocol version 14.1
User agent Apple-iPhone7C2/1307.36
Friendly name iPhone 6
Operating system iOS 9.3.5 13G36
OS language de-DE

and
Android

Device type SAMSUNGSMP605
Protocol version 14.1
User agent Android-SAMSUNG-SM-P605/101.50101
Friendly name lt03ltexx
Operating system Android
OS language Deutsch

Are there any news concerning this ticket? Is there a solution for full folder support with Android? Thanks.

vanmeeuwen claimed this task.
vanmeeuwen subscribed.

This ticket has evolved in to T224, and T2055 and T2058 since. Your current entitlements also alleviate git.kolab.org from the support issues you may find yourself suffering from.