X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=functions%2Fimap.php;h=7930cf6efcfa8fe2bd833b365c2a4d4fc6d74966;hb=7350889b45590aee831ba1150ee94efb95b03992;hp=b0a24be7b3ff4fb6e62695f318fd5ef7cebd5ecb;hpb=245a6892bf5c780904ef9677f24d624ea17e0749;p=squirrelmail.git diff --git a/functions/imap.php b/functions/imap.php index b0a24be7..7930cf6e 100644 --- a/functions/imap.php +++ b/functions/imap.php @@ -1,16 +1,22 @@ + + require_once('../functions/' . $imap_backend . '_mailbox.php'); + require_once('../functions/' . $imap_backend . '_messages.php'); + require_once('../functions/' . $imap_backend . '_general.php'); + require_once('../functions/' . $imap_backend . '_search.php'); + +?> \ No newline at end of file