浏览代码

added info

stekkel 23 年之前
父节点
当前提交
28fd011322
共有 3 个文件被更改,包括 31 次插入0 次删除
  1. 11 0
      class/deliver/Deliver_IMAP.class.php
  2. 10 0
      class/deliver/Deliver_SMTP.class.php
  3. 10 0
      class/deliver/Deliver_SendMail.class.php

+ 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');