The branch "master" has been updated. The following is a summary of the commits.
from: 0955aa3eb5a172a1d18c34be685f12d72cb0de68 738f689 Fix umlauts in Kolab share names c7684d0 Proper Horde_Imap_Client dependency ----------------------------------------------------------------------- commit 738f6892b52a3649007f2ef031ae9a8915998ed1 Author: Thomas Jarosch <[email protected]> Date: Thu Aug 8 22:32:22 2013 +0200 Fix umlauts in Kolab share names Horde_Imap_Client handles all mailbox names as UTF-8, it's not a good idea to try a brute-force conversion from modified UTF-7 to UTF-8. In fact it's just unnecessary. Bug: 12553 Signed-off-by: Thomas Jarosch <[email protected]> Signed-off-by: Jan Schneider <[email protected]> framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php | 10 +++---- 1 files changed, 4 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/738f6892b52a3649007f2ef031ae9a8915998ed1 ----------------------------------------------------------------------- commit c7684d034490b440139c45b9491042da42469000 Author: Thomas Jarosch <[email protected]> Date: Thu Aug 8 22:55:40 2013 +0200 Proper Horde_Imap_Client dependency Bug: 12553 Signed-off-by: Thomas Jarosch <[email protected]> Signed-off-by: Jan Schneider <[email protected]> framework/Kolab_Storage/package.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/c7684d034490b440139c45b9491042da42469000 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
