X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fimap.php;h=e4e857235082872b3d85a8db2d470ef87c73fb9d;hb=3e6b917e771605772c45369d345860531a3b88bd;hp=c757cf7ac43c52ad56342c492be9ceacfa25f552;hpb=a09387f473293a14a597f6ee0afc9714700fb040;p=squirrelmail.git diff --git a/functions/imap.php b/functions/imap.php index c757cf7a..e4e85723 100644 --- a/functions/imap.php +++ b/functions/imap.php @@ -1,20 +1,18 @@ - +/** + * imap.php + * + * This just includes the different sections of the imap functions. + * They have been organized into these sections for simplicity sake. + * + * @copyright © 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');