The branch "master" has been updated. The following is a summary of the commits.
from: 11faee5022321606101c0b1d016eaa360e90a2c0 57e4b68 [mms] Add support for CHUNKING extension (RFC 3030). afabd9d [mms] Add support for BINARYMIME extension (RFC 3030). fc45f34 [mms] Add support for ETRN extension (RFC 1985). 338c455 Update RFC list 22a0bdc Update SMTP tests Summary: http://github.com/horde/horde/compare/11faee5022321606101c0b1d016eaa360e90a2c0...22a0bdcdb0d865c4432ba81ba9626c4eee65f644 ----------------------------------------------------------------------- commit 57e4b68b45edafb6c0d72dd1c8c99e27ec972388 Author: Michael M Slusarz <[email protected]> Date: Sat Oct 11 01:52:46 2014 -0600 [mms] Add support for CHUNKING extension (RFC 3030). framework/Smtp/doc/Horde/Smtp/UPGRADING | 10 ++ framework/Smtp/lib/Horde/Smtp.php | 126 +++++++++++++++++++------- framework/Smtp/lib/Horde/Smtp/Connection.php | 21 ++++- framework/Smtp/lib/Horde/Smtp/Lmtp.php | 5 +- framework/Smtp/package.xml | 12 ++-- 5 files changed, 129 insertions(+), 45 deletions(-) http://github.com/horde/horde/commit/57e4b68b45edafb6c0d72dd1c8c99e27ec972388 ----------------------------------------------------------------------- commit afabd9d8101fefd913dda2ef9a48af0688da11c8 Author: Michael M Slusarz <[email protected]> Date: Sat Oct 11 02:43:39 2014 -0600 [mms] Add support for BINARYMIME extension (RFC 3030). framework/Smtp/doc/Horde/Smtp/UPGRADING | 10 +++- framework/Smtp/lib/Horde/Smtp.php | 90 +++++++++++++++++++++++-------- framework/Smtp/package.xml | 2 + 3 files changed, 78 insertions(+), 24 deletions(-) http://github.com/horde/horde/commit/afabd9d8101fefd913dda2ef9a48af0688da11c8 ----------------------------------------------------------------------- commit fc45f341e41df9eceeaa9a49ad9c8e09df2d354d Author: Michael M Slusarz <[email protected]> Date: Sun Oct 12 00:30:23 2014 -0600 [mms] Add support for ETRN extension (RFC 1985). framework/Smtp/lib/Horde/Smtp.php | 27 +++++++++++++++++++++++++++ framework/Smtp/package.xml | 2 ++ 2 files changed, 29 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/fc45f341e41df9eceeaa9a49ad9c8e09df2d354d ----------------------------------------------------------------------- commit 338c455cb854182093b148090a1d9f1abedc659c Author: Michael M Slusarz <[email protected]> Date: Sat Oct 11 02:11:39 2014 -0600 Update RFC list imp/docs/RFCS | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/338c455cb854182093b148090a1d9f1abedc659c ----------------------------------------------------------------------- commit 22a0bdcdb0d865c4432ba81ba9626c4eee65f644 Author: Michael M Slusarz <[email protected]> Date: Sun Oct 12 00:47:12 2014 -0600 Update SMTP tests framework/Smtp/test/Horde/Smtp/RemoteServerTest.php | 21 +++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/22a0bdcdb0d865c4432ba81ba9626c4eee65f644 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
