Browse Source

Getting ready for 1.4.0 RC1

Thijs Kinkhorst 22 years ago
parent
commit
75de52f258
100 changed files with 129 additions and 168 deletions
  1. 3 5
      INSTALL
  2. 0 7
      MIRRORS
  3. 27 57
      ReleaseNotes
  4. 1 1
      class/deliver/Deliver.class.php
  5. 1 1
      class/deliver/Deliver_IMAP.class.php
  6. 1 1
      class/deliver/Deliver_SMTP.class.php
  7. 1 1
      class/deliver/Deliver_SendMail.class.php
  8. 1 1
      class/helper/VCard.class.php
  9. 1 1
      class/html.class.php
  10. 1 1
      class/index.php
  11. 1 1
      class/mime.class.php
  12. 1 1
      class/mime/AddressStructure.class.php
  13. 1 1
      class/mime/ContentType.class.php
  14. 1 1
      class/mime/Disposition.class.php
  15. 1 1
      class/mime/Language.class.php
  16. 1 1
      class/mime/Message.class.php
  17. 1 1
      class/mime/MessageHeader.class.php
  18. 1 1
      class/mime/Rfc822Header.class.php
  19. 1 1
      class/mime/SMimeMessage.class.php
  20. 1 1
      config/config_default.php
  21. 1 1
      config/index.php
  22. 1 1
      functions/abook_database.php
  23. 1 1
      functions/abook_global_file.php
  24. 1 1
      functions/abook_ldap_server.php
  25. 1 1
      functions/abook_local_file.php
  26. 1 1
      functions/addressbook.php
  27. 1 1
      functions/attachment_common.php
  28. 1 1
      functions/auth.php
  29. 1 1
      functions/constants.php
  30. 1 1
      functions/date.php
  31. 1 1
      functions/db_prefs.php
  32. 1 1
      functions/display_messages.php
  33. 1 1
      functions/file_prefs.php
  34. 1 1
      functions/gettext.php
  35. 1 1
      functions/global.php
  36. 1 1
      functions/html.php
  37. 1 1
      functions/i18n.php
  38. 1 1
      functions/imap.php
  39. 1 1
      functions/imap_general.php
  40. 1 1
      functions/imap_mailbox.php
  41. 1 1
      functions/imap_messages.php
  42. 1 1
      functions/imap_search.php
  43. 1 1
      functions/imap_utf7_local.php
  44. 1 1
      functions/index.php
  45. 1 1
      functions/mailbox_display.php
  46. 1 1
      functions/mime.php
  47. 1 1
      functions/options.php
  48. 1 1
      functions/page_header.php
  49. 1 1
      functions/plugin.php
  50. 1 1
      functions/prefs.php
  51. 3 3
      functions/strings.php
  52. 1 1
      functions/tree.php
  53. 1 1
      functions/url_parser.php
  54. 1 1
      help/index.php
  55. 1 1
      include/load_prefs.php
  56. 1 1
      include/options/display.php
  57. 1 1
      include/options/folder.php
  58. 1 1
      include/options/personal.php
  59. 1 1
      include/validate.php
  60. 1 1
      index.php
  61. 1 1
      plugins/administrator/defines.php
  62. 1 1
      plugins/administrator/index.php
  63. 1 1
      plugins/administrator/options.php
  64. 1 1
      plugins/administrator/setup.php
  65. 1 1
      plugins/bug_report/bug_report.php
  66. 1 1
      plugins/bug_report/index.php
  67. 1 1
      plugins/bug_report/setup.php
  68. 1 1
      plugins/calendar/calendar.php
  69. 1 1
      plugins/calendar/calendar_data.php
  70. 1 1
      plugins/calendar/day.php
  71. 1 1
      plugins/calendar/event_create.php
  72. 1 1
      plugins/calendar/event_delete.php
  73. 1 1
      plugins/calendar/event_edit.php
  74. 1 1
      plugins/calendar/functions.php
  75. 1 1
      plugins/calendar/index.php
  76. 1 1
      plugins/calendar/setup.php
  77. 1 1
      plugins/delete_move_next/index.php
  78. 1 1
      plugins/delete_move_next/setup.php
  79. 1 1
      plugins/filters/filters.php
  80. 1 1
      plugins/filters/index.php
  81. 1 1
      plugins/filters/options.php
  82. 1 1
      plugins/filters/setup.php
  83. 1 1
      plugins/filters/spamoptions.php
  84. 1 1
      plugins/fortune/setup.php
  85. 1 1
      plugins/index.php
  86. 1 1
      plugins/info/functions.php
  87. 1 1
      plugins/info/options.php
  88. 1 1
      plugins/info/setup.php
  89. 1 1
      plugins/listcommands/index.php
  90. 1 1
      plugins/listcommands/mailout.php
  91. 1 1
      plugins/listcommands/setup.php
  92. 1 1
      plugins/mail_fetch/class.POP3.php
  93. 1 1
      plugins/mail_fetch/fetch.php
  94. 1 1
      plugins/mail_fetch/functions.php
  95. 1 1
      plugins/mail_fetch/index.php
  96. 1 1
      plugins/mail_fetch/options.php
  97. 1 1
      plugins/mail_fetch/setup.php
  98. 1 1
      plugins/newmail/index.php
  99. 1 1
      plugins/newmail/newmail.php
  100. 1 1
      plugins/newmail/newmail_opt.php

+ 3 - 5
INSTALL

@@ -22,7 +22,7 @@ Table of Contents:
 
 
   NOTE: The new plugin architecture required the use of some functions 
   NOTE: The new plugin architecture required the use of some functions 
   which are not in all versions of PHP4. You will need at least 
   which are not in all versions of PHP4. You will need at least 
-  PHP4 v4.0.2. If you need to upgrade please go ahead and install the
+  PHP4 v4.0.4. If you need to upgrade please go ahead and install the
   latest release version of PHP4.
   latest release version of PHP4.
 
 
 a. Obtaining and compiling PHP4
 a. Obtaining and compiling PHP4
@@ -58,8 +58,6 @@ b. Changing php.ini
   be sure to change the session.save_path to someplace that can only 
   be sure to change the session.save_path to someplace that can only 
   be read and written to by the webserver.  session.save_path is the
   be read and written to by the webserver.  session.save_path is the
   location that PHP's session data will be written to.
   location that PHP's session data will be written to.
-  
-  Squirrelmail 1.2.x also requires register_globals to be enabled. 
 
 
   SECURITY WARNING - If a user has access to write PHP scripts on your 
   SECURITY WARNING - If a user has access to write PHP scripts on your 
   system and knows the location where PHP stores session data, he 
   system and knows the location where PHP stores session data, he 
@@ -67,9 +65,9 @@ b. Changing php.ini
   session's data with his own PHP script.  Caution should be used when 
   session's data with his own PHP script.  Caution should be used when 
   setting up permissions and locations of php.ini and the session data.
   setting up permissions and locations of php.ini and the session data.
 
 
-  FILE UPLOADS - Note that sending messages will not work if your
+  FILE UPLOADS - Note that sending attachments will not work if your
   "file_uploads" setting is "Off". Squirrelmail requires that setting
   "file_uploads" setting is "Off". Squirrelmail requires that setting
-  enabled in order to work.
+  enabled in order to be able to attach files.
 
 
 c. Setting up .php files to use PHP4
 c. Setting up .php files to use PHP4
 
 

+ 0 - 7
MIRRORS

@@ -1,7 +0,0 @@
-SquirrelMail Download Mirrors
-
-[Sweden]      http://yazzy.org/squirrel/
-              ftp://yazzy.org/pub/mirrors/squirrelmail/
-
-[Texas, USA]  http://nerf-herder.net/squirrel/
-              ftp://nerf-herder.net/pub/squirrel/

+ 27 - 57
ReleaseNotes

@@ -1,64 +1,44 @@
 /*****************************************************************
 /*****************************************************************
- * Release Notes: SquirrelMail 1.3.2                             *
- * The "Nut cracker" Release                                     *
- * 29 October 2002                                               *
+ * Release Notes: SquirrelMail 1.4.0 Release Candidate 1         *
+ * 31 December 2002                                              *
  *****************************************************************/
  *****************************************************************/
 
 
 In this edition of SquirrelMail Release Notes:
 In this edition of SquirrelMail Release Notes:
    * All about this Release!!!
    * All about this Release!!!
    * Major updates
    * Major updates
-   * A note on solved bugs
+   * A note on plugins
    * Reporting my favorite SquirrelMail 1.3 bug
    * Reporting my favorite SquirrelMail 1.3 bug
    * About our Release Aliases
    * About our Release Aliases
 
 
 All about this Release!!!
 All about this Release!!!
 =========================
 =========================
 
 
-This is the third release on our way to a new stable series.
-On our way to, that is, this is a development release, which is not
-intended for production servers. We feel that releasing development
-versions will help us making the to-be stable release more stable, and
-restricting the ability to test no longer to people who use CVS.
+This is the first Release Candidate (RC) for the 1.4.x stable series.
+Please note that this release is not yet labeled STABLE officially.
+
+However, we've been running this on a number of systems and a variety
+of configs and we think it's worthy of the "stable"-title. Before we
+can call it stable we want to test it on as many systems as possible
+to iron out the last issues. 
 
 
 So download it! Install it, and try to break it! We are hungry for any
 So download it! Install it, and try to break it! We are hungry for any
-bug report you send. If stumbling over a bug is a true non-option,
-this release is not for you. In that case, download the stable version
-and enjoy that one.
-
-In general, we are planning to regularly release a 1.3.x version until
-it is stable enough to call her 1.4 or 2.0. While I'm at it, one
-comment on version numbers. Our version numbers take the form of A.B.C
- A increases with time, but only very seldomly.
- B if it is even (0, 2, 4 etc), it is a stable release
-   if it is odd (1, 3, 5 etc), it is a development release
- C indicates small changes.
-Which is to say our version numbering system is the same as that of
-the linux kernel. So 1.2.9 is a stable version, and 1.3.2 (this one)
-is a development release.
-
-We are excited to bring you the fruits of a very good development
-series. Major rewrites of the back-end and the user interface have
-been happening since the 1.2 series.
+bug report you send. 
+
 
 
 Major updates
 Major updates
 ==============
 ==============
 
 
-To summarize the major updates in the 1.3.2 release:
-* The support of register globals = off
-* A complete rewrite of the way we send mail (Deliver-class)
-* Lot's of bugfixes.
+The 1.4.0 series (as a result of 1.3 devel series) brings:
 
 
+* A complete rewrite of the way we send mail (Deliver-class),
+  and of the way we parse mail (MIME-bodystructure parsing).
+  This makes SquirrelMail more reliable and more efficient
+  at the same time!
+* Support for IMAP UID which makes SquirrelMail more reliable.
+* Optimizations to code and the number of IMAP calls.
+* Support for a wider range of authentication mechanisms.
+* Lots of bugfixes and a couple of UI-tweaks.
 
 
-A note on solved bugs
-=====================
-
-After the release of 1.3.0 and 1.3.1 we received lots of usefull bug-reports.
-At this moment we can say that most issues are solved.
-One of the biggest bug reporter was Cor Bosman from the dutch ISP XS4ALL.
-They scheduled the use of SquirrelMail 1.3.2 because of it's UID support.
-At this moment they are switched over to 1.3.2 CVS and it's running fine on
-the production servers. The imap-server load was dropped significantly and
-that's exactly what we tried to establish in the DEVEL branche.
 
 
 
 
 A note on plugins
 A note on plugins
@@ -71,6 +51,7 @@ distributed with this plugin most probably WILL NOT WORK.
 
 
 So if you have ANY problem at all, first try turning off all plugins.
 So if you have ANY problem at all, first try turning off all plugins.
 
 
+
 A note on your configuration
 A note on your configuration
 ============================
 ============================
 
 
@@ -88,15 +69,15 @@ If you have problems with UID support, please do these 2 things:
      * The value of "sort" (as in conf.pl)
      * The value of "sort" (as in conf.pl)
    bugs can be submitted at: http://www.squirrelmail.org/bugs
    bugs can be submitted at: http://www.squirrelmail.org/bugs
 2) For your own pleasure and comfort:
 2) For your own pleasure and comfort:
-   turn of UID support in conf.pl, so you can continue to use 1.3.2
+   turn of UID support in conf.pl, so you can continue to use 1.4.0
 
 
 
 
-Reporting my favorite SquirrelMail 1.3 bug
+Reporting my favorite SquirrelMail 1.4 bug
 ==========================================
 ==========================================
 
 
-It is not unlikely you will experience some bugs while using this
-development version. Please submit these bugs. Also, please mention
-that the bug is in this 1.3.2 release.
+This RC is meant to catch the last bugs. So we need you to submit
+any bug you come across! Also, please mention that the bug is in
+this 1.4.0 RC1 release.
 
 
    http://www.squirrelmail.org/bugs
    http://www.squirrelmail.org/bugs
 
 
@@ -115,16 +96,5 @@ things to share with the developers, join the development mailinglist:
    squirrelmail-devel@lists.sourceforge.net
    squirrelmail-devel@lists.sourceforge.net
 
 
 
 
-About our Release Aliases
-=========================
-With the release of 1.3.2 we can say we realy cracked some nuts regarding
-hard to solve issues. 
-Future devel versions will continue carrying "Nut" releasenames
-to keep the squirrel satisfied. Since winter is coming we better hurry up
-with new "Nut" releases. We don't want a death squirrel due to starvation.
-So next time you see a squirrel feed him nuts, think about SquirrelMail and
-a new friendship is born.
-
-
                   Happy SquirrelMailing!
                   Happy SquirrelMailing!
                     - The SquirrelMail Project Team
                     - The SquirrelMail Project Team

+ 1 - 1
class/deliver/Deliver.class.php

@@ -3,7 +3,7 @@
 /**
 /**
  * Deliver.class.php
  * Deliver.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This contains all the functions needed to send messages through
  * This contains all the functions needed to send messages through

+ 1 - 1
class/deliver/Deliver_IMAP.class.php

@@ -2,7 +2,7 @@
 /**
 /**
  * Deliver_IMAP.class.php
  * 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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Delivery backend for the Deliver class.
  * Delivery backend for the Deliver class.

+ 1 - 1
class/deliver/Deliver_SMTP.class.php

@@ -2,7 +2,7 @@
 /**
 /**
  * Deliver_SMTP.class.php
  * Deliver_SMTP.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Delivery backend for the Deliver class.
  * Delivery backend for the Deliver class.

+ 1 - 1
class/deliver/Deliver_SendMail.class.php

@@ -2,7 +2,7 @@
 /**
 /**
  * Deliver_SendMail.class.php
  * Deliver_SendMail.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Delivery backend for the Deliver class.
  * Delivery backend for the Deliver class.

+ 1 - 1
class/helper/VCard.class.php

@@ -3,7 +3,7 @@
 /**
 /**
  * vCard.class
  * vCard.class
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This (will) contain functions needed to vCards.
  * This (will) contain functions needed to vCards.

+ 1 - 1
class/html.class.php

@@ -2,7 +2,7 @@
 /**
 /**
  * html.class.php
  * html.class.php
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This contains functions needed to generate html output.
  * This contains functions needed to generate html output.

+ 1 - 1
class/index.php

@@ -3,7 +3,7 @@
 /**
 /**
  * index.php
  * index.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This file simply takes any attempt to view source files and sends those
  * This file simply takes any attempt to view source files and sends those

+ 1 - 1
class/mime.class.php

@@ -3,7 +3,7 @@
 /**
 /**
  * mime.class
  * mime.class
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This contains functions needed to handle mime messages.
  * This contains functions needed to handle mime messages.

+ 1 - 1
class/mime/AddressStructure.class.php

@@ -3,7 +3,7 @@
 /**
 /**
  * AddressStructure.class.php
  * AddressStructure.class.php
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This contains functions needed to handle mime messages.
  * This contains functions needed to handle mime messages.

+ 1 - 1
class/mime/ContentType.class.php

@@ -3,7 +3,7 @@
 /**
 /**
  * ContentType.class.php
  * ContentType.class.php
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This contains functions needed to handle mime messages.
  * This contains functions needed to handle mime messages.

+ 1 - 1
class/mime/Disposition.class.php

@@ -3,7 +3,7 @@
 /**
 /**
  * Disposition.class.php
  * Disposition.class.php
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This contains functions needed to handle mime messages.
  * This contains functions needed to handle mime messages.

+ 1 - 1
class/mime/Language.class.php

@@ -3,7 +3,7 @@
 /**
 /**
  * Language.class.php
  * Language.class.php
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This contains functions needed to handle mime messages.
  * This contains functions needed to handle mime messages.

+ 1 - 1
class/mime/Message.class.php

@@ -3,7 +3,7 @@
 /**
 /**
  * Message.class.php
  * Message.class.php
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This contains functions needed to handle mime messages.
  * This contains functions needed to handle mime messages.

+ 1 - 1
class/mime/MessageHeader.class.php

@@ -3,7 +3,7 @@
 /**
 /**
  * MessageHeader.class.php
  * MessageHeader.class.php
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This contains functions needed to handle mime messages.
  * This contains functions needed to handle mime messages.

+ 1 - 1
class/mime/Rfc822Header.class.php

@@ -3,7 +3,7 @@
 /**
 /**
  * Rfc822Header.class.php
  * Rfc822Header.class.php
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This contains functions needed to handle mime messages.
  * This contains functions needed to handle mime messages.

+ 1 - 1
class/mime/SMimeMessage.class.php

@@ -3,7 +3,7 @@
 /**
 /**
  * SMimeMessage.class.php
  * SMimeMessage.class.php
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This contains functions needed to handle mime messages.
  * This contains functions needed to handle mime messages.

+ 1 - 1
config/config_default.php

@@ -11,7 +11,7 @@
 
 
 /* Do not change this value. */
 /* Do not change this value. */
 global $config_version;
 global $config_version;
-$config_version = '1.2.0';
+$config_version = '1.4.0';
 
 
 /* Organization's logo picture (blank if none) */
 /* Organization's logo picture (blank if none) */
 global $org_logo;
 global $org_logo;

+ 1 - 1
config/index.php

@@ -3,7 +3,7 @@
 /**
 /**
  * index.php
  * index.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This file simply takes any attempt to view source files and sends those
  * This file simply takes any attempt to view source files and sends those

+ 1 - 1
functions/abook_database.php

@@ -3,7 +3,7 @@
 /**
 /**
  * abook_database.php
  * abook_database.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Backend for personal addressbook stored in a database,
  * Backend for personal addressbook stored in a database,

+ 1 - 1
functions/abook_global_file.php

@@ -3,7 +3,7 @@
 /**
 /**
  * abook_local_file.php
  * abook_local_file.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Backend for addressbook as a pipe separated file
  * Backend for addressbook as a pipe separated file

+ 1 - 1
functions/abook_ldap_server.php

@@ -3,7 +3,7 @@
 /**
 /**
  * abook_ldap_server.php
  * abook_ldap_server.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Address book backend for LDAP server
  * Address book backend for LDAP server

+ 1 - 1
functions/abook_local_file.php

@@ -3,7 +3,7 @@
 /**
 /**
  * abook_local_file.php
  * abook_local_file.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Backend for addressbook as a pipe separated file
  * Backend for addressbook as a pipe separated file

+ 1 - 1
functions/addressbook.php

@@ -3,7 +3,7 @@
 /**
 /**
  * addressbook.php
  * addressbook.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Functions and classes for the addressbook system.
  * Functions and classes for the addressbook system.

+ 1 - 1
functions/attachment_common.php

@@ -3,7 +3,7 @@
 /**
 /**
  * attachment_common.php
  * attachment_common.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This file provides the handling of often-used attachment types.
  * This file provides the handling of often-used attachment types.

+ 1 - 1
functions/auth.php

@@ -3,7 +3,7 @@
 /**
 /**
  * auth.php
  * auth.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Contains functions used to do authentication.
  * Contains functions used to do authentication.

+ 1 - 1
functions/constants.php

@@ -3,7 +3,7 @@
 /**
 /**
  * constants.php
  * constants.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Loads constants used by the rest of the Squirrelmail source.
  * Loads constants used by the rest of the Squirrelmail source.

+ 1 - 1
functions/date.php

@@ -3,7 +3,7 @@
 /**
 /**
  * date.php
  * date.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Takes a date and parses it into a usable format.  The form that a
  * Takes a date and parses it into a usable format.  The form that a

+ 1 - 1
functions/db_prefs.php

@@ -3,7 +3,7 @@
 /*
 /*
  * db_prefs.php
  * db_prefs.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This contains functions for manipulating user preferences
  * This contains functions for manipulating user preferences

+ 1 - 1
functions/display_messages.php

@@ -3,7 +3,7 @@
 /**
 /**
  * display_messages.php
  * display_messages.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This contains all messages, including information, error, and just
  * This contains all messages, including information, error, and just

+ 1 - 1
functions/file_prefs.php

@@ -3,7 +3,7 @@
 /**
 /**
  * file_prefs.php
  * file_prefs.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This contains functions for manipulating user preferences in files
  * This contains functions for manipulating user preferences in files

+ 1 - 1
functions/gettext.php

@@ -3,7 +3,7 @@
 /**
 /**
  * gettext.php
  * gettext.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Alternate to the system's built-in gettext.
  * Alternate to the system's built-in gettext.

+ 1 - 1
functions/global.php

@@ -3,7 +3,7 @@
 /**
 /**
  * globals.php
  * globals.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This includes code to update < 4.1.0 globals to the newer format 
  * This includes code to update < 4.1.0 globals to the newer format 

+ 1 - 1
functions/html.php

@@ -3,7 +3,7 @@
 /**
 /**
  * html.php
  * html.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * The idea is to inlcude here some functions to make easier
  * The idea is to inlcude here some functions to make easier

+ 1 - 1
functions/i18n.php

@@ -3,7 +3,7 @@
 /**
 /**
  * i18n.php
  * i18n.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This file contains variuos functions that are needed to do
  * This file contains variuos functions that are needed to do

+ 1 - 1
functions/imap.php

@@ -3,7 +3,7 @@
 /**
 /**
  * imap.php
  * imap.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This just includes the different sections of the imap functions.
  * This just includes the different sections of the imap functions.

+ 1 - 1
functions/imap_general.php

@@ -3,7 +3,7 @@
 /**
 /**
  * imap_general.php
  * imap_general.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This implements all functions that do general imap functions.
  * This implements all functions that do general imap functions.

+ 1 - 1
functions/imap_mailbox.php

@@ -3,7 +3,7 @@
 /**
 /**
  * imap_mailbox.php
  * imap_mailbox.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This impliments all functions that manipulate mailboxes
  * This impliments all functions that manipulate mailboxes

+ 1 - 1
functions/imap_messages.php

@@ -3,7 +3,7 @@
 /**
 /**
  * imap_messages.php
  * imap_messages.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This implements functions that manipulate messages
  * This implements functions that manipulate messages

+ 1 - 1
functions/imap_search.php

@@ -3,7 +3,7 @@
 /**
 /**
  * imap_search.php
  * imap_search.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * IMAP search routines
  * IMAP search routines

+ 1 - 1
functions/imap_utf7_local.php

@@ -3,7 +3,7 @@
 /**
 /**
  * imap_general.php
  * imap_general.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This implements all functions that do general imap functions.
  * This implements all functions that do general imap functions.

+ 1 - 1
functions/index.php

@@ -3,7 +3,7 @@
 /**
 /**
  * index.php
  * index.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This file simply takes any attempt to view source files and sends those
  * This file simply takes any attempt to view source files and sends those

+ 1 - 1
functions/mailbox_display.php

@@ -3,7 +3,7 @@
 /**
 /**
  * mailbox_display.php
  * mailbox_display.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This contains functions that display mailbox information, such as the
  * This contains functions that display mailbox information, such as the

+ 1 - 1
functions/mime.php

@@ -3,7 +3,7 @@
 /**
 /**
  * mime.php
  * mime.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This contains the functions necessary to detect and decode MIME
  * This contains the functions necessary to detect and decode MIME

+ 1 - 1
functions/options.php

@@ -3,7 +3,7 @@
 /**
 /**
  * options.php
  * options.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Functions needed to display the options pages.
  * Functions needed to display the options pages.

+ 1 - 1
functions/page_header.php

@@ -3,7 +3,7 @@
 /**
 /**
  * page_header.php
  * page_header.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Prints the page header (duh)
  * Prints the page header (duh)

+ 1 - 1
functions/plugin.php

@@ -3,7 +3,7 @@
 /**
 /**
  * plugin.php
  * plugin.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This file provides the framework for a plugin architecture.
  * This file provides the framework for a plugin architecture.

+ 1 - 1
functions/prefs.php

@@ -3,7 +3,7 @@
 /**
 /**
  * prefs.php
  * prefs.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This contains functions for manipulating user preferences
  * This contains functions for manipulating user preferences

+ 3 - 3
functions/strings.php

@@ -3,7 +3,7 @@
 /** 
 /** 
  * strings.php
  * strings.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This code provides various string manipulation functions that are
  * This code provides various string manipulation functions that are
@@ -16,14 +16,14 @@
  * SquirrelMail version number -- DO NOT CHANGE
  * SquirrelMail version number -- DO NOT CHANGE
  */
  */
 global $version;
 global $version;
-$version = '1.3.3 [CVS-DEVEL]';
+$version = '1.4.0 RC1';
 
 
 /** 
 /** 
  * SquirrelMail internal version number -- DO NOT CHANGE
  * SquirrelMail internal version number -- DO NOT CHANGE
  * $sm_internal_version = array (release, major, minor)
  * $sm_internal_version = array (release, major, minor)
  */
  */
 global $SQM_INTERNAL_VERSION;
 global $SQM_INTERNAL_VERSION;
-$SQM_INTERNAL_VERSION = array(1,3,3);
+$SQM_INTERNAL_VERSION = array(1,4,0);
 
 
 
 
 /**
 /**

+ 1 - 1
functions/tree.php

@@ -3,7 +3,7 @@
 /**
 /**
  * tree.php
  * tree.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This code provides various string manipulation functions that are
  * This code provides various string manipulation functions that are

+ 1 - 1
functions/url_parser.php

@@ -3,7 +3,7 @@
 /**
 /**
  * url_parser.php
  * url_parser.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This code provides various string manipulation functions that are
  * This code provides various string manipulation functions that are

+ 1 - 1
help/index.php

@@ -3,7 +3,7 @@
 /**
 /**
  * index.php
  * index.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This file simply takes any attempt to view source files and sends those
  * This file simply takes any attempt to view source files and sends those

+ 1 - 1
include/load_prefs.php

@@ -3,7 +3,7 @@
 /**
 /**
  * load_prefs.php
  * load_prefs.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Loads preferences from the $username.pref file used by almost
  * Loads preferences from the $username.pref file used by almost

+ 1 - 1
include/options/display.php

@@ -3,7 +3,7 @@
 /**
 /**
  * options_display.php
  * options_display.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Displays all optinos about display preferences
  * Displays all optinos about display preferences

+ 1 - 1
include/options/folder.php

@@ -3,7 +3,7 @@
 /**
 /**
  * options_folder.php
  * options_folder.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Displays all options relating to folders
  * Displays all options relating to folders

+ 1 - 1
include/options/personal.php

@@ -3,7 +3,7 @@
 /**
 /**
  * options_personal.php
  * options_personal.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Displays all options relating to personal information
  * Displays all options relating to personal information

+ 1 - 1
include/validate.php

@@ -3,7 +3,7 @@
 /**
 /**
 * validate.php
 * validate.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.
 * Licensed under the GNU GPL. For full terms see the file COPYING.
 *
 *
 * $Id$
 * $Id$

+ 1 - 1
index.php

@@ -3,7 +3,7 @@
 /**
 /**
  * index.php -- Displays the main frameset
  * index.php -- Displays the main frameset
  *
  *
- * 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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Redirects to the login page.
  * Redirects to the login page.

+ 1 - 1
plugins/administrator/defines.php

@@ -3,7 +3,7 @@
 /**
 /**
  * defines.php
  * defines.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Philippe Mingo
  * Philippe Mingo

+ 1 - 1
plugins/administrator/index.php

@@ -3,7 +3,7 @@
    /**
    /**
     **  index.php -- Displays the main frameset
     **  index.php -- Displays the main frameset
     **
     **
-    **  Copyright (c) 1999-2002 The SquirrelMail development team
+    **  Copyright (c) 1999-2003 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **
     **  Redirects to the login page.
     **  Redirects to the login page.

+ 1 - 1
plugins/administrator/options.php

@@ -3,7 +3,7 @@
 /**
 /**
  * Administrator Plugin
  * Administrator Plugin
  *
  *
- * 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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Philippe Mingo
  * Philippe Mingo

+ 1 - 1
plugins/administrator/setup.php

@@ -3,7 +3,7 @@
 /**
 /**
  * setup.php
  * setup.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  *  Administrator plugin. Allows remote administration.  Philippe Mingo
  *  Administrator plugin. Allows remote administration.  Philippe Mingo

+ 1 - 1
plugins/bug_report/bug_report.php

@@ -8,7 +8,7 @@
  * a button to show the bug report mail message in order to actually
  * a button to show the bug report mail message in order to actually
  * send it.
  * send it.
  *
  *
- * Copyright (c) 1999-2002 The SquirrelMail development team
+ * Copyright (c) 1999-2003 The SquirrelMail development team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This is a standard Squirrelmail-1.2 API for plugins.
  * This is a standard Squirrelmail-1.2 API for plugins.

+ 1 - 1
plugins/bug_report/index.php

@@ -3,7 +3,7 @@
    /**
    /**
     **  index.php -- Displays the main frameset
     **  index.php -- Displays the main frameset
     **
     **
-    **  Copyright (c) 1999-2002 The SquirrelMail development team
+    **  Copyright (c) 1999-2003 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **
     **  Redirects to the login page.
     **  Redirects to the login page.

+ 1 - 1
plugins/bug_report/setup.php

@@ -3,7 +3,7 @@
 /**
 /**
  * setup.php
  * setup.php
  *
  *
- * Copyright (c) 1999-2002 The SquirrelMail development team
+ * Copyright (c) 1999-2003 The SquirrelMail development team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This is a standard Squirrelmail-1.2 API for plugins.
  * This is a standard Squirrelmail-1.2 API for plugins.

+ 1 - 1
plugins/calendar/calendar.php

@@ -3,7 +3,7 @@
 /**
 /**
  * calendar.php
  * calendar.php
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2002-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Originally contrubuted by Michal Szczotka <michal@tuxy.org>
  * Originally contrubuted by Michal Szczotka <michal@tuxy.org>

+ 1 - 1
plugins/calendar/calendar_data.php

@@ -3,7 +3,7 @@
 /**
 /**
  * calendar_data.php
  * calendar_data.php
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2002-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Originally contrubuted by Michal Szczotka <michal@tuxy.org>
  * Originally contrubuted by Michal Szczotka <michal@tuxy.org>

+ 1 - 1
plugins/calendar/day.php

@@ -3,7 +3,7 @@
 /**
 /**
  * day.php
  * day.php
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2002-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Originally contrubuted by Michal Szczotka <michal@tuxy.org>
  * Originally contrubuted by Michal Szczotka <michal@tuxy.org>

+ 1 - 1
plugins/calendar/event_create.php

@@ -3,7 +3,7 @@
 /**
 /**
  * event_create.php
  * event_create.php
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2002-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Originally contrubuted by Michal Szczotka <michal@tuxy.org>
  * Originally contrubuted by Michal Szczotka <michal@tuxy.org>

+ 1 - 1
plugins/calendar/event_delete.php

@@ -3,7 +3,7 @@
 /**
 /**
  * event_delete.php
  * event_delete.php
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2002-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Originally contrubuted by Michal Szczotka <michal@tuxy.org>
  * Originally contrubuted by Michal Szczotka <michal@tuxy.org>

+ 1 - 1
plugins/calendar/event_edit.php

@@ -3,7 +3,7 @@
 /**
 /**
  * event_edit.php
  * event_edit.php
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2002-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Originally contrubuted by Michal Szczotka <michal@tuxy.org>
  * Originally contrubuted by Michal Szczotka <michal@tuxy.org>

+ 1 - 1
plugins/calendar/functions.php

@@ -3,7 +3,7 @@
 /**
 /**
  * functions.php
  * functions.php
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2002-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Originally contrubuted by Michal Szczotka <michal@tuxy.org>
  * Originally contrubuted by Michal Szczotka <michal@tuxy.org>

+ 1 - 1
plugins/calendar/index.php

@@ -3,7 +3,7 @@
 /**
 /**
  * index.php -- Displays the main frameset
  * index.php -- Displays the main frameset
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2002-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Redirects to the login page.
  * Redirects to the login page.

+ 1 - 1
plugins/calendar/setup.php

@@ -3,7 +3,7 @@
 /**
 /**
  * setup.php
  * setup.php
  *
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2002-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Originally contrubuted by Michal Szczotka <michal@tuxy.org>
  * Originally contrubuted by Michal Szczotka <michal@tuxy.org>

+ 1 - 1
plugins/delete_move_next/index.php

@@ -3,7 +3,7 @@
    /**
    /**
     **  index.php -- Displays the main frameset
     **  index.php -- Displays the main frameset
     **
     **
-    **  Copyright (c) 1999-2002 The SquirrelMail development team
+    **  Copyright (c) 1999-2003 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **
     **  Redirects to the login page.
     **  Redirects to the login page.

+ 1 - 1
plugins/delete_move_next/setup.php

@@ -7,7 +7,7 @@
  *   deletes or moves currently displayed message and displays
  *   deletes or moves currently displayed message and displays
  *   next or previous message.
  *   next or previous message.
  *
  *
- * 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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * $Id$
  * $Id$

+ 1 - 1
plugins/filters/filters.php

@@ -3,7 +3,7 @@
 /**
 /**
  * Message and Spam Filter Plugin
  * Message and Spam Filter Plugin
  *
  *
- * 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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This plugin filters your inbox into different folders based upon given
  * This plugin filters your inbox into different folders based upon given

+ 1 - 1
plugins/filters/index.php

@@ -3,7 +3,7 @@
    /**
    /**
     **  index.php -- Displays the main frameset
     **  index.php -- Displays the main frameset
     **
     **
-    **  Copyright (c) 1999-2002 The SquirrelMail development team
+    **  Copyright (c) 1999-2003 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **
     **  Redirects to the login page.
     **  Redirects to the login page.

+ 1 - 1
plugins/filters/options.php

@@ -3,7 +3,7 @@
 /**
 /**
  * Message and Spam Filter Plugin
  * Message and Spam Filter Plugin
  *
  *
- * 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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This plugin filters your inbox into different folders based upon given
  * This plugin filters your inbox into different folders based upon given

+ 1 - 1
plugins/filters/setup.php

@@ -2,7 +2,7 @@
 /**
 /**
  * Message and Spam Filter Plugin
  * Message and Spam Filter Plugin
  *
  *
- * 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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This plugin filters your inbox into different folders based upon given
  * This plugin filters your inbox into different folders based upon given

+ 1 - 1
plugins/filters/spamoptions.php

@@ -2,7 +2,7 @@
 /**
 /**
  * Message and Spam Filter Plugin
  * Message and Spam Filter Plugin
  *
  *
- * 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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This plugin filters your inbox into different folders based upon given
  * This plugin filters your inbox into different folders based upon given

+ 1 - 1
plugins/fortune/setup.php

@@ -3,7 +3,7 @@
 /**
 /**
  * plugins/fortune/setup.php
  * plugins/fortune/setup.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Original code contributed by paulm@spider.org
  * Original code contributed by paulm@spider.org

+ 1 - 1
plugins/index.php

@@ -3,7 +3,7 @@
 /**
 /**
  * index.php
  * index.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * This file simply takes any attempt to view source files and sends those
  * This file simply takes any attempt to view source files and sends those

+ 1 - 1
plugins/info/functions.php

@@ -1,7 +1,7 @@
 <?PHP
 <?PHP
 
 
 /* functions for info plugin
 /* functions for info plugin
- * 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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Here are two functions for the info plugin
  * Here are two functions for the info plugin

+ 1 - 1
plugins/info/options.php

@@ -1,7 +1,7 @@
 <?PHP
 <?PHP
 
 
 /* options page for IMAP info plugin 
 /* options page for IMAP info plugin 
- * 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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *   
  *   
  * This is where it all happens :)
  * This is where it all happens :)

+ 1 - 1
plugins/info/setup.php

@@ -1,7 +1,7 @@
 <?php
 <?php
 
 
 /* setup file for the IMAP server info plugin
 /* setup file for the IMAP server info plugin
- * 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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *   
  *   
  * by: Jason Munro jason@stdbev.com
  * by: Jason Munro jason@stdbev.com

+ 1 - 1
plugins/listcommands/index.php

@@ -3,7 +3,7 @@
    /**
    /**
     **  index.php -- Displays the main frameset
     **  index.php -- Displays the main frameset
     **
     **
-    **  Copyright (c) 1999-2002 The SquirrelMail development team
+    **  Copyright (c) 1999-2003 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **
     **  Redirects to the login page.
     **  Redirects to the login page.

+ 1 - 1
plugins/listcommands/mailout.php

@@ -2,7 +2,7 @@
 /**
 /**
  * mailout.php
  * mailout.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * $Id$
  * $Id$

+ 1 - 1
plugins/listcommands/setup.php

@@ -3,7 +3,7 @@
 /**
 /**
  * setup.php
  * setup.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Implementation of RFC 2369 for SquirrelMail.
  * Implementation of RFC 2369 for SquirrelMail.

+ 1 - 1
plugins/mail_fetch/class.POP3.php

@@ -3,7 +3,7 @@
    /**
    /**
     * mail_fetch/setup.php
     * mail_fetch/setup.php
     *
     *
-    * Copyright (c) 1999-2002 The SquirrelMail Project Team
+    * Copyright (c) 1999-2003 The SquirrelMail Project Team
     *
     *
     * Copyright (c) 1999 CDI (cdi@thewebmasters.net) All Rights Reserved
     * Copyright (c) 1999 CDI (cdi@thewebmasters.net) All Rights Reserved
     * Modified by Philippe Mingo 2001 mingo@rotedic.com
     * Modified by Philippe Mingo 2001 mingo@rotedic.com

+ 1 - 1
plugins/mail_fetch/fetch.php

@@ -3,7 +3,7 @@
 /**
 /**
  * mail_fetch/fetch.php
  * mail_fetch/fetch.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Fetch code.
  * Fetch code.

+ 1 - 1
plugins/mail_fetch/functions.php

@@ -3,7 +3,7 @@
    /**
    /**
     **  mail_fetch/functions.php
     **  mail_fetch/functions.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.
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **
     **  Functions for the mailfetch plugin.
     **  Functions for the mailfetch plugin.

+ 1 - 1
plugins/mail_fetch/index.php

@@ -3,7 +3,7 @@
    /**
    /**
     **  index.php -- Displays the main frameset
     **  index.php -- Displays the main frameset
     **
     **
-    **  Copyright (c) 1999-2002 The SquirrelMail development team
+    **  Copyright (c) 1999-2003 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **
     **  Redirects to the login page.
     **  Redirects to the login page.

+ 1 - 1
plugins/mail_fetch/options.php

@@ -3,7 +3,7 @@
 /**
 /**
  * mail_fetch/options.php
  * mail_fetch/options.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Setup of the mailfetch plugin.
  * Setup of the mailfetch plugin.

+ 1 - 1
plugins/mail_fetch/setup.php

@@ -3,7 +3,7 @@
    /**
    /**
     **  mail_fetch/setup.php
     **  mail_fetch/setup.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.
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **
     **  Setup of the mailfetch plugin.
     **  Setup of the mailfetch plugin.

+ 1 - 1
plugins/newmail/index.php

@@ -3,7 +3,7 @@
    /**
    /**
     **  index.php -- Displays the main frameset
     **  index.php -- Displays the main frameset
     **
     **
-    **  Copyright (c) 1999-2002 The SquirrelMail development team
+    **  Copyright (c) 1999-2003 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **
     **  Redirects to the login page.
     **  Redirects to the login page.

+ 1 - 1
plugins/newmail/newmail.php

@@ -3,7 +3,7 @@
 /**
 /**
  * newmail.php
  * newmail.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.        
  * Licensed under the GNU GPL. For full terms see the file COPYING.        
  *
  *
  * Displays all options relating to new mail sounds
  * Displays all options relating to new mail sounds

+ 1 - 1
plugins/newmail/newmail_opt.php

@@ -3,7 +3,7 @@
 /**
 /**
  * newmails_opt.php
  * newmails_opt.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.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Displays all options relating to new mail sounds
  * Displays all options relating to new mail sounds

Some files were not shown because too many files changed in this diff