The branch "imp_6_1" has been updated. The following is a summary of the commits.
from: b56aa5c1fd0f07efc6efcac95b22a7bc0221931b eb2b26b The mail driver also needs recipients to be IDN encoded ad94e73 phpdoc 03da9ed Bug #12116: Also need to IDN encode from addresses before sending e098981 Don't double encode data URLs 918142e [mms] Add ability to submit form data to AJAX action in smartmobile view. f222dba Merge branch 'master' into imp_6_1 ----------------------------------------------------------------------- commit eb2b26b9f5a09e0f74ae35f1f1ebfdc9ba26ada2 Author: Michael M Slusarz <[email protected]> Date: Sun Mar 31 00:14:37 2013 -0600 The mail driver also needs recipients to be IDN encoded framework/Mail/lib/Horde/Mail/Transport/Mail.php | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/eb2b26b9f5a09e0f74ae35f1f1ebfdc9ba26ada2 ----------------------------------------------------------------------- commit ad94e736b797a4483dcd9a5f5536107ba88f33f5 Author: Michael M Slusarz <[email protected]> Date: Sun Mar 31 19:32:12 2013 -0600 phpdoc framework/Mail/lib/Horde/Mail/Transport/Mail.php | 24 +----------------- framework/Mail/lib/Horde/Mail/Transport/Mock.php | 23 ----------------- framework/Mail/lib/Horde/Mail/Transport/Null.php | 22 +--------------- framework/Mail/lib/Horde/Mail/Transport/Sendmail.php | 22 +--------------- framework/Mail/lib/Horde/Mail/Transport/Smtp.php | 21 --------------- framework/Mail/lib/Horde/Mail/Transport/Smtpmx.php | 24 +----------------- 6 files changed, 4 insertions(+), 132 deletions(-) http://git.horde.org/horde-git/-/commit/ad94e736b797a4483dcd9a5f5536107ba88f33f5 ----------------------------------------------------------------------- commit 03da9ed59c80288992a3bd205701b1c820fcaf2f Author: Michael M Slusarz <[email protected]> Date: Sun Mar 31 19:37:51 2013 -0600 Bug #12116: Also need to IDN encode from addresses before sending framework/Mail/lib/Horde/Mail/Transport.php | 31 ++++++++++++++++ framework/Mail/lib/Horde/Mail/Transport/Mock.php | 5 ++- framework/Mail/lib/Horde/Mail/Transport/Sendmail.php | 21 +---------- framework/Mail/lib/Horde/Mail/Transport/Smtp.php | 19 +++------- framework/Mail/lib/Horde/Mail/Transport/Smtpmx.php | 12 ++----- framework/Mail/test/Horde/Mail/SendTest.php | 34 +++++++++++++++--- 6 files changed, 73 insertions(+), 49 deletions(-) http://git.horde.org/horde-git/-/commit/03da9ed59c80288992a3bd205701b1c820fcaf2f ----------------------------------------------------------------------- commit e09898112d99ec4f305c940b898d6e210978d35b Author: Michael M Slusarz <[email protected]> Date: Mon Apr 1 00:17:19 2013 -0600 Don't double encode data URLs framework/Core/lib/Horde/Themes/Css.php | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/e09898112d99ec4f305c940b898d6e210978d35b ----------------------------------------------------------------------- commit 918142e9738bbe434f316bc44c733d61ac72cd7e Author: Michael M Slusarz <[email protected]> Date: Mon Apr 1 16:15:08 2013 -0600 [mms] Add ability to submit form data to AJAX action in smartmobile view. framework/Core/js/jquery.mobile/plugins/form.js | 1147 +++++++++++++++++++++++ framework/Core/js/smartmobile.js | 19 +- framework/Core/package.xml | 10 +- 3 files changed, 1170 insertions(+), 6 deletions(-) create mode 100644 framework/Core/js/jquery.mobile/plugins/form.js http://git.horde.org/horde-git/-/commit/918142e9738bbe434f316bc44c733d61ac72cd7e ----------------------------------------------------------------------- commit f222dba3875abeb2f88d63b72a3958de62722c2e Merge: b56aa5c 918142e Author: Michael M Slusarz <[email protected]> Date: Mon Apr 1 16:16:40 2013 -0600 Merge branch 'master' into imp_6_1 framework/Core/js/jquery.mobile/plugins/form.js | 1147 ++++++++++++++++++ framework/Core/js/smartmobile.js | 19 +- framework/Core/lib/Horde/Themes/Css.php | 11 +- framework/Core/package.xml | 10 +- framework/Mail/lib/Horde/Mail/Transport.php | 31 + framework/Mail/lib/Horde/Mail/Transport/Mail.php | 31 +- framework/Mail/lib/Horde/Mail/Transport/Mock.php | 28 +- framework/Mail/lib/Horde/Mail/Transport/Null.php | 22 +- framework/Mail/lib/Horde/Mail/Transport/Sendmail.php | 43 +- framework/Mail/lib/Horde/Mail/Transport/Smtp.php | 40 +- framework/Mail/lib/Horde/Mail/Transport/Smtpmx.php | 36 +- framework/Mail/test/Horde/Mail/SendTest.php | 34 +- 12 files changed, 1256 insertions(+), 196 deletions(-) http://git.horde.org/horde-git/-/commit/f222dba3875abeb2f88d63b72a3958de62722c2e -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
