X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fimap.php;h=2a75a8d2f61a28afabb423337e485d2f34b0c5f4;hb=629fb744763135c1cc2e5b0e354784933ebe8cdc;hp=6ec0025efc49d783cd5c287c124a01bb8293a9b4;hpb=5917742752bea11a547aeba6e4102dd3655b4800;p=squirrelmail.git diff --git a/functions/imap.php b/functions/imap.php index 6ec0025e..2a75a8d2 100644 --- a/functions/imap.php +++ b/functions/imap.php @@ -1,11 +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-2019 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');