The branch "master" has been updated. The following is a summary of the commits.
from: 036d6e1e30f4d88c0841b73338971c2f719877b5 42e862b Add ability to return IDN encoded bare addresses. 30f143a phpdoc 21bc7a6 [mms] Ensure Registry exists in error handler before attempting to access it (Bug #12540). 912004e [mms] Translate mailbox names from UTF7-IMAP -> UTF-8 in return from Horde_Imap_Client_Base#getMetadata() (Bug #12541). ----------------------------------------------------------------------- commit 42e862bfb960592a94dba4da39645273e4e4f4e6 Author: Michael M Slusarz <[email protected]> Date: Wed Aug 7 15:01:03 2013 -0600 Add ability to return IDN encoded bare addresses. [mms] Added the 'bare_address_idn' property to Horde_Mail_Rfc822_Address. [mms] Added the 'bare_addresses_idn' property to Horde_Mail_Rfc822_List. framework/Mail/doc/Horde/Mail/UPGRADING | 12 ++++++++++++ framework/Mail/lib/Horde/Mail/Rfc822/Address.php | 9 +++++++++ framework/Mail/lib/Horde/Mail/Rfc822/List.php | 7 +++++++ framework/Mail/package.xml | 6 ++++-- 4 files changed, 32 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/42e862bfb960592a94dba4da39645273e4e4f4e6 ----------------------------------------------------------------------- commit 30f143a1e9104ff3cefdcdd3f8470dc6ec120985 Author: Michael M Slusarz <[email protected]> Date: Wed Aug 7 15:44:38 2013 -0600 phpdoc framework/Stream_Filter/lib/Horde/Stream/Filter/Eol.php | 4 ++-- framework/Stream_Filter/lib/Horde/Stream/Filter/Null.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/30f143a1e9104ff3cefdcdd3f8470dc6ec120985 ----------------------------------------------------------------------- commit 21bc7a682d0771fa0f55996664aaefdce0a467bb Author: Michael M Slusarz <[email protected]> Date: Wed Aug 7 17:06:05 2013 -0600 [mms] Ensure Registry exists in error handler before attempting to access it (Bug #12540). framework/Core/lib/Horde/ErrorHandler.php | 2 +- framework/Core/package.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/21bc7a682d0771fa0f55996664aaefdce0a467bb ----------------------------------------------------------------------- commit 912004ec0155586696b1eafd9593feea44f64346 Author: Michael M Slusarz <[email protected]> Date: Wed Aug 7 17:17:04 2013 -0600 [mms] Translate mailbox names from UTF7-IMAP -> UTF-8 in return from Horde_Imap_Client_Base#getMetadata() (Bug #12541). framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 83 +++++++++------- framework/Imap_Client/package.xml | 4 +- 2 files changed, 50 insertions(+), 37 deletions(-) http://git.horde.org/horde-git/-/commit/912004ec0155586696b1eafd9593feea44f64346 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
