[commits] Horde branch master updated. 2b350c9f7f7d7658b9d6d9112fab17759977c50a

Michael M Slusarz slusarz at horde.org
Wed May 14 22:03:28 UTC 2014


The branch "master" has been updated.
The following is a summary of the commits.

from: a3c390a9a973d3569b005b1e58c0780bbcc7dfed

43a5ea9 Fix hook name
4414d7d [mms] Added an LMTP (RFC 2033) driver.
0e528bf [mms] Add Horde_Mail_Transport_Lmtphorde driver.
2b350c9 [mms] Support LMTP servers when sending mail.

Summary: http://github.com/horde/horde/compare/a3c390a9a973d3569b005b1e58c0780bbcc7dfed...2b350c9f7f7d7658b9d6d9112fab17759977c50a

-----------------------------------------------------------------------

commit 43a5ea981543738d5bcab714433dc52968b4b38c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed May 14 15:31:24 2014 -0600

    Fix hook name

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/43a5ea981543738d5bcab714433dc52968b4b38c

-----------------------------------------------------------------------

commit 4414d7df662aa348f158b955d35ab9832638c9b3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed May 14 14:52:54 2014 -0600

    [mms] Added an LMTP (RFC 2033) driver.
    
    [mms] Horde_Smtp#send() now returns recipient status information if at least one recipient was successfully accepted.

 framework/Smtp/doc/Horde/Smtp/UPGRADING     |   19 ++++
 framework/Smtp/lib/Horde/Smtp.php           |  139 +++++++++++++++++++-------
 framework/Smtp/lib/Horde/Smtp/Exception.php |    4 +
 framework/Smtp/lib/Horde/Smtp/Lmtp.php      |   88 +++++++++++++++++
 framework/Smtp/package.xml                  |   18 +++-
 5 files changed, 228 insertions(+), 40 deletions(-)
 create mode 100644 framework/Smtp/lib/Horde/Smtp/Lmtp.php

http://github.com/horde/horde/commit/4414d7df662aa348f158b955d35ab9832638c9b3

-----------------------------------------------------------------------

commit 0e528bf708cb4987bb1af568b7f99391fa19de5a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed May 14 15:44:46 2014 -0600

    [mms] Add Horde_Mail_Transport_Lmtphorde driver.

 framework/Mail/doc/Horde/Mail/UPGRADING               |    8 ++
 framework/Mail/lib/Horde/Mail/Transport/Lmtphorde.php |   64 +++++++++++++++++
 framework/Mail/package.xml                            |   20 +++---
 3 files changed, 83 insertions(+), 9 deletions(-)
 create mode 100644 framework/Mail/lib/Horde/Mail/Transport/Lmtphorde.php

http://github.com/horde/horde/commit/0e528bf708cb4987bb1af568b7f99391fa19de5a

-----------------------------------------------------------------------

commit 2b350c9f7f7d7658b9d6d9112fab17759977c50a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed May 14 15:50:27 2014 -0600

    [mms] Support LMTP servers when sending mail.

 framework/Core/lib/Horde/Core/Factory/Mail.php |    7 ++++++-
 framework/Core/package.xml                     |   11 +++--------
 horde/config/conf.xml                          |    6 ++++--
 horde/docs/CHANGES                             |    1 +
 horde/docs/UPGRADING                           |    2 ++
 horde/package.xml                              |    4 ++--
 imp/config/backends.php                        |    2 ++
 imp/docs/CHANGES                               |    1 +
 imp/docs/RELEASE_NOTES                         |    2 ++
 imp/docs/RFCS                                  |    1 +
 imp/docs/UPGRADING                             |    2 ++
 imp/package.xml                                |    2 ++
 12 files changed, 28 insertions(+), 13 deletions(-)

http://github.com/horde/horde/commit/2b350c9f7f7d7658b9d6d9112fab17759977c50a




More information about the commits mailing list