[commits] Horde branch master updated. 8a85e5af6f57843c0e93283332587573d521829b
Michael M Slusarz
slusarz at horde.org
Mon Aug 4 22:50:11 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: 932a459e3eb298364bb26ed7380db53a28e44b42
e1b3cf3 Fix typo
b4ec077 [mms] Added the 'url' property to Horde_Imap_Client_Base.
fb63cca Provide a bit more context on live server failures
84f3bfb USER is not a required POP3 command
be80962 At least one version of Courier is flat-out broken when it comes to sorting, so skip those tests
5b72291 TODO for IMP
c2d5b6d Fix error when using POP3
4ab3ab1 simplify
34d7654 [mms] Fix sorting of POP3 IDs.
fea7730 [mms] Improved determination of a pseudo-UIDNEXT value for POP3 servers.
e16e4a6 [mms] Fix vacation in the maildrop driver (Bug #13415; balestrieri at mag-data.com).
4fb4b05 [mms] Correctly expire internal cache in POP3 when messages are deleted.
5fd7c5e simplify
c7c8ec8 [mms] Fix updating viewport immediately after deleting messages on POP3 servers.
dd1f97a Default to auto-detect security for live unit test
11450b6 Released Horde_Imap_Client-2.24.0
8a85e5a Development mode for Horde_Imap_Client-2.24.1
Summary: http://github.com/horde/horde/compare/932a459e3eb298364bb26ed7380db53a28e44b42...8a85e5af6f57843c0e93283332587573d521829b
-----------------------------------------------------------------------
commit e1b3cf32df4628f0dabc6c40c586ba9053170b47
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 09:13:31 2014 -0600
Fix typo
imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/e1b3cf32df4628f0dabc6c40c586ba9053170b47
-----------------------------------------------------------------------
commit b4ec077987a3c299b78d934b1704f8d6c08b7964
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 11:23:54 2014 -0600
[mms] Added the 'url' property to Horde_Imap_Client_Base.
framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 2 +-
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 9 ++++++
framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 15 +++++++++++
framework/Imap_Client/package.xml | 2 +
4 files changed, 27 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/b4ec077987a3c299b78d934b1704f8d6c08b7964
-----------------------------------------------------------------------
commit fb63cca1745979407fb4e5a32e34ee79ff491c21
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 12:06:02 2014 -0600
Provide a bit more context on live server failures
framework/Imap_Client/package.xml | 6 +-
framework/Imap_Client/test/Horde/Imap/Client/Live/Base.php | 43 ++++
framework/Imap_Client/test/Horde/Imap/Client/Live/Imap.php | 125 ++++++------
framework/Imap_Client/test/Horde/Imap/Client/Live/Pop3.php | 25 +--
4 files changed, 120 insertions(+), 79 deletions(-)
create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Live/Base.php
http://github.com/horde/horde/commit/fb63cca1745979407fb4e5a32e34ee79ff491c21
-----------------------------------------------------------------------
commit 84f3bfb7f714dd505c924df983fc3755033df565
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 12:13:25 2014 -0600
USER is not a required POP3 command
framework/Imap_Client/test/Horde/Imap/Client/Live/Pop3.php | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/84f3bfb7f714dd505c924df983fc3755033df565
-----------------------------------------------------------------------
commit be80962a1a3930c64bc7ae2b47c0de77fc896813
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 12:16:29 2014 -0600
At least one version of Courier is flat-out broken when it comes to sorting, so skip those tests
framework/Imap_Client/test/Horde/Imap/Client/Live/Imap.php | 18 ++++++++---
1 files changed, 13 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/be80962a1a3930c64bc7ae2b47c0de77fc896813
-----------------------------------------------------------------------
commit 5b72291ed8166346bff6daec2f2f97ca8ecd139d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 14:55:37 2014 -0600
TODO for IMP
imp/lib/Imap.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/5b72291ed8166346bff6daec2f2f97ca8ecd139d
-----------------------------------------------------------------------
commit c2d5b6de5586adbe8751113ef1e40919ba275825
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 15:04:28 2014 -0600
Fix error when using POP3
imp/lib/Imap.php | 16 +++++-----------
imp/lib/Mailbox.php | 23 ++++++++++++-----------
2 files changed, 17 insertions(+), 22 deletions(-)
http://github.com/horde/horde/commit/c2d5b6de5586adbe8751113ef1e40919ba275825
-----------------------------------------------------------------------
commit 4ab3ab1ba7e0d280b1b0b03531d89a9caa804d94
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 15:16:27 2014 -0600
simplify
framework/Imap_Client/lib/Horde/Imap/Client/Data/Sync.php | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/4ab3ab1ba7e0d280b1b0b03531d89a9caa804d94
-----------------------------------------------------------------------
commit 34d76549190eb1990b2e9e290c4fe01382ccf2da
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 15:39:54 2014 -0600
[mms] Fix sorting of POP3 IDs.
framework/Imap_Client/lib/Horde/Imap/Client/Ids.php | 16 ++-
framework/Imap_Client/lib/Horde/Imap/Client/Ids/Pop3.php | 11 ++
framework/Imap_Client/package.xml | 6 +
framework/Imap_Client/test/Horde/Imap/Client/Ids/Pop3Test.php | 77 +++++++++
framework/Imap_Client/test/Horde/Imap/Client/IdsTest.php | 34 ----
5 files changed, 107 insertions(+), 37 deletions(-)
create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Ids/Pop3Test.php
http://github.com/horde/horde/commit/34d76549190eb1990b2e9e290c4fe01382ccf2da
-----------------------------------------------------------------------
commit fea7730bd654a5fb5bb31ec413301e7c683dd29a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 16:00:28 2014 -0600
[mms] Improved determination of a pseudo-UIDNEXT value for POP3 servers.
framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 18 +++++++++--
framework/Imap_Client/package.xml | 2 +
framework/Imap_Client/test/Horde/Imap/Client/Live/Pop3.php | 12 ++++++-
3 files changed, 28 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/fea7730bd654a5fb5bb31ec413301e7c683dd29a
-----------------------------------------------------------------------
commit e16e4a61c09fb06c0d57112f479abedd0321c495
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 16:15:30 2014 -0600
[mms] Fix vacation in the maildrop driver (Bug #13415; balestrieri at mag-data.com).
Conflicts:
ingo/package.xml
ingo/docs/CHANGES | 9 +++++++++
ingo/lib/Script/Maildrop/Recipe.php | 2 +-
ingo/package.xml | 13 +++++++++++++
3 files changed, 23 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/e16e4a61c09fb06c0d57112f479abedd0321c495
-----------------------------------------------------------------------
commit 4fb4b051d07adf7935814c29b414fec6510f5f9f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 16:28:17 2014 -0600
[mms] Correctly expire internal cache in POP3 when messages are deleted.
framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 13 ++++++++++-
framework/Imap_Client/package.xml | 2 +
2 files changed, 14 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/4fb4b051d07adf7935814c29b414fec6510f5f9f
-----------------------------------------------------------------------
commit 5fd7c5e00b1e224c60dc53cdc6cae02fd3c2fcb6
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 16:34:56 2014 -0600
simplify
imp/lib/Ajax/Application.php | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/5fd7c5e00b1e224c60dc53cdc6cae02fd3c2fcb6
-----------------------------------------------------------------------
commit c7c8ec81cc6facc372e1bb990daef49773db3801
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 16:36:32 2014 -0600
[mms] Fix updating viewport immediately after deleting messages on POP3 servers.
Conflicts:
imp/docs/CHANGES
imp/package.xml
imp/docs/CHANGES | 8 ++++++++
imp/lib/Mailbox.php | 2 +-
imp/package.xml | 13 +++++++++++++
3 files changed, 22 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/c7c8ec81cc6facc372e1bb990daef49773db3801
-----------------------------------------------------------------------
commit dd1f97a43fb96e4262606b350fbaa1f3453e3283
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 16:46:54 2014 -0600
Default to auto-detect security for live unit test
framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/dd1f97a43fb96e4262606b350fbaa1f3453e3283
-----------------------------------------------------------------------
commit 11450b6c0ba31c0559959c5438cdd1d776d3b8ab
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 16:49:59 2014 -0600
Released Horde_Imap_Client-2.24.0
framework/Imap_Client/composer.json | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/11450b6c0ba31c0559959c5438cdd1d776d3b8ab
-----------------------------------------------------------------------
commit 8a85e5af6f57843c0e93283332587573d521829b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Aug 4 16:49:59 2014 -0600
Development mode for Horde_Imap_Client-2.24.1
framework/Imap_Client/package.xml | 29 +++++++++++++++--------------
1 files changed, 15 insertions(+), 14 deletions(-)
http://github.com/horde/horde/commit/8a85e5af6f57843c0e93283332587573d521829b
More information about the commits
mailing list