3430e42c76ecc6e61033c583a6052b90dd27768d
[squirrelmail.git] / functions / imap.php
1 <?php
2
3 /**
4 * imap.php
5 *
6 * This just includes the different sections of the imap functions.
7 * They have been organized into these sections for simplicity sake.
8 *
9 * @copyright 1999-2012 The SquirrelMail Project Team
10 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
11 * @version $Id$
12 * @package squirrelmail
13 * @subpackage imap
14 */
15
16 /** Includes */
17 include_once(SM_PATH . 'functions/imap_messages.php');
18 include_once(SM_PATH . 'functions/imap_general.php');