X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=class%2Fmime%2FContentType.class.php;h=5fee50f0f9c3d5b94076f5371dab92a73b94dab8;hp=6b538227aabdd1caaca7117ec858289ce6905b67;hb=31841a9ece7cc2ae90bf52dd92db68142172a47b;hpb=19d470aa121cacdd916319ec6b55af180562805e diff --git a/class/mime/ContentType.class.php b/class/mime/ContentType.class.php index 6b538227..5fee50f0 100644 --- a/class/mime/ContentType.class.php +++ b/class/mime/ContentType.class.php @@ -3,14 +3,19 @@ /** * ContentType.class.php * - * Copyright (c) 2002 The SquirrelMail Project Team + * Copyright (c) 2003-2004 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * This contains functions needed to handle mime messages. * * $Id$ + * @package squirrelmail */ +/** + * Undocumented class + * @package squirrelmail + */ class ContentType { var $type0 = 'text', $type1 = 'plain',