The branch "master" has been updated. The following is a summary of the commits.
from: 72461ec07adb89cecaf71396b6c4fe44b8c94f9d 5deec54 [mms] Fix regression in retrieving CAPABILITY information after we login. fe457c5 Abstract authentication code 72a1135 [mms] Added support for the Google XOAuth2 authentication mechanism for the IMAP Socket driver. 3524111 [mms] Fix regression in mapping message sequence numbers to UIDs when doing an 'all' activity in POP3. 3bce366 [mms] Fix regression in POP3 SASL PLAIN authentication command. eb8527e Released Horde_Imap_Client-2.13.0 e4c1c40 Development mode for Horde_Imap_Client-2.13.1 ----------------------------------------------------------------------- commit 5deec54da36d760380d9e34331c9bcd052d9c00d Author: Michael M Slusarz <[email protected]> Date: Mon Aug 19 13:10:10 2013 -0600 [mms] Fix regression in retrieving CAPABILITY information after we login. framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 21 ++------------- framework/Imap_Client/package.xml | 4 +- 2 files changed, 5 insertions(+), 20 deletions(-) http://git.horde.org/horde-git/-/commit/5deec54da36d760380d9e34331c9bcd052d9c00d ----------------------------------------------------------------------- commit fe457c5db4e07f3206051ef0220dc71c57712244 Author: Michael M Slusarz <[email protected]> Date: Mon Aug 19 13:22:50 2013 -0600 Abstract authentication code .../lib/Horde/Imap/Client/Interaction/Command/Continuation.php | 8 + framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 115 +++-- framework/Imap_Client/package.xml | 4 +- 3 files changed, 86 insertions(+), 41 deletions(-) http://git.horde.org/horde-git/-/commit/fe457c5db4e07f3206051ef0220dc71c57712244 ----------------------------------------------------------------------- commit 72a11353a793bff43b51a567bada52b912d5cb5c Author: Michael M Slusarz <[email protected]> Date: Mon Aug 19 13:23:20 2013 -0600 [mms] Added support for the Google XOAuth2 authentication mechanism for the IMAP Socket driver. framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 10 +++++ framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 21 ++++++++++++ framework/Imap_Client/package.xml | 6 ++- framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist | 4 ++- 4 files changed, 38 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/72a11353a793bff43b51a567bada52b912d5cb5c ----------------------------------------------------------------------- commit 35241112c1f04782aebffb61508bbad3df38a711 Author: Michael M Slusarz <[email protected]> Date: Mon Aug 19 13:36:22 2013 -0600 [mms] Fix regression in mapping message sequence numbers to UIDs when doing an 'all' activity in POP3. framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 15 ++++++++-- framework/Imap_Client/package.xml | 2 + 2 files changed, 14 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/35241112c1f04782aebffb61508bbad3df38a711 ----------------------------------------------------------------------- commit 3bce36663f2753d691212803a24b6ca30668b3d5 Author: Michael M Slusarz <[email protected]> Date: Mon Aug 19 13:40:50 2013 -0600 [mms] Fix regression in POP3 SASL PLAIN authentication command. framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 9 +++++++-- framework/Imap_Client/package.xml | 2 ++ 2 files changed, 9 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/3bce36663f2753d691212803a24b6ca30668b3d5 ----------------------------------------------------------------------- commit eb8527e2c4cab68147fc9b91963e49a06c106831 Author: Michael M Slusarz <[email protected]> Date: Mon Aug 19 13:51:41 2013 -0600 Released Horde_Imap_Client-2.13.0 framework/Imap_Client/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/eb8527e2c4cab68147fc9b91963e49a06c106831 ----------------------------------------------------------------------- commit e4c1c404e462153c2133c6624e48d25ba8d45efc Author: Michael M Slusarz <[email protected]> Date: Mon Aug 19 13:51:41 2013 -0600 Development mode for Horde_Imap_Client-2.13.1 framework/Imap_Client/package.xml | 22 ++++++++++++++++------ 1 files changed, 16 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/e4c1c404e462153c2133c6624e48d25ba8d45efc -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
