Getting ready for 1.2.0 release.
[squirrelmail.git] / functions / imap_general.php
index 593187bc0f4603bb9a72d91ec6f584d4c16a2406..cac7b592f47b18b27fc6287f00b123f67690abe6 100755 (executable)
@@ -1,14 +1,14 @@
 <?php
 
 /**
- *   imap.php
+ * imap.php
  *
- *   Copyright (c) 1999-2001 The SquirrelMail Development Team
- *   Licensed under the GNU GPL. For full terms see the file COPYING.
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
- *   This implements all functions that do general imap functions.
+ * This implements all functions that do general imap functions.
  *
- *   $Id$
+ * $Id$
  */
 
 require_once('../functions/page_header.php');
@@ -385,4 +385,4 @@ function sqimap_append_done ($imap_stream) {
     $tmp = fgets ($imap_stream, 1024);
 }
    
-?>
\ No newline at end of file
+?>