squirrelmail/functions/imap.php
2007-01-13 20:15:44 +00:00

18 lines
497 B
PHP

<?php
/**
* imap.php
*
* This just includes the different sections of the imap functions.
* They have been organized into these sections for simplicity sake.
*
* @copyright &copy; 1999-2007 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');