strings.php should be loaded before output starts. forearch cycle produced
[squirrelmail.git] / functions / imap.php
index 69b5b442cf0d81f897d701fd63345feb4fd44f6b..b4a9bc93309a741bf375b448340ffab64f3f3b94 100644 (file)
  * They have been organized into these sections for simplicity sake.
  *
  * $Id$
+ * @package squirrelmail
  */
 
+/** 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');
-require_once(SM_PATH . 'functions/imap_parse.php');
 
 ?>