X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fimap.php;h=954116997c5be47e6874551bde430a7299245f4b;hb=de26cf9581c6e4c33c618266c98c9c776bfd31dd;hp=c757cf7ac43c52ad56342c492be9ceacfa25f552;hpb=a09387f473293a14a597f6ee0afc9714700fb040;p=squirrelmail.git diff --git a/functions/imap.php b/functions/imap.php index c757cf7a..95411699 100644 --- a/functions/imap.php +++ b/functions/imap.php @@ -1,20 +1,27 @@ - +/** + * imap.php + * + * Copyright (c) 1999-2005 The SquirrelMail Project Team + * Licensed under the GNU GPL. For full terms see the file COPYING. + * + * This just includes the different sections of the imap functions. + * They have been organized into these sections for simplicity sake. + * + * @version $Id$ + * @package squirrelmail + * @subpackage imap + */ + +/** Includes */ +require_once(SM_PATH . 'functions/imap_mailbox.php'); +require_once(SM_PATH . 'functions/imap_messages.php'); +require_once(SM_PATH . 'functions/imap_general.php'); + +/** This is here for bc */ +require_once(SM_PATH . 'functions/date.php'); +require_once(SM_PATH . 'functions/mailbox_display.php'); +require_once(SM_PATH . 'functions/mime.php'); + +?> \ No newline at end of file