[Tickets #12970] Re: Problems with S/MIME messages when sent to or received from a BlackBerry 10 device using BES
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Oct 27 09:43:43 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/12970
------------------------------------------------------------------------------
Ticket | 12970
Updated By | software-horde at interfasys.ch
Summary | Problems with S/MIME messages when sent to or received
| from a BlackBerry 10 device using BES
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Rubinsky
------------------------------------------------------------------------------
software-horde at interfasys.ch (2014-10-27 09:43) wrote:
> You can verify that the MIMESUPPORT value is being cached by looking
> in the table horde_activesync_cache.
OK, it's not working then. Seems mimetruncation and mimesupport are
not stored properly.
That's what the logs show
2014-10-27T10:30:50+01:00 DEBUG: [88886] I <Synchronize>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I <Folders>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I <Folder>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I <SyncKey>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I
{542e663e-92d4-4777-a9de-1a73904cae96}132
2014-10-27T10:30:50+01:00 DEBUG: [88886] I </SyncKey>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I <FolderId>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I F0b8f474e
2014-10-27T10:30:50+01:00 DEBUG: [88886] I </FolderId>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I <GetChanges />
2014-10-27T10:30:50+01:00 DEBUG: [88886] I <WindowSize>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I 25
2014-10-27T10:30:50+01:00 DEBUG: [88886] I </WindowSize>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I <Options>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I <FolderType>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I Email
2014-10-27T10:30:50+01:00 DEBUG: [88886] I </FolderType>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I <FilterType>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I 0
2014-10-27T10:30:50+01:00 DEBUG: [88886] I </FilterType>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I <MIMESupport>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I 1
2014-10-27T10:30:50+01:00 DEBUG: [88886] I </MIMESupport>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I <MIMETruncation>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I 7
2014-10-27T10:30:50+01:00 DEBUG: [88886] I </MIMETruncation>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I <AirSyncBase:BodyPreference>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I <AirSyncBase:Type>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I 2
2014-10-27T10:30:50+01:00 DEBUG: [88886] I </AirSyncBase:Type>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I </AirSyncBase:BodyPreference>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I <AirSyncBase:BodyPreference>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I <AirSyncBase:Type>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I 1
2014-10-27T10:30:50+01:00 DEBUG: [88886] I </AirSyncBase:Type>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I </AirSyncBase:BodyPreference>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I <AirSyncBase:BodyPreference>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I <AirSyncBase:Type>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I 4
2014-10-27T10:30:50+01:00 DEBUG: [88886] I </AirSyncBase:Type>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I <AirSyncBase:TruncationSize>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I 200000
2014-10-27T10:30:50+01:00 DEBUG: [88886] I </AirSyncBase:TruncationSize>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I </AirSyncBase:BodyPreference>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I </Options>
2014-10-27T10:30:50+01:00 DEBUG: [88886] I </Folder>
2014-10-27T10:30:50+01:00 INFO: [88886] Collection added to collection
handler: collection: INBOX, synckey:
{542e663e-92d4-4777-a9de-1a73904cae96}132.
and that's what I see in the table
s: 9: "F0b8f474e";a: 13: {
s: 5: "class";s: 5: "Email";s: 10: "windowsize";s: 2: "25";s: 10:
"truncation";i: 0;s: 11: "mimesupport";i: 0;s: 14: "mimetruncation";i:
8;s: 8: "conflict";i: 1;s: 9: "bodyprefs";a: 3: {
i: 2;a: 1: {
s: 4: "type";s: 1: "2";
}i: 1;a: 1: {
s: 4: "type";s: 1: "1";
}i: 4;a: 2: {
s: 4: "type";s: 1: "4";s: 14: "truncationsize";s: 6: "200000";
}
}s: 8: "serverid";s: 5: "INBOX";s: 11: "lastsynckey";s: 41:
"{542e663e-92d4-4777-a9de-1a73904cae96}132";s: 10: "filtertype";s: 1:
"0";s: 2: "id";s: 9: "F0b8f474e";s: 14: "deletesasmoves";b: 1;s: 8:
"pingable";b: 1;
More information about the bugs
mailing list