Add support for recognising 'Priority' and 'Importance' headers next to the
[squirrelmail.git] / class / mime / SMimeMessage.class.php
1 <?php
2
3 /**
4 * SMimeMessage.class.php
5 *
6 * Copyright (c) 2003-2004 The SquirrelMail Project Team
7 * Licensed under the GNU GPL. For full terms see the file COPYING.
8 *
9 * This contains functions needed to handle mime messages.
10 *
11 * @version $Id$
12 * @package squirrelmail
13 */
14
15 /**
16 * Incomplete class, undocumented.
17 * @package squirrelmail
18 */
19 class SMimeMessage {
20
21 }
22
23 ?>