1bf3a248048c2be843095c2e0958025841130732
[squirrelmail.git] / functions / imap.php
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 include ("../functions/imap_mailbox.php");
7 include ("../functions/imap_messages.php");
8 include ("../functions/imap_general.php");
9 ?>