redirect / indexes to login page
[squirrelmail.git] / plugins / mail_fetch / functions.php
index c426e2787f8f15eb0d6a2ec4f4341630d1446cc2..28a3045930c722b6d4e80bd9caab7c8b25ceafbd 100644 (file)
@@ -1,13 +1,19 @@
 <?php
 
-/*
- *
- * Original code from LexZEUS <lexzeus@mifinca.com>
- * and josh@superfork.com (extracted from php manual)
- * Adapted for MailFetch by Philippe Mingo <mingo@rotedic.com>
- *
- */
-
+   /**
+    **  mail_fetch/functions.php
+    **
+    **  Copyright (c) 1999-2002 The SquirrelMail Project Team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
+    **  Functions for the mailfetch plugin.
+    **
+    **  Original code from LexZEUS <lexzeus@mifinca.com>
+    **  and josh@superfork.com (extracted from php manual)
+    **  Adapted for MailFetch by Philippe Mingo <mingo@rotedic.com>
+    **
+    **  $Id$
+    **/
 
     function hex2bin( $data ) {
 
@@ -67,4 +73,4 @@
         return $tmp;
     }
 
-?>
\ No newline at end of file
+?>