| Summary | Outlook 2016 needs multiplexed contacts for Activesync |
| Queue | Synchronization |
| Queue Version | FRAMEWORK_5_2 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | bjoernv (at) arcor (dot) de |
| Created | 11/6/15 (3798 days ago) |
| Due | |
| Updated | 11/9/15 (3795 days ago) |
| Assigned | 11/7/15 (3797 days ago) |
| Resolved | 11/9/15 (3795 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
OL2016 to test.
State ⇒ Feedback
to test.
commit be694cefba361894c95c620944a01f142993b4b8
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Nov 6 23:05:43 2015 -0500
Bug: 14159OL2016 doesn't support separate contact collections either..../ActiveSync/lib/Horde/ActiveSync/Device.php | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/be694cefba361894c95c620944a01f142993b4b8
State ⇒ Assigned
Assigned to Michael Rubinsky
Why is it so hard for clients to implement this stuff fully? I was
hoping OL2016 added this, but obviously it does not.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Outlook 2016 needs multiplexed contacts for Activesync
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
only one address books, if the Outlook 2013 is connected:
/usr/share/php/Horde/ActiveSync/Device.php:
[...]
} else if (strpos($this->userAgent, 'Outlook/15.0') !== false) {
// OL2013 Doesn't support multiple contact lists.
$this->_properties['properties'][self::MULTIPLEX] =
Horde_ActiveSync_Device::MULTIPLEX_CONTACTS;
} else {
[...]
Outlook 2016 seems to need such a rule too. Outlook 2016 identifies
itself as "Outlook/16.0". A full userAgent string is something like
"outlook/16.0 (16.0.6001.1034; c2r; x86)".