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