Should be a better fix so this hook now works with plugins that have been using it...
[squirrelmail.git] / functions / imap.php
index cd2e55ba25fa55f01332b7507f8c4b7a9df98201..38411499d8b1a011fa4dce8160468a236a5a5c23 100644 (file)
@@ -3,21 +3,16 @@
 /**
  * imap.php
  *
- * Copyright (c) 1999-2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This just includes the different sections of the imap functions.
  * They have been organized into these sections for simplicity sake.
  *
+ * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage imap
  */
 
 /** Includes */
-require_once(SM_PATH . 'functions/imap_mailbox.php');
-require_once(SM_PATH . 'functions/imap_messages.php');
-require_once(SM_PATH . 'functions/imap_general.php');
-require_once(SM_PATH . 'functions/imap_search.php');
-
-?>
\ No newline at end of file
+include_once(SM_PATH . 'functions/imap_messages.php');
+include_once(SM_PATH . 'functions/imap_general.php');