[commits] Horde branch master updated. e44f569e3c0337fd4d79af8ee4eeda87884ce575
Chuck Hagenbuch
chuck at horde.org
Sat Dec 27 04:13:28 UTC 2008
The branch master has been updated
via e44f569e3c0337fd4d79af8ee4eeda87884ce575 (commit)
from 9c696be2412bdedea6cb8a058e1eb71234e964a1 (commit)
-----------------------------------------------------------------------
commit e44f569e3c0337fd4d79af8ee4eeda87884ce575
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Fri Dec 26 23:12:45 2008 -0500
do my best to make sure autoloading is used here
add class_exists checks for Auth_SASL that can autoload it and avoid fatal errors if it's not available
remove require statements that should be autoloadable
split a few classes into their own files
framework/Imap_Client/lib/Horde/Imap/Client.php | 44 +-
.../Imap_Client/lib/Horde/Imap/Client/Base.php | 643 +---------------
.../Imap_Client/lib/Horde/Imap/Client/Cache.php | 12 +-
.../lib/Horde/Imap/Client/Search/Query.php | 505 ++++++++++++
.../Imap_Client/lib/Horde/Imap/Client/Socket.php | 6 +
.../Imap_Client/lib/Horde/Imap/Client/Thread.php | 137 ++++
6 files changed, 652 insertions(+), 695 deletions(-)
create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php
create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Thread.php
http://cvs.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client.php?rt=horde-git&r1=7b53ca17732cf0820bec579b11e4b9f3bcfbb9b4&r2=e44f569e3c0337fd4d79af8ee4eeda87884ce575
http://cvs.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=cfcd064ff3df35485bf0e1e5a83ba0de07acec6d&r2=e44f569e3c0337fd4d79af8ee4eeda87884ce575
http://cvs.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cache.php?rt=horde-git&r1=699b3d727ccf3c580a9b47fd1537bcbbe2bd560e&r2=e44f569e3c0337fd4d79af8ee4eeda87884ce575
http://cvs.horde.org/co.php/framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php?rt=horde-git&r=e44f569e3c0337fd4d79af8ee4eeda87884ce575
http://cvs.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=0874daa67b59974445e5b471535ad652ec2dec53&r2=e44f569e3c0337fd4d79af8ee4eeda87884ce575
http://cvs.horde.org/co.php/framework/Imap_Client/lib/Horde/Imap/Client/Thread.php?rt=horde-git&r=e44f569e3c0337fd4d79af8ee4eeda87884ce575
More information about the commits
mailing list