X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fimap.php;h=8c0e9c88486ba42592840a87a8742e24cc7943a3;hb=HEAD;hp=6ec0025efc49d783cd5c287c124a01bb8293a9b4;hpb=5917742752bea11a547aeba6e4102dd3655b4800;p=squirrelmail.git diff --git a/functions/imap.php b/functions/imap.php index 6ec0025e..650b4fda 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-2024 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');