The branch "master" has been updated. The following is a summary of the commits.
from: c6cb5e9f6ec1c18aaf9e05de2f4c54b71b11bfbe ca24f45 Abstract out Horde_Core_ActiveSync_Mail:: 627c03e phpdoc 937eb95 Simplify. d4aff92 Fix variable name. 884598f Simplify. Summary: http://github.com/horde/horde/compare/c6cb5e9f6ec1c18aaf9e05de2f4c54b71b11bfbe...884598fee84a19d9802ce35922eb23780466e846 ----------------------------------------------------------------------- commit ca24f45d3c983ad355fdca7e3f25e644f93a70a6 Author: Michael J Rubinsky <[email protected]> Date: Sun May 25 01:23:59 2014 -0400 Abstract out Horde_Core_ActiveSync_Mail:: Contains all logic related to building and sending an email using EAS. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 371 ++----------------- framework/Core/lib/Horde/Core/ActiveSync/Mail.php | 361 ++++++++++++++++++ framework/Core/package.xml | 6 +- 3 files changed, 405 insertions(+), 333 deletions(-) create mode 100644 framework/Core/lib/Horde/Core/ActiveSync/Mail.php http://github.com/horde/horde/commit/ca24f45d3c983ad355fdca7e3f25e644f93a70a6 ----------------------------------------------------------------------- commit 627c03e5f168900d8f5a3417998d6b90a205169c Author: Michael J Rubinsky <[email protected]> Date: Sun May 25 02:07:17 2014 -0400 phpdoc framework/Core/lib/Horde/Core/ActiveSync/Mail.php | 193 +++++++++++++++++++-- 1 files changed, 177 insertions(+), 16 deletions(-) http://github.com/horde/horde/commit/627c03e5f168900d8f5a3417998d6b90a205169c ----------------------------------------------------------------------- commit 937eb9562059af1c6a0c2f38cb722676f5f533cd Author: Michael J Rubinsky <[email protected]> Date: Sun May 25 02:16:52 2014 -0400 Simplify. framework/Core/lib/Horde/Core/ActiveSync/Mail.php | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/937eb9562059af1c6a0c2f38cb722676f5f533cd ----------------------------------------------------------------------- commit d4aff9239efaf00a4f434bf8e218d9598a1b7029 Author: Michael J Rubinsky <[email protected]> Date: Sun May 25 02:17:02 2014 -0400 Fix variable name. framework/Core/lib/Horde/Core/ActiveSync/Mail.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/d4aff9239efaf00a4f434bf8e218d9598a1b7029 ----------------------------------------------------------------------- commit 884598fee84a19d9802ce35922eb23780466e846 Author: Michael J Rubinsky <[email protected]> Date: Sun May 25 02:17:12 2014 -0400 Simplify. framework/Core/lib/Horde/Core/ActiveSync/Mail.php | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) http://github.com/horde/horde/commit/884598fee84a19d9802ce35922eb23780466e846 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
