phpDoc fixes
[squirrelmail.git] / plugins / mail_fetch / class.POP3.php
index f19b3cd96af174f0398dd89e74603a81c4df9b02..81ba34d8c496f636679a355acbbefbf0c143094d 100644 (file)
@@ -1,25 +1,25 @@
 <?php
 
-   /**
   * mail_fetch/setup.php
   *
   * Copyright (c) 1999-2005 The SquirrelMail Project Team
   *
   * Copyright (c) 1999 CDI (cdi@thewebmasters.net) All Rights Reserved
   * Modified by Philippe Mingo 2001 mingo@rotedic.com
   * An RFC 1939 compliant wrapper class for the POP3 protocol.
   *
   * Licensed under the GNU GPL. For full terms see the file COPYING.
   *
   * pop3 class
   *
   * $Id$
   * @package plugins
   * @subpackage mail_fetch
   */
+/**
* mail_fetch/class.POP3.php
+ *
+ * Copyright (c) 1999-2005 The SquirrelMail Project Team
+ *
+ * Copyright (c) 1999 CDI (cdi@thewebmasters.net) All Rights Reserved
+ * Modified by Philippe Mingo 2001 mingo@rotedic.com
+ * An RFC 1939 compliant wrapper class for the POP3 protocol.
+ *
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
* POP3 class
+ *
* @version $Id$
+ * @package plugins
+ * @subpackage mail_fetch
+ */
 
 /**
- * This is the pop3 class - DOCUMENT ME
+ * This is the POP3 class - DOCUMENT ME
  * @package squirrelmail
  */
 class POP3 {