Allow more liberal reuse of tokens to avoid cross-frame conflicts
[squirrelmail.git] / functions / imap.php
index 6ec0025efc49d783cd5c287c124a01bb8293a9b4..3430e42c76ecc6e61033c583a6052b90dd27768d 100644 (file)
@@ -1,11 +1,18 @@
 <?php
-   /**  This just includes the different sections of the imap functions.
-    **  They have been organized into these sections for simplicity sake.
-    **/
 
-   $imap_php = true;
-   
-   include ("../functions/imap_mailbox.php");
-   include ("../functions/imap_messages.php");
-   include ("../functions/imap_general.php");
-?>
+/**
+ * imap.php
+ *
+ * This just includes the different sections of the imap functions.
+ * They have been organized into these sections for simplicity sake.
+ *
+ * @copyright 1999-2012 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage imap
+ */
+
+/** Includes */
+include_once(SM_PATH . 'functions/imap_messages.php');
+include_once(SM_PATH . 'functions/imap_general.php');