[commits] Horde branch master updated. 53645109230f278ef20159f62ea407228e600afa
Michael M Slusarz
slusarz at horde.org
Tue Oct 18 17:50:38 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: bcc0cf76fa5e8ba2484ffec08f06a3604cc13708
8602a59 Update PERFORMANCE information
4f0ddf8 Deprecate Horde_Imap_Client_Cache::singleton()
5447bbf phpdoc
eb46dce Added Horde_Imap_Client_Base::getIdsOb()
b1e6b27 Make writeDebug() public; add DEBUG_* constants
b2e9aa1 Have IMAP Cache object use the base driver object for debugging and configuration
5364510 update changelog
-----------------------------------------------------------------------
commit 8602a592bc20b6f09d63a7dff368b8cf42f60274
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 18 11:39:32 2011 -0600
Update PERFORMANCE information
imp/docs/PERFORMANCE | 20 ++++++++++++++------
1 files changed, 14 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/8602a592bc20b6f09d63a7dff368b8cf42f60274
-----------------------------------------------------------------------
commit 4f0ddf83a0678fe3e7ec1a764b67e04ffb9e2408
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 18 02:30:50 2011 -0600
Deprecate Horde_Imap_Client_Cache::singleton()
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 2 +-
framework/Imap_Client/lib/Horde/Imap/Client/Cache.php | 4 ++++
2 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/4f0ddf83a0678fe3e7ec1a764b67e04ffb9e2408
-----------------------------------------------------------------------
commit 5447bbf919786c3e8726aaa9d9994fc48cbe2c56
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 18 02:36:35 2011 -0600
phpdoc
framework/Imap_Client/lib/Horde/Imap/Client/Cache.php | 83 +++++++++++------
1 files changed, 54 insertions(+), 29 deletions(-)
http://git.horde.org/horde-git/-/commit/5447bbf919786c3e8726aaa9d9994fc48cbe2c56
-----------------------------------------------------------------------
commit eb46dce8ada2842d88e60db67b40a354c27ac3a6
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 18 03:07:48 2011 -0600
Added Horde_Imap_Client_Base::getIdsOb()
Current issue is that IMAP UID parsing code can not be used for POP3
parsing code, since the latter can use non-numeric characters that are
assumed to be control characters (e.g. UID separators) in the IMAP
context.
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 43 +++++++----
framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php | 6 +-
framework/Imap_Client/lib/Horde/Imap/Client/Ids/Pop3.php | 17 ++++
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 26 +++---
framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 11 ++-
5 files changed, 70 insertions(+), 33 deletions(-)
create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Ids/Pop3.php
http://git.horde.org/horde-git/-/commit/eb46dce8ada2842d88e60db67b40a354c27ac3a6
-----------------------------------------------------------------------
commit b1e6b274286f24d0fe076ce6c25f18b8a558b1d8
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 18 03:08:39 2011 -0600
Make writeDebug() public; add DEBUG_* constants
framework/Imap_Client/lib/Horde/Imap/Client.php | 5 +
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 114 +++++-----
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 22 +-
framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 4 +-
4 files changed, 75 insertions(+), 70 deletions(-)
http://git.horde.org/horde-git/-/commit/b1e6b274286f24d0fe076ce6c25f18b8a558b1d8
-----------------------------------------------------------------------
commit b2e9aa1863da2d00ef3759619a02d9febe4ef8d6
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 18 03:09:14 2011 -0600
Have IMAP Cache object use the base driver object for debugging and configuration
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 9 +--
framework/Imap_Client/lib/Horde/Imap/Client/Cache.php | 57 ++++++++---------
2 files changed, 31 insertions(+), 35 deletions(-)
http://git.horde.org/horde-git/-/commit/b2e9aa1863da2d00ef3759619a02d9febe4ef8d6
-----------------------------------------------------------------------
commit 53645109230f278ef20159f62ea407228e600afa
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 18 11:47:53 2011 -0600
update changelog
framework/Imap_Client/package.xml | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/53645109230f278ef20159f62ea407228e600afa
More information about the commits
mailing list