The branch "imp_multiple_accounts" has been updated. The following is a summary of the commits.
from: 6cb74ceb255bffdae1a9c639c4b3d9a10408f556 935e747 Better notifications for remote login action ab74cc6 Remove version ID - this class is not designed to be cached across sessions 98f9fc6 Allow a remote IMAP object to be used to create a IMP_Imap_Tree object. 714e916 Add code that (will) add the remote mailboxes to the tree 0669e9a Move polling code to a separate library 4ea0248 Add remote_container property 3be1831 More granular identification of remote type ----------------------------------------------------------------------- commit 935e747ae98c4daa563a36e81b5c6513f846f029 Author: Michael M Slusarz <[email protected]> Date: Mon Aug 26 22:11:55 2013 -0600 Better notifications for remote login action imp/lib/Ajax/Application/Handler/Remote.php | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/935e747ae98c4daa563a36e81b5c6513f846f029 ----------------------------------------------------------------------- commit ab74cc670849293a596a803f1d5da46b1833a4c8 Author: Michael M Slusarz <[email protected]> Date: Mon Aug 26 22:26:10 2013 -0600 Remove version ID - this class is not designed to be cached across sessions imp/lib/Imap/Tree.php | 26 ++++++++++++-------------- 1 files changed, 12 insertions(+), 14 deletions(-) http://git.horde.org/horde-git/-/commit/ab74cc670849293a596a803f1d5da46b1833a4c8 ----------------------------------------------------------------------- commit 98f9fc63b5031d43ed81a96a3ca67c07a5b4035d Author: Michael M Slusarz <[email protected]> Date: Mon Aug 26 22:37:39 2013 -0600 Allow a remote IMAP object to be used to create a IMP_Imap_Tree object. imp/lib/Imap/Tree.php | 46 ++++++++++++--- imp/lib/Imap/Tree/Remote.php | 134 ++++++++++++++++++++++++++++++++++++++++++ imp/package.xml | 4 + 3 files changed, 175 insertions(+), 9 deletions(-) create mode 100644 imp/lib/Imap/Tree/Remote.php http://git.horde.org/horde-git/-/commit/98f9fc63b5031d43ed81a96a3ca67c07a5b4035d ----------------------------------------------------------------------- commit 714e916eb3800e96b8ef3f360b761ece2dbd94ce Author: Michael M Slusarz <[email protected]> Date: Mon Aug 26 22:38:44 2013 -0600 Add code that (will) add the remote mailboxes to the tree imp/lib/Ajax/Application/Handler/Remote.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/714e916eb3800e96b8ef3f360b761ece2dbd94ce ----------------------------------------------------------------------- commit 0669e9abe469d226099421fe92f1d76d82b51e45 Author: Michael M Slusarz <[email protected]> Date: Mon Aug 26 23:34:13 2013 -0600 Move polling code to a separate library imp/lib/Imap/Tree.php | 88 ++++++++++-------------------- imp/lib/Imap/Tree/Poll.php | 120 ++++++++++++++++++++++++++++++++++++++++++ imp/lib/Imap/Tree/Remote.php | 35 +----------- imp/package.xml | 2 + 4 files changed, 154 insertions(+), 91 deletions(-) create mode 100644 imp/lib/Imap/Tree/Poll.php http://git.horde.org/horde-git/-/commit/0669e9abe469d226099421fe92f1d76d82b51e45 ----------------------------------------------------------------------- commit 4ea0248314a9165a9783898b7057b2aed4e0a4df Author: Michael M Slusarz <[email protected]> Date: Mon Aug 26 23:40:42 2013 -0600 Add remote_container property imp/lib/Mailbox.php | 11 ++++++++--- imp/lib/Remote.php | 10 +++------- 2 files changed, 11 insertions(+), 10 deletions(-) http://git.horde.org/horde-git/-/commit/4ea0248314a9165a9783898b7057b2aed4e0a4df ----------------------------------------------------------------------- commit 3be18311f0a0d9670b4f760ce9894d17d2c5717c Author: Michael M Slusarz <[email protected]> Date: Mon Aug 26 22:23:35 2013 -0600 More granular identification of remote type imp/js/dimpbase.js | 22 ++++++++++++++++------ imp/lib/Imap/Tree.php | 20 +++++++++++++++----- imp/lib/Mailbox.php | 3 ++- 3 files changed, 33 insertions(+), 12 deletions(-) http://git.horde.org/horde-git/-/commit/3be18311f0a0d9670b4f760ce9894d17d2c5717c -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
