We're living in 2004 now... perl is your friend for these kinds of things :)
[squirrelmail.git] / class / mime / MessageHeader.class.php
index 2dc4cdb58a32315644f4c20285fa3c7c672e8ecd..1274a7c7128c2a29486d0511aacb13ed03f11c5e 100644 (file)
@@ -3,14 +3,19 @@
 /**
  * MessageHeader.class.php
  *
- * Copyright (c) 2003 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
  */
 
+/**
+ * Contains all variables available in a bodystructure 
+ * @package squirrelmail
+ */
 class MessageHeader {
     /** msg_header contains all variables available in a bodystructure **/
     /** entity like described in rfc2060                               **/