X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fimap.php;h=1ef7ace33eb5a6a60ce8d510c23db715fa68a41b;hb=97dd6a624bf63447bba316785396f88265d7a081;hp=1bf3a248048c2be843095c2e0958025841130732;hpb=5ee36f0afb151f07dfa06243489112c8cd7400b6;p=squirrelmail.git diff --git a/functions/imap.php b/functions/imap.php index 1bf3a248..1ef7ace3 100644 --- a/functions/imap.php +++ b/functions/imap.php @@ -2,6 +2,8 @@ /** This just includes the different sections of the imap functions. ** They have been organized into these sections for simplicity sake. **/ + + $imap_php = true; include ("../functions/imap_mailbox.php"); include ("../functions/imap_messages.php");