phpdocumentor basic preparation, continued
[squirrelmail.git] / class / deliver / Deliver_IMAP.class.php
index 60309a2646aa03579597c6a5b4ccf7daaed67c12..83b8252214a452c3095e54890d22e1b4b8aeea91 100644 (file)
@@ -2,16 +2,23 @@
 /**
  * Deliver_IMAP.class.php
  *
- * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Copyright (c) 1999-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Delivery backend for the Deliver class.
  *
  * $Id$
+ * @package squirrelmail
  */
 
+/** This of course depends upon Deliver.. */
+
 require_once(SM_PATH . 'class/deliver/Deliver.class.php');
 
+/**
+ * This class is incomplete and entirely undocumented.
+ * @package squirrelmail
+ */
 class Deliver_IMAP extends Deliver {
 
     function getBcc() {