Invalid initialization of To: header (#1772893).
[squirrelmail.git] / class / deliver / Deliver_IMAP.class.php
index db97527b99288b38be1b8d93757dc5cabdf24344..855cd29df03f829a6781c73a55832a57f64e785b 100644 (file)
@@ -1,12 +1,12 @@
 <?php
+
 /**
  * Deliver_IMAP.class.php
  *
- * Copyright (c) 1999-2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * Delivery backend for the Deliver class.
  *
+ * @copyright &copy; 1999-2007 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  */
@@ -24,10 +24,7 @@ class Deliver_IMAP extends Deliver {
     function getBcc() {
        return true;
     }
-    
-    /* to do: finishing the imap-class so the initStream function can call the 
+
+    /* to do: finishing the imap-class so the initStream function can call the
        imap-class */
 }
-
-
-?>