[commits] Horde branch master updated. 126ed979c63d26badc5567e80acea7417d8c9c01
Michael M Slusarz
slusarz at horde.org
Mon Sep 7 21:37:00 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 82567e60442765bacc2eff9333b023dedb901c35
3a08150... Better font display of header text
126ed97... Cleanups/Fixes/Improvments to annotate code.
-----------------------------------------------------------------------
commit 3a08150d538e4de0f9f893662a7a23fd4c9d5b13
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Sep 1 15:54:39 2009 -0600
Better font display of header text
framework/Mime/lib/Horde/Mime/Viewer/Rfc822.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Rfc822.php?rt=horde-git&r1=8d38a43880bfd2f005b63d098c51bb904cdaacfd&r2=3a08150d538e4de0f9f893662a7a23fd4c9d5b13
-----------------------------------------------------------------------
commit 126ed979c63d26badc5567e80acea7417d8c9c01
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Sep 7 15:32:26 2009 -0600
Cleanups/Fixes/Improvments to annotate code.
For cclient, simply use Socket driver. Don't use IMAP extension that
requires manual patching of PHP source.
Add support for the METADATA-SERVER and ANNOTATEMORE2 extensions.
Get rid of 'nocapability' and 'annotatemore' options. This should all be
determined automatically by the driver code. The other options (maxsize,
depth) can be emulated in software based on which extension is available
(TODO for annotatemore code).
Need to define new publicly available methods in all drivers (e.g.
Cclient and Socket Pop3 drivers).
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 148 ++-------
framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php | 63 +---
framework/Imap_Client/lib/Horde/Imap/Client/Cclient/Pop3.php | 31 ++
framework/Imap_Client/lib/Horde/Imap/Client/Mock.php | 30 +-
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 153 ++++++----
framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 31 ++
framework/Imap_Client/test/Horde/Imap/test_client.php | 10 +-
7 files changed, 224 insertions(+), 242 deletions(-)
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=ea1160aa4ed249ceff10dd268d46b8d9dd7dc3b8&r2=126ed979c63d26badc5567e80acea7417d8c9c01
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php?rt=horde-git&r1=ea1160aa4ed249ceff10dd268d46b8d9dd7dc3b8&r2=126ed979c63d26badc5567e80acea7417d8c9c01
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cclient/Pop3.php?rt=horde-git&r1=b5837a8f778b0d9615bed59f4897e21d70be8f97&r2=126ed979c63d26badc5567e80acea7417d8c9c01
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Mock.php?rt=horde-git&r1=ea1160aa4ed249ceff10dd268d46b8d9dd7dc3b8&r2=126ed979c63d26badc5567e80acea7417d8c9c01
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=ea1160aa4ed249ceff10dd268d46b8d9dd7dc3b8&r2=126ed979c63d26badc5567e80acea7417d8c9c01
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php?rt=horde-git&r1=b5837a8f778b0d9615bed59f4897e21d70be8f97&r2=126ed979c63d26badc5567e80acea7417d8c9c01
http://git.horde.org/diff.php/framework/Imap_Client/test/Horde/Imap/test_client.php?rt=horde-git&r1=ea1160aa4ed249ceff10dd268d46b8d9dd7dc3b8&r2=126ed979c63d26badc5567e80acea7417d8c9c01
More information about the commits
mailing list