X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=functions%2Fimap.php;h=4b6dbe992d78ecfc150dc6d2e5e144cb34a5b40c;hb=f774a1ed637237652b0e34ef0a1e8226d1b88cca;hp=b0a24be7b3ff4fb6e62695f318fd5ef7cebd5ecb;hpb=245a6892bf5c780904ef9677f24d624ea17e0749;p=squirrelmail.git diff --git a/functions/imap.php b/functions/imap.php index b0a24be7..4b6dbe99 100644 --- a/functions/imap.php +++ b/functions/imap.php @@ -1,16 +1,18 @@ +/** Includes */ +include_once(SM_PATH . 'functions/imap_messages.php'); +include_once(SM_PATH . 'functions/imap_general.php');