Gracefully recover from over quota error while sending a mail (#1145144):
[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
8654383d 14 * @since 1.3.2
19d470aa 15 */
16
2b646597 17/**
8654383d 18 * Unimplemented class.
2b646597 19 * @package squirrelmail
8654383d 20 * @todo implement smime parsing
2b646597 21 */
19d470aa 22class SMimeMessage {
23
24}
25
ce68b76b 26?>