X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fimap.php;h=0f0bfb8f09ff4830876b9bbe45c2dd683ea3c93c;hb=793ee86a81a9465cb8d942e92f1cc12e9d15b834;hp=7bcb56767aee9a538e1c0d451bf800e9a014b87e;hpb=bd637109510b56128d7d65f2f65083f4ba76e1f3;p=squirrelmail.git diff --git a/functions/imap.php b/functions/imap.php index 7bcb5676..0f0bfb8f 100644 --- a/functions/imap.php +++ b/functions/imap.php @@ -3,18 +3,21 @@ /** * imap.php * - * Copyright (c) 1999-2002 The SquirrelMail Project Team + * Copyright (c) 1999-2004 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * This just includes the different sections of the imap functions. * They have been organized into these sections for simplicity sake. * - * $Id$ + * @version $Id$ + * @package squirrelmail + * @subpackage imap */ -require_once('../functions/imap_mailbox.php'); -require_once('../functions/imap_messages.php'); -require_once('../functions/imap_general.php'); -require_once('../functions/imap_search.php'); -require_once('../functions/imap_parse.php'); +/** Includes */ +require_once(SM_PATH . 'functions/imap_mailbox.php'); +require_once(SM_PATH . 'functions/imap_messages.php'); +require_once(SM_PATH . 'functions/imap_general.php'); +require_once(SM_PATH . 'functions/imap_search.php'); + ?>