content disposition rfc
[squirrelmail.git] / class / mime / SMimeMessage.class.php
CommitLineData
19d470aa 1<?php
2
3/**
1c08457d 4 * SMimeMessage.class.php
19d470aa 5 *
6c84ba1e 6 * Copyright (c) 2003-2005 The SquirrelMail Project Team
19d470aa 7 * Licensed under the GNU GPL. For full terms see the file COPYING.
8 *
8654383d 9 * This file contains class needed to handle SMIME mime messages.
19d470aa 10 *
8654383d 11 * @link http://www.ietf.org/html.charters/smime-charter.html
883d9cd3 12 * @version $Id$
2b646597 13 * @package squirrelmail
0f459286 14 * @subpackage mime
8654383d 15 * @since 1.3.2
19d470aa 16 */
17
2b646597 18/**
8654383d 19 * Unimplemented class.
2b646597 20 * @package squirrelmail
0f459286 21 * @subpackage mime
8654383d 22 * @todo implement smime parsing
2b646597 23 */
19d470aa 24class SMimeMessage {
25
26}
27
ce68b76b 28?>