The branch "master" has been updated. The following is a summary of the commits.
from: 58b39a38050571be72d8f8b8737f6dfaba49beac c07b2fe This is a property of the Meeting Request, not the Email object. 5a5d45b For now, don't try to second guess the client to save bandwidth. c786626 Better variable name. c8c1a22 Bug: 13739 Fix returning text/calendar data when not requesting MIME messages. 5c572ad Indent. cb5b50b Bug: 13793 Check for application/ics as well. d5801f0 BFN 584b4e3 Avoid the old "Can't use method return in write context" error. Summary: http://github.com/horde/horde/compare/58b39a38050571be72d8f8b8737f6dfaba49beac...584b4e3abf42123ea76de5a3c8cfb561786412bd ----------------------------------------------------------------------- commit c07b2feb9bb65167fe7ffe26c51a1b9034fd87ab Author: Michael J Rubinsky <[email protected]> Date: Thu Dec 11 12:03:48 2014 -0500 This is a property of the Meeting Request, not the Email object. framework/ActiveSync/lib/Horde/ActiveSync/Message/Mail.php | 6 +- .../ActiveSync/lib/Horde/ActiveSync/Message/MeetingRequest.php | 18 +++++ 2 files changed, 21 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/c07b2feb9bb65167fe7ffe26c51a1b9034fd87ab ----------------------------------------------------------------------- commit 5a5d45b827eb385931d85b6c69e0266841760230 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 15 11:16:37 2014 -0500 For now, don't try to second guess the client to save bandwidth. Need to allow this to be configured since it can negatively affect S/MIME handling. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/5a5d45b827eb385931d85b6c69e0266841760230 ----------------------------------------------------------------------- commit c78662637ac54a6f5f25eb18882bdf8278ed2938 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 15 11:20:53 2014 -0500 Better variable name. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 35 ++++++------ 1 files changed, 17 insertions(+), 18 deletions(-) http://github.com/horde/horde/commit/c78662637ac54a6f5f25eb18882bdf8278ed2938 ----------------------------------------------------------------------- commit c8c1a2245d7e355b6475415ffd134d78422ac5d6 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 15 11:21:27 2014 -0500 Bug: 13739 Fix returning text/calendar data when not requesting MIME messages. The MIME part's contents might not be set, so check if we need to fetch it from the server before returning. Bu framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 10 +++++++++- framework/ActiveSync/lib/Horde/ActiveSync/Mime.php | 5 +++-- 2 files changed, 12 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/c8c1a2245d7e355b6475415ffd134d78422ac5d6 ----------------------------------------------------------------------- commit 5c572ada8ad478c4b79d0cb736993e7fa1d57cac Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 15 11:23:52 2014 -0500 Indent. .../ActiveSync/lib/Horde/ActiveSync/Message/MeetingRequest.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/5c572ada8ad478c4b79d0cb736993e7fa1d57cac ----------------------------------------------------------------------- commit cb5b50b64f5841560e7220460ab428907876b3e8 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 15 11:29:27 2014 -0500 Bug: 13793 Check for application/ics as well. Some clients send this, and not text/calendar. framework/ActiveSync/lib/Horde/ActiveSync/Mime.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/cb5b50b64f5841560e7220460ab428907876b3e8 ----------------------------------------------------------------------- commit d5801f0a6f4c5d87d9f85c8b91d30c656c2e702e Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 15 11:30:51 2014 -0500 BFN framework/ActiveSync/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/d5801f0a6f4c5d87d9f85c8b91d30c656c2e702e ----------------------------------------------------------------------- commit 584b4e3abf42123ea76de5a3c8cfb561786412bd Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 15 11:35:31 2014 -0500 Avoid the old "Can't use method return in write context" error. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/584b4e3abf42123ea76de5a3c8cfb561786412bd -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
