123456789101112131415161718 |
- <?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-2025 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');
|