[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squirrelmail-cvs
Subject:    [SM-CVS] CVS: squirrelmail/plugins/mail_fetch class.POP3.php,1.21,1.22 config_sample.php,1.1,1.2 fet
From:       Fredrik Jervfors <jervfors () users ! sourceforge ! net>
Date:       2005-09-18 10:26:23
Message-ID: E1EGwNL-0001DS-W7 () sc8-pr-cvs1 ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/squirrelmail/squirrelmail/plugins/mail_fetch
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3820/plugins/mail_fetch

Modified Files:
	class.POP3.php config_sample.php fetch.php functions.php 
	index.php options.php setup.php 
Log Message:
phpDocumentor updates

Index: class.POP3.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/plugins/mail_fetch/class.POP3.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -w -r1.21 -r1.22
--- class.POP3.php	25 Apr 2005 10:47:14 -0000	1.21
+++ class.POP3.php	18 Sep 2005 10:25:51 -0000	1.22
@@ -1,17 +1,16 @@
 <?php
+
 /**
  * mail_fetch/class.POP3.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- *
  * Copyright (c) 1999 CDI (cdi@thewebmasters.net) All Rights Reserved
  * Modified by Philippe Mingo 2001 mingo@rotedic.com
  * An RFC 1939 compliant wrapper class for the POP3 protocol.
  *
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * POP3 class
  *
+ * @copyright &copy; 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage mail_fetch

Index: config_sample.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/plugins/mail_fetch/config_sample.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -r1.1 -r1.2
--- config_sample.php	25 Apr 2005 10:47:14 -0000	1.1
+++ config_sample.php	18 Sep 2005 10:25:51 -0000	1.2
@@ -1,10 +1,10 @@
 <?php
+
 /**
  * mail_fetch plugin - Sample configuration file 
  *
- * Copyright (c) 2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
+ * @copyright &copy; 2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage mail_fetch

Index: fetch.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/plugins/mail_fetch/fetch.php,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -w -r1.46 -r1.47
--- fetch.php	25 Apr 2005 10:47:14 -0000	1.46
+++ fetch.php	18 Sep 2005 10:25:51 -0000	1.47
@@ -1,12 +1,12 @@
 <?php
+
 /**
  * mail_fetch/fetch.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * Fetch code.
  *
+ * @copyright &copy; 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage mail_fetch

Index: functions.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/plugins/mail_fetch/functions.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -w -r1.14 -r1.15
--- functions.php	25 Apr 2005 10:47:14 -0000	1.14
+++ functions.php	18 Sep 2005 10:25:51 -0000	1.15
@@ -1,16 +1,16 @@
 <?php
+
 /**
  * mail_fetch/functions.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * Functions for the mail_fetch plugin.
  *
  * Original code from LexZEUS <lexzeus@mifinca.com>
  * and josh@superfork.com (extracted from php manual)
  * Adapted for MailFetch by Philippe Mingo <mingo@rotedic.com>
  *
+ * @copyright &copy; 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage mail_fetch

Index: index.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/plugins/mail_fetch/index.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -w -r1.10 -r1.11
--- index.php	11 Sep 2005 07:05:55 -0000	1.10
+++ index.php	18 Sep 2005 10:25:51 -0000	1.11
@@ -7,7 +7,7 @@
  * people to the login screen. At this point no attempt is made to see if the
  * person is logged in or not.
  *
- * @copyright (c) 1999-2005 The SquirrelMail Project Team
+ * @copyright &copy; 1999-2005 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins

Index: options.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/plugins/mail_fetch/options.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -w -r1.38 -r1.39
--- options.php	25 Apr 2005 10:47:14 -0000	1.38
+++ options.php	18 Sep 2005 10:25:51 -0000	1.39
@@ -1,12 +1,12 @@
 <?php
+
 /**
  * mail_fetch/options.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * Setup of the mailfetch plugin.
  *
+ * @copyright &copy; 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage mail_fetch

Index: setup.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/plugins/mail_fetch/setup.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -w -r1.29 -r1.30
--- setup.php	25 Apr 2005 10:47:14 -0000	1.29
+++ setup.php	18 Sep 2005 10:25:51 -0000	1.30
@@ -1,12 +1,12 @@
 <?php
+
 /**
  * mail_fetch/setup.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * Setup of the mailfetch plugin.
  *
+ * @copyright &copy; 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage mail_fetch



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
--
squirrelmail-cvs mailing list
List Address: squirrelmail-cvs@lists.sourceforge.net
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
http://squirrelmail.org/cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic