The branch "imap_client_move" has been updated. The following is a summary of the commits.
from: 77596e201dd4dd1ea28ed6d9b1230885ac36f866 fa42d19 Improved saving of cache data 123bb80 Revert check for non-array in this branch a4de165 [mms] Improved handling of server write errors in the Socket driver. 49262a5 Call this reset(), because it may do more than resetting status data 4a15c81 Another place to flush our pending FETCH cache 810b466 Fix LASTMODSEQ/LASTMODSEQUIDS behavior ----------------------------------------------------------------------- commit fa42d19943c5f08fc583db322942a37715f981e4 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 25 03:26:20 2012 -0600 Improved saving of cache data framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 119 +++++----- framework/Imap_Client/lib/Horde/Imap/Client/Base/Mailbox.php | 9 + framework/Imap_Client/lib/Horde/Imap/Client/Base/Map.php | 28 ++- framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 32 ++- 4 files changed, 108 insertions(+), 80 deletions(-) http://git.horde.org/horde-git/-/commit/fa42d19943c5f08fc583db322942a37715f981e4 ----------------------------------------------------------------------- commit 123bb80b4e2fe2acf9b87544f266f564f6731404 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 25 15:45:11 2012 -0600 Revert check for non-array in this branch Can verify that there is only 1 place we call this method in the code, and this one place is guaranteed to provide an array. That's what the API says, so that's what you must give the method. framework/Imap_Client/lib/Horde/Imap/Client/Cache.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/123bb80b4e2fe2acf9b87544f266f564f6731404 ----------------------------------------------------------------------- commit a4de1655b8838135ad9e3fb0a479de7f243a4c8c Author: Michael M Slusarz <[email protected]> Date: Thu Oct 25 16:03:27 2012 -0600 [mms] Improved handling of server write errors in the Socket driver. framework/Imap_Client/lib/Horde/Imap/Client/Exception.php | 3 + framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 41 ++++++++++--- framework/Imap_Client/package.xml | 2 + 3 files changed, 37 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/a4de1655b8838135ad9e3fb0a479de7f243a4c8c ----------------------------------------------------------------------- commit 49262a52b4f8c54cc7eee6d5eeb387c3e5c0447d Author: Michael M Slusarz <[email protected]> Date: Thu Oct 25 20:18:02 2012 -0600 Call this reset(), because it may do more than resetting status data framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 4 +--- framework/Imap_Client/lib/Horde/Imap/Client/Base/Mailbox.php | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/49262a52b4f8c54cc7eee6d5eeb387c3e5c0447d ----------------------------------------------------------------------- commit 4a15c81e1b6b8735b93df749b0dd9f4df9dfcac6 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 25 21:28:58 2012 -0600 Another place to flush our pending FETCH cache framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/4a15c81e1b6b8735b93df749b0dd9f4df9dfcac6 ----------------------------------------------------------------------- commit 810b466f5562cc85ae3ec5f61bb97866f4d5f881 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 25 22:22:24 2012 -0600 Fix LASTMODSEQ/LASTMODSEQUIDS behavior framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 80 +++++---- framework/Imap_Client/lib/Horde/Imap/Client/Base/Mailbox.php | 13 +- 2 files changed, 51 insertions(+), 42 deletions(-) http://git.horde.org/horde-git/-/commit/810b466f5562cc85ae3ec5f61bb97866f4d5f881 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
