- <?php
- /** 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");
- include ("../functions/imap_general.php");
- ?>
|