Initial groundwork to use phpdocumentor.
[squirrelmail.git] / plugins / mail_fetch / class.POP3.php
index 9b1883ff2ccb974d930ff285c9a816a31841732b..2e2dac4edd2930bb818b52eac7d91d62804015aa 100644 (file)
     * pop3 class
     *
     * $Id$
     * pop3 class
     *
     * $Id$
+    * @package plugins
+    * @subpackage mail_fetch
     */
 
     */
 
+/**
+ * This is the pop3 class - DOCUMENT ME
+ */
 class POP3 {
     var $ERROR      = '';       //  Error string.
 
 class POP3 {
     var $ERROR      = '';       //  Error string.