Replaced hard-coded colors with theme colors.
[squirrelmail.git] / functions / imap.php
... / ...
CommitLineData
1<?php
2
3/**
4 * imap.php
5 *
6 * Copyright (c) 1999-2002 The SquirrelMail Project Team
7 * Licensed under the GNU GPL. For full terms see the file COPYING.
8 *
9 * This just includes the different sections of the imap functions.
10 * They have been organized into these sections for simplicity sake.
11 *
12 * $Id$
13 */
14
15require_once('../functions/imap_mailbox.php');
16require_once('../functions/imap_messages.php');
17require_once('../functions/imap_general.php');
18require_once('../functions/imap_search.php');
19
20?>