The branch "master" has been updated. The following is a summary of the commits.
from: d92498cd178f106807597c069b3873dbcbdbbbeb cb24f08 ws 4691ee5 This comment belongs here now. a00ff7d Implement BodyPart support...sort of. 5c168ee Fix variable name. 8b2ee3a Not needed/used. fde132e Simplify. 8e9a91f Parse error. e9d5031 package.xml Summary: http://github.com/horde/horde/compare/d92498cd178f106807597c069b3873dbcbdbbbeb...e9d5031b7dc7e02712dec6b7b33b3df5c7c0392f ----------------------------------------------------------------------- commit cb24f08eb31d5ea1f846de5051db1bb173407686 Author: Michael J Rubinsky <[email protected]> Date: Sun Dec 7 19:08:35 2014 -0500 ws framework/ActiveSync/lib/Horde/ActiveSync/Utils/Mime.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/cb24f08eb31d5ea1f846de5051db1bb173407686 ----------------------------------------------------------------------- commit 4691ee5ba2eb7a2efb3eca75f0413d945f56bd4f Author: Michael J Rubinsky <[email protected]> Date: Sun Dec 7 19:26:16 2014 -0500 This comment belongs here now. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 8 +------- framework/ActiveSync/lib/Horde/ActiveSync/Utils/Mime.php | 5 +++++ 2 files changed, 6 insertions(+), 7 deletions(-) http://github.com/horde/horde/commit/4691ee5ba2eb7a2efb3eca75f0413d945f56bd4f ----------------------------------------------------------------------- commit a00ff7db840942f4d4fd024d248342eabb65ba1f Author: Michael J Rubinsky <[email protected]> Date: Sun Dec 7 20:22:40 2014 -0500 Implement BodyPart support...sort of. Implement enough support for BodyPart handling to make clients that support it happy. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 73 +++- .../lib/Horde/ActiveSync/Message/AirSyncBaseBodypart.php | 78 +++++ framework/ActiveSync/lib/Horde/ActiveSync/Message/Mail.php | 9 + 3 files changed, 140 insertions(+), 20 deletions(-) create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Message/AirSyncBaseBodypart.php http://github.com/horde/horde/commit/a00ff7db840942f4d4fd024d248342eabb65ba1f ----------------------------------------------------------------------- commit 5c168eec6f57f9530a1740a3cc010e8c9e51660c Author: Michael J Rubinsky <[email protected]> Date: Sun Dec 7 20:24:45 2014 -0500 Fix variable name. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/5c168eec6f57f9530a1740a3cc010e8c9e51660c ----------------------------------------------------------------------- commit 8b2ee3a4250da1ec67288319e27c59479d1b0a3c Author: Michael J Rubinsky <[email protected]> Date: Sun Dec 7 20:33:55 2014 -0500 Not needed/used. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/8b2ee3a4250da1ec67288319e27c59479d1b0a3c ----------------------------------------------------------------------- commit fde132e518b8f83bcb19c31e0a2b6cf347d4fc0a Author: Michael J Rubinsky <[email protected]> Date: Sun Dec 7 20:34:49 2014 -0500 Simplify. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/fde132e518b8f83bcb19c31e0a2b6cf347d4fc0a ----------------------------------------------------------------------- commit 8e9a91f92b34abddbed36756281fac62346f2a6d Author: Michael J Rubinsky <[email protected]> Date: Sun Dec 7 20:40:26 2014 -0500 Parse error. .../lib/Horde/ActiveSync/Message/AirSyncBaseBodypart.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/8e9a91f92b34abddbed36756281fac62346f2a6d ----------------------------------------------------------------------- commit e9d5031b7dc7e02712dec6b7b33b3df5c7c0392f Author: Michael J Rubinsky <[email protected]> Date: Sun Dec 7 20:41:53 2014 -0500 package.xml framework/ActiveSync/package.xml | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/e9d5031b7dc7e02712dec6b7b33b3df5c7c0392f -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
