Small fix to tassium code, if you chomp something it can never match
[squirrelmail.git] / class / mime / SMimeMessage.class.php
CommitLineData
19d470aa 1<?php
2
3/**
1c08457d 4 * SMimeMessage.class.php
19d470aa 5 *
6 * Copyright (c) 2002 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 * $Id$
12 */
13
14class SMimeMessage {
15
16}
17
18?>