X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fimap.php;h=9a3a41d22aa571d3da9ea38c61d5108383d6ea2e;hb=2ba138034e8cf69a80201035e0abdb51af93083d;hp=2fa499f64be3065665220e68e17d9bc2ab11133c;hpb=e9d611cb380996446831517408052bfbefe670cb;p=squirrelmail.git diff --git a/functions/imap.php b/functions/imap.php index 2fa499f6..9a3a41d2 100644 --- a/functions/imap.php +++ b/functions/imap.php @@ -1,14 +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