Browse Source

added info

stekkel 23 years ago
parent
commit
28fd011322

+ 11 - 0
class/deliver/Deliver_IMAP.class.php

@@ -1,4 +1,15 @@
 <?php
+/**
+ * Deliver_IMAP.class.php
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * Delivery backend for the Deliver class.
+ *
+ * $Id$
+ */
+
 
 require_once('Deliver.class.php');
 

+ 10 - 0
class/deliver/Deliver_SMTP.class.php

@@ -1,4 +1,14 @@
 <?php
+/**
+ * Deliver_SMTP.class.php
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * Delivery backend for the Deliver class.
+ *
+ * $Id$
+ */
 
 require_once('Deliver.class.php');
 

+ 10 - 0
class/deliver/Deliver_SendMail.class.php

@@ -1,4 +1,14 @@
 <?php
+/**
+ * Deliver_SendMail.class.php
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * Delivery backend for the Deliver class.
+ *
+ * $Id$
+ */
 
 require_once('Deliver.class.php');