do my best to make sure autoloading is used here
authorChuck Hagenbuch <chuck@horde.org>
Sat, 27 Dec 2008 04:12:45 +0000 (23:12 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Sat, 27 Dec 2008 04:12:45 +0000 (23:12 -0500)
commite44f569e3c0337fd4d79af8ee4eeda87884ce575
tree6ede15bae51f00f63aa520daa8720f7f1991b6eb
parent9c696be2412bdedea6cb8a058e1eb71234e964a1
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
framework/Imap_Client/lib/Horde/Imap/Client/Base.php
framework/Imap_Client/lib/Horde/Imap/Client/Cache.php
framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php [new file with mode: 0644]
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php
framework/Imap_Client/lib/Horde/Imap/Client/Thread.php [new file with mode: 0644]