The branch "imp_6_1" has been updated. The following is a summary of the commits.
from: 636b86d7c75011c8d62180a5b4a0959bbd8cbac8 c39e416 tweaks 9f57ff7 phpdoc 064d906 Abstract ACL class to work even if the underlying server does not natively support ACL 7a0f485 ws 4bce7e4 [mms] Add the 'mbox_acl' hook. 7686c2f More compact variable name 884b2cd Move more IMAP session setup code into IMP_Imap 66eb74d Remove mimp_advanced hook 92aa4c1 phpdoc ----------------------------------------------------------------------- commit c39e416a964c5e5442c0b8f8c26fe18baae2b086 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 1 18:42:18 2013 -0700 tweaks imp/lib/Imap.php | 20 +++++++++++++------- 1 files changed, 13 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/c39e416a964c5e5442c0b8f8c26fe18baae2b086 ----------------------------------------------------------------------- commit 9f57ff78189a6417e1fbf3d914df2371173f130f Author: Michael M Slusarz <[email protected]> Date: Fri Mar 1 19:08:37 2013 -0700 phpdoc framework/Imap_Client/lib/Horde/Imap/Client/Data/Acl.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/9f57ff78189a6417e1fbf3d914df2371173f130f ----------------------------------------------------------------------- commit 064d906746a05562db7f34a56d0a7f97bac0a1b8 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 1 19:27:28 2013 -0700 Abstract ACL class to work even if the underlying server does not natively support ACL imp/config/prefs.php | 7 +--- imp/lib/Auth.php | 5 --- imp/lib/Dynamic/Mailbox.php | 9 +---- imp/lib/Imap.php | 6 +++ imp/lib/Imap/Acl.php | 82 +++++++++++++++++++++++-------------------- imp/lib/Mailbox.php | 10 ++--- 6 files changed, 57 insertions(+), 62 deletions(-) http://git.horde.org/horde-git/-/commit/064d906746a05562db7f34a56d0a7f97bac0a1b8 ----------------------------------------------------------------------- commit 7a0f485a63cc9d08f5b3ad667bbdf1877ecfd338 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 1 19:37:49 2013 -0700 ws imp/config/hooks.php.dist | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/7a0f485a63cc9d08f5b3ad667bbdf1877ecfd338 ----------------------------------------------------------------------- commit 4bce7e430745e1cd929f897e21b5dd5c6cc2381e Author: Michael M Slusarz <[email protected]> Date: Fri Mar 1 20:34:09 2013 -0700 [mms] Add the 'mbox_acl' hook. imp/config/backends.php | 4 - imp/config/hooks.php.dist | 55 ++++++++++++----- imp/docs/CHANGES | 2 +- imp/docs/UPGRADING | 17 ++++-- imp/lib/Imap.php | 15 ----- imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php | 2 +- imp/lib/Mailbox.php | 70 +++++++------------- imp/package.xml | 2 +- 8 files changed, 80 insertions(+), 87 deletions(-) http://git.horde.org/horde-git/-/commit/4bce7e430745e1cd929f897e21b5dd5c6cc2381e ----------------------------------------------------------------------- commit 7686c2f022e443e849e3090939540ca8690efbdf Author: Michael M Slusarz <[email protected]> Date: Fri Mar 1 20:42:29 2013 -0700 More compact variable name imp/lib/Imap.php | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) http://git.horde.org/horde-git/-/commit/7686c2f022e443e849e3090939540ca8690efbdf ----------------------------------------------------------------------- commit 884b2cd55dd2d2be1e74c9b7d1ac0ec048d91c34 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 1 22:49:34 2013 -0700 Move more IMAP session setup code into IMP_Imap No need to parse the config file again. Don't store admin password in memory. It's rarely used. imp/lib/Application.php | 21 ++++----- imp/lib/Auth.php | 66 +--------------------------- imp/lib/Dynamic/Mailbox.php | 2 +- imp/lib/Factory/AuthImap.php | 27 +++++------ imp/lib/Factory/Mail.php | 23 +++------ imp/lib/Factory/Quota.php | 13 +----- imp/lib/Imap.php | 96 ++++++++++++++++++++++++++++++++++++++++- imp/lib/Mailbox/List.php | 6 ++- imp/lib/Prefs/Special/Acl.php | 4 +- imp/lib/Quota/Ui.php | 2 +- 10 files changed, 136 insertions(+), 124 deletions(-) http://git.horde.org/horde-git/-/commit/884b2cd55dd2d2be1e74c9b7d1ac0ec048d91c34 ----------------------------------------------------------------------- commit 66eb74db99fac1dc36de3a099c8aaf65ecf2bba9 Author: Michael M Slusarz <[email protected]> Date: Sat Mar 2 00:35:37 2013 -0700 Remove mimp_advanced hook imp/config/hooks.php.dist | 37 -------------------------------- imp/docs/UPGRADING | 9 +++++-- imp/lib/Minimal/Compose.php | 20 +++++++---------- imp/lib/Minimal/Mailbox.php | 11 ++------- imp/templates/minimal/mailbox.html.php | 6 ----- 5 files changed, 17 insertions(+), 66 deletions(-) http://git.horde.org/horde-git/-/commit/66eb74db99fac1dc36de3a099c8aaf65ecf2bba9 ----------------------------------------------------------------------- commit 92aa4c1874ffc2b16f92e566dd5136889ee67287 Author: Michael M Slusarz <[email protected]> Date: Sat Mar 2 15:52:18 2013 -0700 phpdoc imp/config/backends.php | 296 ++++++++++++++++++++++++----------------------- 1 files changed, 150 insertions(+), 146 deletions(-) http://git.horde.org/horde-git/-/commit/92aa4c1874ffc2b16f92e566dd5136889ee67287 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
