The branch "imp_multiple_accounts" has been updated. The following is a summary of the commits.
from: 1501f7148a19aa1990e852a52529e5db4eb0bf4e b971700 Remote account details now stored in separate object 90f25e7 Add label to remote account configuration 248c2f0 Fix deleting remote account 9d251e8 this bind() is not needed dfa14a6 Make sure we actually have a string value for these offset values 5fa68a2 Initial stub for the remote login AJAX action ----------------------------------------------------------------------- commit b971700d813d9a32760f39497fc287849ebfb42a Author: Michael M Slusarz <[email protected]> Date: Thu Aug 22 13:40:03 2013 -0600 Remote account details now stored in separate object imp/lib/Imap/Tree.php | 4 +- imp/lib/Mailbox.php | 2 +- imp/lib/Prefs/Special/Remote.php | 37 +++++------ imp/lib/Remote.php | 33 +-------- imp/lib/Remote/Account.php | 124 +++++++++++++++++++++++++++++++++++ imp/package.xml | 16 ++++- imp/templates/prefs/remote.html.php | 14 ++-- 7 files changed, 169 insertions(+), 61 deletions(-) create mode 100644 imp/lib/Remote/Account.php http://git.horde.org/horde-git/-/commit/b971700d813d9a32760f39497fc287849ebfb42a ----------------------------------------------------------------------- commit 90f25e7da4bfb63a6eb1df40e2b14e0c291f9967 Author: Michael M Slusarz <[email protected]> Date: Thu Aug 22 15:57:35 2013 -0600 Add label to remote account configuration imp/lib/Prefs/Special/Remote.php | 7 +++++-- imp/lib/Remote/Account.php | 5 +++++ imp/templates/prefs/remote.html.php | 11 ++++++++++- 3 files changed, 20 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/90f25e7da4bfb63a6eb1df40e2b14e0c291f9967 ----------------------------------------------------------------------- commit 248c2f06e7750b0dfaf7f72f813e3f54a23a1c52 Author: Michael M Slusarz <[email protected]> Date: Thu Aug 22 16:03:46 2013 -0600 Fix deleting remote account imp/js/remoteprefs.js | 2 +- imp/templates/prefs/remote.html.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/248c2f06e7750b0dfaf7f72f813e3f54a23a1c52 ----------------------------------------------------------------------- commit 9d251e868f541b773b0448f4d506f25d49fb861a Author: Michael M Slusarz <[email protected]> Date: Thu Aug 22 18:56:01 2013 -0600 this bind() is not needed imp/js/dimpbase.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/9d251e868f541b773b0448f4d506f25d49fb861a ----------------------------------------------------------------------- commit dfa14a65ab83b455bef8135b89ce2c8ce78e4cbb Author: Michael M Slusarz <[email protected]> Date: Thu Aug 22 18:56:10 2013 -0600 Make sure we actually have a string value for these offset values imp/lib/Remote.php | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/dfa14a65ab83b455bef8135b89ce2c8ce78e4cbb ----------------------------------------------------------------------- commit 5fa68a222409609c85b76d0c40a23cdaec434a91 Author: Michael M Slusarz <[email protected]> Date: Thu Aug 22 18:56:48 2013 -0600 Initial stub for the remote login AJAX action imp/js/base64.js | 176 +++++++++++++++++++++++++++ imp/js/dimpbase.js | 19 +++- imp/lib/Ajax/Application.php | 3 + imp/lib/Ajax/Application/Handler/Remote.php | 60 +++++++++ imp/lib/Dynamic/Mailbox.php | 4 + imp/package.xml | 4 + 6 files changed, 265 insertions(+), 1 deletions(-) create mode 100644 imp/js/base64.js create mode 100644 imp/lib/Ajax/Application/Handler/Remote.php http://git.horde.org/horde-git/-/commit/5fa68a222409609c85b76d0c40a23cdaec434a91 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
