The branch "horde_activesync_3_0" has been updated. The following is a summary of the commits.
from: 667b2dec2d131fa2fb18dfab61ce72c865aecc83 97b0a5f TODO bcef452 First pass at LASTEXECUTEDVERB support for synching reply/forward state. 55ce0cc ws ce27707 Bump version c797d0d Fix is_callable check. 011c953 Explicitly specifiy we want the envelope data. 9b75015 todo ca2d3d7 Give deviceinfo the EAS version information. a46760c Inject the device object to the sync object. 52a7049 ws/phpdoc 0c25e7d Extract _getLastVerb(); Fix variable names. 9bb4d23 Improve/Refactor support for fetching the LASTVERBEXECUTED data. 748bca9 Existing flags were already added by this point. 15ff1d5 phpdoc/ws bc10f9b Add CHANGE_*_STATE constants. 95091de Improve outputting flag/verb changes. ----------------------------------------------------------------------- commit 97b0a5f2a54673c3474cc1f28e4ab9b8b2d62a59 Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 20 00:48:57 2013 -0400 TODO framework/ActiveSync/doc/Horde/ActiveSync/TODO | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/97b0a5f2a54673c3474cc1f28e4ab9b8b2d62a59 ----------------------------------------------------------------------- commit bcef452a863d38cae82079c7e33a7314ef83d5ca Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 20 01:00:38 2013 -0400 First pass at LASTEXECUTEDVERB support for synching reply/forward state. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 49 ++++++++++++ framework/ActiveSync/lib/Horde/ActiveSync/Message/Mail.php | 16 +++- 2 files changed, 60 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/bcef452a863d38cae82079c7e33a7314ef83d5ca ----------------------------------------------------------------------- commit 55ce0ccae191501ce29c7e828db71c428cc5e8f9 Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 20 01:01:19 2013 -0400 ws framework/ActiveSync/lib/Horde/ActiveSync/Message/Mail.php | 15 +++++------ 1 files changed, 7 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/55ce0ccae191501ce29c7e828db71c428cc5e8f9 ----------------------------------------------------------------------- commit ce27707b072cf2daa4e87c09b8eee6cd886c79b4 Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 20 10:20:10 2013 -0400 Bump version framework/ActiveSync/package.xml | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/ce27707b072cf2daa4e87c09b8eee6cd886c79b4 ----------------------------------------------------------------------- commit c797d0d10927fd753046c20c072c8645f86aa63b Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 20 13:41:07 2013 -0400 Fix is_callable check. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/c797d0d10927fd753046c20c072c8645f86aa63b ----------------------------------------------------------------------- commit 011c9538d87aeeef9bf7bf9a56396a57e0996bc4 Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 20 14:30:11 2013 -0400 Explicitly specifiy we want the envelope data. Potentially saves an extra round trip to the server. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 16 +++- framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 53 +----------- 2 files changed, 15 insertions(+), 54 deletions(-) http://git.horde.org/horde-git/-/commit/011c9538d87aeeef9bf7bf9a56396a57e0996bc4 ----------------------------------------------------------------------- commit 9b7501586ddd17c762a4a94ac190a762e62ed513 Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 21 12:51:27 2013 -0400 todo framework/ActiveSync/lib/Horde/ActiveSync.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/9b7501586ddd17c762a4a94ac190a762e62ed513 ----------------------------------------------------------------------- commit ca2d3d784e6b1f8b5e6d93d718de85e6abda3a86 Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 21 12:51:58 2013 -0400 Give deviceinfo the EAS version information. Start moving towards making the device object a more full fledged device property manager. framework/ActiveSync/lib/Horde/ActiveSync.php | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/ca2d3d784e6b1f8b5e6d93d718de85e6abda3a86 ----------------------------------------------------------------------- commit a46760cbb5efbf34ec0b9340b331baab9adea856 Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 21 12:54:01 2013 -0400 Inject the device object to the sync object. framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php | 2 +- framework/ActiveSync/lib/Horde/ActiveSync/Sync.php | 14 ++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/a46760cbb5efbf34ec0b9340b331baab9adea856 ----------------------------------------------------------------------- commit 52a7049be42aa2a37e1974c15d0f699c6a72c44f Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 21 12:55:18 2013 -0400 ws/phpdoc framework/ActiveSync/lib/Horde/ActiveSync/Sync.php | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/52a7049be42aa2a37e1974c15d0f699c6a72c44f ----------------------------------------------------------------------- commit 0c25e7df5fcb7c8f1a11dd88748b73d9ac3d8dca Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 21 13:00:13 2013 -0400 Extract _getLastVerb(); Fix variable names. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 33 ++++++++--- 1 files changed, 24 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/0c25e7df5fcb7c8f1a11dd88748b73d9ac3d8dca ----------------------------------------------------------------------- commit 9bb4d23ca715c955c81b26ce3b33ad557cb1e95c Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 21 13:02:09 2013 -0400 Improve/Refactor support for fetching the LASTVERBEXECUTED data. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 27 ++++++++--- 1 files changed, 19 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/9bb4d23ca715c955c81b26ce3b33ad557cb1e95c ----------------------------------------------------------------------- commit 748bca9492e83557c38c785d3beeb6f731c6cf4a Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 21 13:05:54 2013 -0400 Existing flags were already added by this point. Merge them in setChanges(), not when building the changes. framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php | 2 +- framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/748bca9492e83557c38c785d3beeb6f731c6cf4a ----------------------------------------------------------------------- commit 15ff1d5d8e5ecca01047084f9d10a05b0a0e2f77 Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 21 13:07:23 2013 -0400 phpdoc/ws framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/15ff1d5d8e5ecca01047084f9d10a05b0a0e2f77 ----------------------------------------------------------------------- commit bc10f9b271faaed1fb61dce23cf4db5da0fafb50 Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 21 13:10:42 2013 -0400 Add CHANGE_*_STATE constants. framework/ActiveSync/lib/Horde/ActiveSync.php | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/bc10f9b271faaed1fb61dce23cf4db5da0fafb50 ----------------------------------------------------------------------- commit 95091de7fcf775aafb2aba60c3c9821e285f1267 Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 21 13:11:45 2013 -0400 Improve outputting flag/verb changes. No need for separate method to export these changes. Use the already existing Mail message object and output as any other normal change set. framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php | 29 ------ framework/ActiveSync/lib/Horde/ActiveSync/Message/Mail.php | 17 +++ framework/ActiveSync/lib/Horde/ActiveSync/Sync.php | 27 ++++- 3 files changed, 40 insertions(+), 33 deletions(-) http://git.horde.org/horde-git/-/commit/95091de7fcf775aafb2aba60c3c9821e285f1267 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
