X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fimap.php;h=4fd321d4c1c0fcbb25cab854cbcc8d2aa5a072f4;hb=ab26ea2b4ec02209b006ef7d67948b7aa8bad411;hp=c757cf7ac43c52ad56342c492be9ceacfa25f552;hpb=a09387f473293a14a597f6ee0afc9714700fb040;p=squirrelmail.git diff --git a/functions/imap.php b/functions/imap.php index c757cf7a..4fd321d4 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-2015 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');