Uses the brand new configuration directive email_address to set 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 **/
d29aac0e 5
6 include ("../functions/imap_mailbox.php");
7 include ("../functions/imap_messages.php");
8 include ("../functions/imap_general.php");
3302d0d4 9?>