The branch "master" has been updated. The following is a summary of the commits.
from: 6ed73e0edab15b6132a7ef7918fdbfd2c362fa81 ed3d5c2 [mms] Support validation of EAI addresses (RFC 6532). d778a14 [mms] Transport driver now indicates whether it handles EAI data. 265c7da code formatting e0d8c17 [mms] Add property to address object to indicate whether it is an EAI address. aa27edb Move sent-mail sending code to separate function ec218ea [mms] Auto-detect EAI support on mail backends and provide validation feedback without the need to submit to the backend. e1d3718 Update RFC list for EAI information 7cb3fa3 These are better classified as EAI examples, not UTF-8 145c62a More EAI tests 333f4ac latinize.js is external script, so should live in external subdir a90cd45 keynavlist fade duration moved to an option e848c05 Add indication that autocomplete search is occurring on backend 5782714 Content param parsing should be done directly on each byte 101105f ws Summary: http://github.com/horde/horde/compare/6ed73e0edab15b6132a7ef7918fdbfd2c362fa81...101105f33341c413a0c81a7ea065ac0a2b61db6f ----------------------------------------------------------------------- commit ed3d5c2aff04e749467c9b3d92dadb982562646d Author: Michael M Slusarz <[email protected]> Date: Sat Oct 25 16:36:29 2014 -0600 [mms] Support validation of EAI addresses (RFC 6532). framework/Mail/doc/Horde/Mail/UPGRADING | 10 +++ framework/Mail/lib/Horde/Mail/Rfc822.php | 77 ++++++++++++++++++-------- framework/Mail/package.xml | 2 + framework/Mail/test/Horde/Mail/ParseTest.php | 32 ++++++++++- 4 files changed, 94 insertions(+), 27 deletions(-) http://github.com/horde/horde/commit/ed3d5c2aff04e749467c9b3d92dadb982562646d ----------------------------------------------------------------------- commit d778a1445b112aad9db4a88da11acec8e1a57db4 Author: Michael M Slusarz <[email protected]> Date: Sat Oct 25 18:35:21 2014 -0600 [mms] Transport driver now indicates whether it handles EAI data. framework/Mail/doc/Horde/Mail/UPGRADING | 10 ++++++++++ framework/Mail/lib/Horde/Mail/Transport.php | 13 +++++++++++++ framework/Mail/lib/Horde/Mail/Transport/Smtp.php | 15 ++++++++------- framework/Mail/lib/Horde/Mail/Transport/Smtphorde.php | 13 +++++++++++++ framework/Mail/lib/Horde/Mail/Transport/Smtpmx.php | 15 ++++++++------- framework/Mail/package.xml | 4 +++- 6 files changed, 55 insertions(+), 15 deletions(-) http://github.com/horde/horde/commit/d778a1445b112aad9db4a88da11acec8e1a57db4 ----------------------------------------------------------------------- commit 265c7dacfd6297ae7b68374ddee2da2a3c288e40 Author: Michael M Slusarz <[email protected]> Date: Sat Oct 25 18:58:06 2014 -0600 code formatting framework/Mail/lib/Horde/Mail/Rfc822/Group.php | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/265c7dacfd6297ae7b68374ddee2da2a3c288e40 ----------------------------------------------------------------------- commit e0d8c172e0340fa2702b95c036e4d0ec9478f051 Author: Michael M Slusarz <[email protected]> Date: Sat Oct 25 19:03:52 2014 -0600 [mms] Add property to address object to indicate whether it is an EAI address. framework/Mail/doc/Horde/Mail/UPGRADING | 4 ++++ framework/Mail/lib/Horde/Mail/Rfc822/Address.php | 8 ++++++++ framework/Mail/package.xml | 2 ++ framework/Mail/test/Horde/Mail/AddressTest.php | 8 +++++++- 4 files changed, 21 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/e0d8c172e0340fa2702b95c036e4d0ec9478f051 ----------------------------------------------------------------------- commit aa27edb6d0f9758baa485e013a9bea451c0eb0c4 Author: Michael M Slusarz <[email protected]> Date: Sat Oct 25 19:16:03 2014 -0600 Move sent-mail sending code to separate function imp/lib/Compose.php | 132 +++++++++++++++++++++++++++++---------------------- 1 files changed, 75 insertions(+), 57 deletions(-) http://github.com/horde/horde/commit/aa27edb6d0f9758baa485e013a9bea451c0eb0c4 ----------------------------------------------------------------------- commit ec218ea14c416aba1128566357e609d5928b80a1 Author: Michael M Slusarz <[email protected]> Date: Sat Oct 25 19:25:20 2014 -0600 [mms] Auto-detect EAI support on mail backends and provide validation feedback without the need to submit to the backend. imp/docs/CHANGES | 2 + imp/lib/Compose.php | 55 ++++++++++++++++++++++++------ imp/lib/Prefs/Identity.php | 15 +------- imp/lib/Prefs/Special/PgpPrivateKey.php | 4 +-- imp/package.xml | 1 + 5 files changed, 50 insertions(+), 27 deletions(-) http://github.com/horde/horde/commit/ec218ea14c416aba1128566357e609d5928b80a1 ----------------------------------------------------------------------- commit e1d371829e0719cf29797e52f25eb577964e919f Author: Michael M Slusarz <[email protected]> Date: Sat Oct 25 19:27:56 2014 -0600 Update RFC list for EAI information imp/docs/RFCS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/e1d371829e0719cf29797e52f25eb577964e919f ----------------------------------------------------------------------- commit 7cb3fa39e7a51748be32157d96b90467a03104a5 Author: Michael M Slusarz <[email protected]> Date: Sat Oct 25 22:24:12 2014 -0600 These are better classified as EAI examples, not UTF-8 framework/Mime/test/Horde/Mime/HeadersTest.php | 4 ++-- framework/Mime/test/Horde/Mime/PartTest.php | 4 ++-- framework/Mime/test/Horde/Mime/fixtures/sample_msg_eai.txt | 9 +++++++++ framework/Mime/test/Horde/Mime/fixtures/sample_msg_eai_2.txt | 5 +++++ framework/Mime/test/Horde/Mime/fixtures/sample_msg_utf8.txt | 9 --------- framework/Mime/test/Horde/Mime/fixtures/sample_msg_utf8_2.txt | 5 ----- 6 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 framework/Mime/test/Horde/Mime/fixtures/sample_msg_eai.txt create mode 100644 framework/Mime/test/Horde/Mime/fixtures/sample_msg_eai_2.txt delete mode 100644 framework/Mime/test/Horde/Mime/fixtures/sample_msg_utf8.txt delete mode 100644 framework/Mime/test/Horde/Mime/fixtures/sample_msg_utf8_2.txt http://github.com/horde/horde/commit/7cb3fa39e7a51748be32157d96b90467a03104a5 ----------------------------------------------------------------------- commit 145c62a1fa010e6b93dd14d32ecf39e353c9c3e9 Author: Michael M Slusarz <[email protected]> Date: Sat Oct 25 22:34:31 2014 -0600 More EAI tests framework/Mime/test/Horde/Mime/HeadersTest.php | 21 +++++- framework/Mime/test/Horde/Mime/PartTest.php | 37 ++++++++++ framework/Mime/test/Horde/Mime/fixtures/sample_msg_eai_3.txt | 20 +++++ framework/Mime/test/Horde/Mime/fixtures/sample_msg_eai_4.txt | 8 ++ 4 files changed, 85 insertions(+), 1 deletions(-) create mode 100644 framework/Mime/test/Horde/Mime/fixtures/sample_msg_eai_3.txt create mode 100644 framework/Mime/test/Horde/Mime/fixtures/sample_msg_eai_4.txt http://github.com/horde/horde/commit/145c62a1fa010e6b93dd14d32ecf39e353c9c3e9 ----------------------------------------------------------------------- commit 333f4acafb4e7a8147ddcde857e41e0545538455 Author: Michael M Slusarz <[email protected]> Date: Sun Oct 26 00:23:57 2014 -0600 latinize.js is external script, so should live in external subdir imp/js/external/latinize.js | 868 +++++++++++++++++++++++++++++++ imp/js/latinize.js | 868 ------------------------------- imp/lib/Script/Package/Autocomplete.php | 2 +- imp/package.xml | 6 +- 4 files changed, 872 insertions(+), 872 deletions(-) create mode 100644 imp/js/external/latinize.js delete mode 100644 imp/js/latinize.js http://github.com/horde/horde/commit/333f4acafb4e7a8147ddcde857e41e0545538455 ----------------------------------------------------------------------- commit a90cd45215ae1acbed9a72a4f3f5d6b01a46677e Author: Michael M Slusarz <[email protected]> Date: Sun Oct 26 00:36:38 2014 -0600 keynavlist fade duration moved to an option framework/Core/js/keynavlist.js | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/a90cd45215ae1acbed9a72a4f3f5d6b01a46677e ----------------------------------------------------------------------- commit e848c05ce2530a9ea53fbbd1056bb884296b7b1e Author: Michael M Slusarz <[email protected]> Date: Sun Oct 26 01:06:44 2014 -0600 Add indication that autocomplete search is occurring on backend imp/js/autocomplete.js | 41 ++++++++++++++++++++++++------- imp/js/compose.js | 2 + imp/lib/Dynamic/Compose/Common.php | 1 + imp/themes/default/dynamic/compose.css | 17 +++++++----- 4 files changed, 44 insertions(+), 17 deletions(-) http://github.com/horde/horde/commit/e848c05ce2530a9ea53fbbd1056bb884296b7b1e ----------------------------------------------------------------------- commit 57827148c5e0cdef988fd4e48c151a3fc358ba55 Author: Michael M Slusarz <[email protected]> Date: Sun Oct 26 01:58:53 2014 -0600 Content param parsing should be done directly on each byte framework/Mime/lib/Horde/Mime/ContentParam.php | 54 +++++++++++++---- framework/Mime/lib/Horde/Mime/ContentParam/Decode.php | 16 +++-- 2 files changed, 52 insertions(+), 18 deletions(-) http://github.com/horde/horde/commit/57827148c5e0cdef988fd4e48c151a3fc358ba55 ----------------------------------------------------------------------- commit 101105f33341c413a0c81a7ea065ac0a2b61db6f Author: Michael M Slusarz <[email protected]> Date: Sun Oct 26 02:36:53 2014 -0600 ws imp/js/dimpbase.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/101105f33341c413a0c81a7ea065ac0a2b61db6f -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
