[commits] Horde branch master updated. aade7f60bb7a7e534012dddfac6bfcc4a6191ed6
Michael M Slusarz
slusarz at horde.org
Thu Aug 8 06:19:59 UTC 2013
The branch "master" has been updated.
The following is a summary of the commits.
from: 479223290371f1fcd7bfd537bdf9732cda9e1ebc
cc46d65 Clarify MSA port vs. MTA port (former is preferred)
aade7f6 Initial release of Horde_Smtp
-----------------------------------------------------------------------
commit cc46d651e9b7608073e37e0bd24c4f523e63790b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Aug 7 23:45:02 2013 -0600
Clarify MSA port vs. MTA port (former is preferred)
imp/config/backends.php | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/cc46d651e9b7608073e37e0bd24c4f523e63790b
-----------------------------------------------------------------------
commit aade7f60bb7a7e534012dddfac6bfcc4a6191ed6
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 5 17:50:48 2013 -0600
Initial release of Horde_Smtp
Replacement for the aging (somewhat broken) Net_SMTP PEAR package.
framework/Smtp/doc/Horde/Smtp/COPYING | 458 ++++++++++++
framework/Smtp/lib/Horde/Smtp.php | 723 +++++++++++++++++++
framework/Smtp/lib/Horde/Smtp/Connection.php | 224 ++++++
framework/Smtp/lib/Horde/Smtp/Debug.php | 145 ++++
framework/Smtp/lib/Horde/Smtp/Exception.php | 160 ++++
framework/Smtp/lib/Horde/Smtp/Filter/Data.php | 63 ++
framework/Smtp/lib/Horde/Smtp/Translation.php | 57 ++
framework/Smtp/locale/Horde_Smtp.pot | 66 ++
framework/Smtp/package.xml | 155 ++++
framework/Smtp/test/Horde/Smtp/AllTests.php | 3 +
framework/Smtp/test/Horde/Smtp/RemoteServerTest.php | 87 +++
framework/Smtp/test/Horde/Smtp/bootstrap.php | 3 +
framework/Smtp/test/Horde/Smtp/conf.php.dist | 9 +
framework/Smtp/test/Horde/Smtp/phpunit.xml | 1 +
14 files changed, 2154 insertions(+), 0 deletions(-)
create mode 100644 framework/Smtp/doc/Horde/Smtp/COPYING
create mode 100644 framework/Smtp/lib/Horde/Smtp.php
create mode 100644 framework/Smtp/lib/Horde/Smtp/Connection.php
create mode 100644 framework/Smtp/lib/Horde/Smtp/Debug.php
create mode 100644 framework/Smtp/lib/Horde/Smtp/Exception.php
create mode 100644 framework/Smtp/lib/Horde/Smtp/Filter/Data.php
create mode 100644 framework/Smtp/lib/Horde/Smtp/Translation.php
create mode 100644 framework/Smtp/locale/Horde_Smtp.pot
create mode 100644 framework/Smtp/package.xml
create mode 100644 framework/Smtp/test/Horde/Smtp/AllTests.php
create mode 100644 framework/Smtp/test/Horde/Smtp/RemoteServerTest.php
create mode 100644 framework/Smtp/test/Horde/Smtp/bootstrap.php
create mode 100644 framework/Smtp/test/Horde/Smtp/conf.php.dist
create mode 100644 framework/Smtp/test/Horde/Smtp/phpunit.xml
http://git.horde.org/horde-git/-/commit/aade7f60bb7a7e534012dddfac6bfcc4a6191ed6
More information about the commits
mailing list