[commits] Horde branch horde_activesync_3_0 updated. e713fe356303886ade72f71133ae20b38c05ec75
Michael J. Rubinsky
mrubinsk at horde.org
Fri Mar 22 18:23:57 UTC 2013
The branch "horde_activesync_3_0" has been updated.
The following is a summary of the commits.
from: 112af192ba98e72b51f9048460f4699b217f1fbf
ec8c054 Add remaining WBXML codes for 14.0 and 14.1.
fc5fcb0 Parse MAXITEMS wbxml.
15f8261 todo
8e34ca3 document this
bbc54a9 Add the EAS 14.0 Categories/Category properties to Mail messages.
66403b4 todo
b396909 Add POOMCAL_FIRSTDAYOFWEEK support
7a5e982 Allow the FirstDayOfWeek property to be passed.
b712b5a Add support for online meeting links.
c653e85 Add support for returning photos in GAL searches.
e713fe3 parse error
-----------------------------------------------------------------------
commit ec8c054b333179764ecf928cdcfc2e8797f7b89d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 22 12:54:08 2013 -0400
Add remaining WBXML codes for 14.0 and 14.1.
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml.php | 120 ++++++++++++++++--
1 files changed, 106 insertions(+), 14 deletions(-)
http://git.horde.org/horde-git/-/commit/ec8c054b333179764ecf928cdcfc2e8797f7b89d
-----------------------------------------------------------------------
commit fc5fcb0fbf1401aa6d39e0961f3876091c24ba74
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 22 13:03:15 2013 -0400
Parse MAXITEMS wbxml.
We don't use it, but if the device sends it, we need to accept it.
framework/ActiveSync/lib/Horde/ActiveSync.php | 1 +
.../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php | 11 +++++
2 files changed, 12 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/fc5fcb0fbf1401aa6d39e0961f3876091c24ba74
-----------------------------------------------------------------------
commit 15f826182afe5d4e07a908392875ae2f08b9cd82
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 22 13:19:02 2013 -0400
todo
framework/ActiveSync/doc/Horde/ActiveSync/TODO | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/15f826182afe5d4e07a908392875ae2f08b9cd82
-----------------------------------------------------------------------
commit 8e34ca3c2b25118cd45c46de15ae08594966db04
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 22 13:19:12 2013 -0400
document this
framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/8e34ca3c2b25118cd45c46de15ae08594966db04
-----------------------------------------------------------------------
commit bbc54a9ab439cd64255a59b6d9faf5d2788b0485
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 22 13:19:24 2013 -0400
Add the EAS 14.0 Categories/Category properties to Mail messages.
framework/ActiveSync/lib/Horde/ActiveSync/Message/Mail.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/bbc54a9ab439cd64255a59b6d9faf5d2788b0485
-----------------------------------------------------------------------
commit 66403b450f6995e6a886256a7c8997f8fffbc350
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 22 13:20:15 2013 -0400
todo
framework/ActiveSync/doc/Horde/ActiveSync/TODO | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/66403b450f6995e6a886256a7c8997f8fffbc350
-----------------------------------------------------------------------
commit b396909ccda9f3e9f8aafb38c12b6ef84cf08673
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 22 13:29:14 2013 -0400
Add POOMCAL_FIRSTDAYOFWEEK support
framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php | 2 +
framework/ActiveSync/lib/Horde/ActiveSync/Message/Recurrence.php | 25 +++--
2 files changed, 20 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/b396909ccda9f3e9f8aafb38c12b6ef84cf08673
-----------------------------------------------------------------------
commit 7a5e982e7124143897b6b4f36851135f1c17a55d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 22 13:37:38 2013 -0400
Allow the FirstDayOfWeek property to be passed.
framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php | 10 ++++-
1 files changed, 8 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/7a5e982e7124143897b6b4f36851135f1c17a55d
-----------------------------------------------------------------------
commit b712b5a7d38bf9bc48520da7e83e9fb4db6eb0bf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 22 13:44:21 2013 -0400
Add support for online meeting links.
framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php | 12 +++++
1 files changed, 12 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/b712b5a7d38bf9bc48520da7e83e9fb4db6eb0bf
-----------------------------------------------------------------------
commit c653e8549ce4204eb574847ade3dabf82d292766
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 22 14:20:41 2013 -0400
Add support for returning photos in GAL searches.
Untested - still looking for a client that supports this.
framework/ActiveSync/lib/Horde/ActiveSync.php | 4 +
framework/ActiveSync/lib/Horde/ActiveSync/Message/Picture.php | 50 +++++++++
framework/ActiveSync/lib/Horde/ActiveSync/Request/Search.php | 30 +++++-
3 files changed, 83 insertions(+), 1 deletions(-)
create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Message/Picture.php
http://git.horde.org/horde-git/-/commit/c653e8549ce4204eb574847ade3dabf82d292766
-----------------------------------------------------------------------
commit e713fe356303886ade72f71133ae20b38c05ec75
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 22 14:21:46 2013 -0400
parse error
framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php | 4 +-
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml.php | 8 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/e713fe356303886ade72f71133ae20b38c05ec75
More information about the commits
mailing list