Added a constat to all files in functions/ to be able to chech whether the
[squirrelmail.git] / functions / imap.php
CommitLineData
3302d0d4 1<?
d29aac0e 2 /** This just includes the different sections of the imap functions.
3 ** They have been organized into these sections for simplicity sake.
3302d0d4 4 **/
d068c0ec 5
6 $imap_php = true;
d29aac0e 7
8 include ("../functions/imap_mailbox.php");
9 include ("../functions/imap_messages.php");
10 include ("../functions/imap_general.php");
3302d0d4 11?>