sanitizing address book listing. extra field row is added for plugins
[squirrelmail.git] / functions / imap_messages.php
index 47bbff657e01396287d7c93c65cda3954e9fa5a6..6d847aaf0ae7a64ddc2bc20994f13473d5fb148b 100755 (executable)
@@ -3,12 +3,11 @@
 /**
  * imap_messages.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This implements functions that manipulate messages
  * NOTE: Quite a few functions in this file are obsolete
  *
+ * @copyright © 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage imap
@@ -965,4 +964,4 @@ function sqimap_get_message($imap_stream, $id, $mailbox) {
     return $msg;
 }
 
-?>
+?>
\ No newline at end of file