added info
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 4 Sep 2002 23:12:28 +0000 (23:12 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 4 Sep 2002 23:12:28 +0000 (23:12 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3545 7612ce4b-ef26-0410-bec9-ea0150e637f0

class/deliver/Deliver_IMAP.class.php
class/deliver/Deliver_SMTP.class.php
class/deliver/Deliver_SendMail.class.php

index 2ac7c4a7559124f5d7b341ff06e482b652a4fcf7..dd507a56d79dbbb83d57937bc40448b3913165e4 100644 (file)
@@ -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');
 
index 8fdbf56f717f6ee3217604796859363266ec3c41..2a8ac7ca9586dd842b09430e2a56b708c6c907d0 100644 (file)
@@ -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');
 
index 87e2a329d0f854aedc1f8f25788728f7d5f1d7ac..119afb88951ba0da24a18460a8b08e31cbb1b7df 100644 (file)
@@ -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');