imap.php 490 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * imap.php
  4. *
  5. * This just includes the different sections of the imap functions.
  6. * They have been organized into these sections for simplicity sake.
  7. *
  8. * @copyright 1999-2025 The SquirrelMail Project Team
  9. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10. * @version $Id$
  11. * @package squirrelmail
  12. * @subpackage imap
  13. */
  14. /** Includes */
  15. include_once(SM_PATH . 'functions/imap_messages.php');
  16. include_once(SM_PATH . 'functions/imap_general.php');