added dropdown box for subscribe
[squirrelmail.git] / functions / imap.php
... / ...
CommitLineData
1<?
2 /** This just includes the different sections of the imap functions.
3 ** They have been organized into these sections for simplicity sake.
4 **/
5
6 $imap_php = true;
7
8 include ("../functions/imap_mailbox.php");
9 include ("../functions/imap_messages.php");
10 include ("../functions/imap_general.php");
11?>