4bd9ce285955514475b80870fcc2072fc1df7f58
6 * Copyright (c) 1999-2002 The SquirrelMail Project Team
7 * Licensed under the GNU GPL. For full terms see the file COPYING.
9 * This just includes the different sections of the imap functions.
10 * They have been organized into these sections for simplicity sake.
15 require_once(SM_PATH
. 'functions/imap_mailbox.php');
16 require_once(SM_PATH
. 'functions/imap_messages.php');
17 require_once(SM_PATH
. 'functions/imap_general.php');
18 require_once(SM_PATH
. 'functions/imap_search.php');
19 require_once(SM_PATH
. 'functions/imap_parse.php');