X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fimap.php;h=24948510a8713fb45cc784950187f13815c7c286;hp=2fa499f64be3065665220e68e17d9bc2ab11133c;hb=785fda95d72ef1fcd6a7e0198ff708e477e88be3;hpb=e9d611cb380996446831517408052bfbefe670cb diff --git a/functions/imap.php b/functions/imap.php index 2fa499f6..24948510 100644 --- a/functions/imap.php +++ b/functions/imap.php @@ -1,14 +1,18 @@ +/** Includes */ +include_once(SM_PATH . 'functions/imap_messages.php'); +include_once(SM_PATH . 'functions/imap_general.php');