[commits] [Wiki] changed: ActiveSync
Wiki Guest
wikiguest at horde.org
Tue Jul 15 22:43:00 UTC 2014
guest [176.31.143.102] Tue, 15 Jul 2014 22:43:00 +0000
Modified page: http://wiki.horde.org/ActiveSync
New Revision: 264
Change log: Updated multiple sources support for BlackBerry
@@ -138,16 +138,16 @@
+++ Multiple sources in the same collection
Prior to Horde 5.2, all non-email sources would be "multiplexed"
together so they appear as a single source on the client. For example,
all user calendars would appear as a single, combined calendar on the
client and any new events would always be added to the user's default
calendar. Starting with Horde 5.2, applications can be configured to
provide all user sources as discrete sources on the client. Since very
few EAS clients actually support this, there are a number of ways to
control this:
* By enabling/disabling the discrete sources preference per
application. This, of course, affects all of a user's devices, so must
be set to the lowest common denominator. If it is desired to always
force the multiplexed collections, you can lock the preference.
-* By implementing the activesync_device_modify hook (see
//horde/config/hooks.php.dist//). There is a sample hook already
defined that performs some basic device sniffing to determine which
collections do not support discrete sources. For example, Android
devices typically do not support ANY discrete non-email sources, so we
disable this for any Android device, while iOS supports discrete
sources for everything exempt Memos.
+* By implementing the activesync_device_modify hook (see
//horde/config/hooks.php.dist//). There is a sample hook already
defined that performs some basic device sniffing to determine which
collections do not support discrete sources. For example, Android
devices typically do not support ANY discrete non-email sources, so we
disable this for any Android device, while iOS supports discrete
sources for everything exempt Memos and BlackBerry has full support.
The following chart is meant to provide a general idea of what
device class supports this, not a listing of all devices and
capabilities:
||~ Device ||~ Calendars ||~ Contacts ||~ Tasks ||~ Memos ||~
Creating new sources ||~ Notes ||
|| Android || || || || || || ||
|| iOS || Yes || Yes || Yes || || Yes, for Calendars and Tasks || ||
|| Windows Phone || || || Yes || || || ||
-|| Blackberry || Yes || Yes || Yes || || || Multiple sources are
accepted, but they are displayed as a single source. ||
+|| Blackberry || Yes || Yes || Yes || Yes || Yes, for Tasks and Notes
|| Creating a new Notes source from 10.3.x only||
Users can also view all their paired !ActiveSync devices by visiting
their //!ActiveSync Devices// preferences. This is located within
Horde's //Global Preferences//. From here, it is possible to force a
complete re-sync, or to request a remote wipe of a provisioned device
(see below).
++ Email Support
More information about the commits
mailing list