6.0.0-beta1
7/8/25

[#13460] Read state of deleted messages is not updated
Summary Read state of deleted messages is not updated
Queue Synchronization
Queue Version Git master
Type Bug
State Not A Bug
Priority 1. Low
Owners
Requester patrick (at) spamreducer (dot) eu
Created 08/21/2014 (3974 days ago)
Due
Updated 08/21/2014 (3974 days ago)
Assigned 08/21/2014 (3974 days ago)
Resolved 08/21/2014 (3974 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
08/21/2014 06:09:36 PM patrick (at) spamreducer (dot) eu Comment #5 Reply to this comment

[Show Quoted Text - 62 lines]
Yeah, you where right!
Just a caching issue!

Sorry for making noise.
08/21/2014 05:26:02 PM Michael Rubinsky Comment #4
State ⇒ Not A Bug
Reply to this comment
The smartphone is not marking the messages as read. It's only removing them:

2014-08-21T16:10:32+00:00 DEBUG: [42665] I  <Synchronize>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I   <Folders>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I    <Folder>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I     <SyncKey>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I       
{53f23b7a-b004-4f75-8467-08755f6ed0ca}269
2014-08-21T16:10:32+00:00 DEBUG: [42665] I     </SyncKey>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I     <FolderId>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I       F2caed79c
2014-08-21T16:10:32+00:00 DEBUG: [42665] I     </FolderId>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I     <DeletesAsMoves>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I       1
2014-08-21T16:10:32+00:00 DEBUG: [42665] I     </DeletesAsMoves>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I     <GetChanges />
2014-08-21T16:10:32+00:00 DEBUG: [42665] I     <WindowSize>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I       50
2014-08-21T16:10:32+00:00 DEBUG: [42665] I     </WindowSize>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I     <Options>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I      <FilterType>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I        5
2014-08-21T16:10:32+00:00 DEBUG: [42665] I      </FilterType>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I       
<RightsManagement:RightsManagementSupport>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I        1
2014-08-21T16:10:32+00:00 DEBUG: [42665] I       
</RightsManagement:RightsManagementSupport>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I      <AirSyncBase:BodyPreference>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I       <AirSyncBase:Type>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I         2
2014-08-21T16:10:32+00:00 DEBUG: [42665] I       </AirSyncBase:Type>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I       <AirSyncBase:TruncationSize>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I         102400
2014-08-21T16:10:32+00:00 DEBUG: [42665] I       </AirSyncBase:TruncationSize>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I      </AirSyncBase:BodyPreference>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I      <AirSyncBase:BodyPreference>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I       <AirSyncBase:Type>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I         4
2014-08-21T16:10:32+00:00 DEBUG: [42665] I       </AirSyncBase:Type>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I      </AirSyncBase:BodyPreference>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I     </Options>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I     <Commands>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I      <Remove>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I       <ServerEntryId>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I         5586
2014-08-21T16:10:32+00:00 DEBUG: [42665] I       </ServerEntryId>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I      </Remove>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I     </Commands>
2014-08-21T16:10:32+00:00 INFO: [42665] Polling 
Horde_Core_ActiveSync_Driver::_getMailFolders()
2014-08-21T16:10:32+00:00 INFO: [42665] 
Horde_Core_ActiveSync_Driver::moveMessage(INBOX, [5586], Gelöschte 
Elemente)
2014-08-21T16:10:32+00:00 INFO: [42665] 
Horde_Core_ActiveSync_Driver::getSyncStamp(INBOX, 0);
2014-08-21T16:10:32+00:00 INFO: [42665] Updating state during change
2014-08-21T16:10:32+00:00 INFO: [42665] Processed 1 incoming changes
2014-08-21T16:10:32+00:00 DEBUG: [42665] I    </Folder>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I   </Folders>
2014-08-21T16:10:32+00:00 DEBUG: [42665] I  </Synchronize>
08/21/2014 04:15:41 PM patrick (at) spamreducer (dot) eu Comment #3
New Attachment: message_change_state[1].tgz Download
Reply to this comment
Neither log shows anything at all related to marking messages as read.
Sorry my fault.. our debug script cutted important lines out of logs..
08/21/2014 04:04:10 PM Michael Rubinsky Comment #2
State ⇒ Feedback
Reply to this comment
Neither log shows anything at all related to marking messages as read.
08/21/2014 09:39:37 AM patrick (at) spamreducer (dot) eu Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Read state of deleted messages is not updated
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ No
New Attachment: message_change_state.tgz Download
State ⇒ Unconfirmed
Reply to this comment
Hi guys,
I have noticed there is another BUG in Horde ActiveSync.
Let me explain:
Whenever I delete some messages without reading them before on my 
smartphone (Android based phone) the messages are moved to the Trash 
folder and are marked as read (so new state is saved) as expected;
but the read state is not replicated to Outlook 2013:

This steps are needed to reproduce:
- *delete* and mark as *read* some messages on smartphone 
(SEC1940595F47832.message_change_state.txt)
- the messages are moved to the deleted folder on Outlook, *but* the 
read state of the deleted messages is not updated (maybe because the 
message UID's change to be conform to the ActiveSync bug of OL2013?) 
(9A9F4000B00444C8BC2C1E40D55ED522.message_change_state.txt)

Thanks!

Saved Queries