Browse Source

Getting ready for 1.2.0 release.

thomppj 23 years ago
parent
commit
1e2a9cc5d0
100 changed files with 745 additions and 330 deletions
  1. 3 3
      AUTHORS
  2. 11 4
      ChangeLog
  3. 14 8
      config/index.php
  4. 1 1
      functions/abook_database.php
  5. 1 1
      functions/abook_global_file.php
  6. 1 1
      functions/abook_ldap_server.php
  7. 1 1
      functions/abook_local_file.php
  8. 2 2
      functions/addressbook.php
  9. 1 1
      functions/array.php
  10. 1 1
      functions/attachment_common.php
  11. 1 1
      functions/auth.php
  12. 2 2
      functions/constants.php
  13. 1 1
      functions/date.php
  14. 2 1
      functions/db_prefs.php
  15. 2 2
      functions/display_messages.php
  16. 1 1
      functions/gettext.php
  17. 1 1
      functions/i18n.php
  18. 1 1
      functions/imap.php
  19. 6 6
      functions/imap_general.php
  20. 1 1
      functions/imap_mailbox.php
  21. 1 1
      functions/imap_messages.php
  22. 6 6
      functions/imap_search.php
  23. 7 8
      functions/index.php
  24. 1 1
      functions/mailbox_display.php
  25. 1 1
      functions/mime.php
  26. 1 1
      functions/options.php
  27. 1 1
      functions/page_header.php
  28. 1 1
      functions/prefs.php
  29. 1 1
      functions/smtp.php
  30. 2 2
      functions/strings.php
  31. 1 1
      functions/tree.php
  32. 1 1
      functions/url_parser.php
  33. 14 8
      help/index.php
  34. 1 1
      index.php
  35. 14 8
      locale/index.php
  36. 16 0
      plugins/bug_report/INSTALL
  37. 51 0
      plugins/bug_report/README
  38. 218 0
      plugins/bug_report/bug_report.php
  39. 79 0
      plugins/bug_report/setup.php
  40. 24 23
      plugins/filters/filters.php
  41. 2 2
      plugins/filters/index.php
  42. 25 23
      plugins/filters/options.php
  43. 24 25
      plugins/filters/setup.php
  44. 24 23
      plugins/filters/spamoptions.php
  45. 14 8
      plugins/index.php
  46. 15 15
      plugins/mail_fetch/class.POP3.php
  47. 2 2
      plugins/mail_fetch/fetch.php
  48. 2 2
      plugins/mail_fetch/functions.php
  49. 2 2
      plugins/mail_fetch/options.php
  50. 1 1
      plugins/mail_fetch/setup.php
  51. 3 2
      plugins/newmail/newmail.php
  52. 3 2
      plugins/newmail/newmail_opt.php
  53. 17 15
      plugins/newmail/setup.php
  54. 11 11
      plugins/newmail/testsound.php
  55. 15 15
      plugins/squirrelspell/index.php
  56. 1 1
      plugins/squirrelspell/modules/check_me.mod.php
  57. 1 1
      plugins/squirrelspell/modules/crypto.mod.php
  58. 2 2
      plugins/squirrelspell/modules/crypto_badkey.mod.php
  59. 2 2
      plugins/squirrelspell/modules/edit_dic.mod.php
  60. 2 2
      plugins/squirrelspell/modules/enc_setup.mod.php
  61. 1 1
      plugins/squirrelspell/modules/forget_me.mod.php
  62. 2 2
      plugins/squirrelspell/modules/forget_me_not.mod.php
  63. 2 2
      plugins/squirrelspell/modules/init.mod.php
  64. 2 2
      plugins/squirrelspell/modules/lang_change.mod.php
  65. 2 2
      plugins/squirrelspell/modules/lang_setup.mod.php
  66. 2 2
      plugins/squirrelspell/modules/options_main.mod.php
  67. 1 1
      plugins/squirrelspell/setup.php
  68. 2 2
      plugins/squirrelspell/sqspell_config.php
  69. 9 11
      plugins/squirrelspell/sqspell_functions.php
  70. 2 2
      plugins/squirrelspell/sqspell_interface.php
  71. 2 2
      plugins/squirrelspell/sqspell_options.php
  72. 10 6
      plugins/translate/options.php
  73. 9 0
      plugins/translate/setup.php
  74. 1 1
      src/addrbook_popup.php
  75. 1 1
      src/addrbook_search.php
  76. 1 1
      src/addrbook_search_html.php
  77. 1 1
      src/addressbook.php
  78. 1 1
      src/compose.php
  79. 1 1
      src/delete_message.php
  80. 1 1
      src/download.php
  81. 1 1
      src/draft_actions.php
  82. 1 1
      src/empty_trash.php
  83. 1 1
      src/folders.php
  84. 1 1
      src/folders_create.php
  85. 1 1
      src/folders_delete.php
  86. 1 1
      src/folders_rename_do.php
  87. 1 1
      src/folders_rename_getname.php
  88. 1 1
      src/folders_subscribe.php
  89. 1 1
      src/help.php
  90. 1 1
      src/image.php
  91. 10 8
      src/index.php
  92. 1 1
      src/left_main.php
  93. 1 1
      src/load_prefs.php
  94. 1 1
      src/login.php
  95. 1 1
      src/move_messages.php
  96. 1 1
      src/options.php
  97. 1 1
      src/options_display.php
  98. 1 1
      src/options_folder.php
  99. 1 1
      src/options_highlight.php
  100. 1 1
      src/options_identities.php

+ 3 - 3
AUTHORS

@@ -1,6 +1,6 @@
  Developers:
  -----------
-   Paul Joseph Thompson <captbunzo@squirrelmail.org>
+   Paul Thompson    <captbunzo@squirrelmail.org>
    Luke Ehresman    <luke@squirrelmail.org> http://www.css.tayloru.edu/~lehresma
    Tyler Akins
    Lewis Bergman
@@ -30,10 +30,10 @@
    Finnish       Teemu Junnila <teejun@vallcom.com>
    French        Ali Nedjimi <lrdfrx@club-internet.fr>
                  Nicolas Cartron <nc@ncartron.com> 
-		 Olivier Piquerez <piquerez@topd.ch>  
+                 Olivier Piquerez <piquerez@topd.ch>  
    German        Roland Bauerschmidt <rb@debian.org>
                  Ralf Hildebrandt <Ralf.Hildebrandt@charite.de> 
-		 Klaus Brunner <klaus@winf.at>
+                 Klaus Brunner <klaus@winf.at>
    Hungarian     István-Attila András <bergkatten@netscape.net>
    Icelandic     Karl Heiðar <karlh@macho.is>
    Indonesian    Arief S Fitrianto <arief@fisika.ui.ac.id>

+ 11 - 4
ChangeLog

@@ -1,10 +1,17 @@
-***************************************************************
-*** Squirrelmail Development Series 1.1 and 1.1 Pre-Releases ***
-****************************************************************
+**************************************
+*** Squirrelmail Stable Series 1.2 ***
+**************************************
 
-Version 1.2.0-rc4 -- December ??, 2001 (PENDING)
+Version 1.2.0 -- December 25, 2001 (PENDING)
 ------------------------------------------------
   - Cleanup of the paginator code, improving display style.
+  - Cleanup of configuration file code, a bit.
+  - Introduction of sent_subfolders plugin as Official Plugin.
+
+
+***************************************************************
+*** Squirrelmail Development Series 1.1 and 1.1 Pre-Releases ***
+****************************************************************
 
 Version 1.2.0-rc3 -- December 2, 2001
 -------------------------------------

+ 14 - 8
config/index.php

@@ -1,14 +1,20 @@
 <?php
+
 /**
- ** index.php
- **
- ** This file simply takes any attempt to view source files
- ** and sends those people to the login screen. At this
- ** point no attempt is made to see if the person is logged
- ** or not.
- **/
+ * index.php
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * 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
+ * people to the login screen. At this point no attempt is made to see if
+ * the person is logged or not.
+ *
+ * $Id$
+ */
 
 header("Location:../index.php");
 
-/** pretty impressive huh? **/
+/* pretty impressive huh? */
+
 ?>

+ 1 - 1
functions/abook_database.php

@@ -3,7 +3,7 @@
 /**
  * abook_database.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The Squirrelmail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Backend for personal addressbook stored in a database,

+ 1 - 1
functions/abook_global_file.php

@@ -3,7 +3,7 @@
 /**
  * abook_local_file.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The Squirrelmail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Backend for addressbook as a pipe separated file

+ 1 - 1
functions/abook_ldap_server.php

@@ -3,7 +3,7 @@
 /**
  * abook_ldap_server.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The Squirrelmail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Address book backend for LDAP server

+ 1 - 1
functions/abook_local_file.php

@@ -3,7 +3,7 @@
 /**
  * abook_local_file.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Backend for addressbook as a pipe separated file

+ 2 - 2
functions/addressbook.php

@@ -3,7 +3,7 @@
 /**
  * addressbook.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Functions and classes for the addressbook system.
@@ -511,4 +511,4 @@ class addressbook_backend {
 
 }
 
-?>
+?>

+ 1 - 1
functions/array.php

@@ -3,7 +3,7 @@
 /**
  * array.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This contains functions that work with array manipulation.  They

+ 1 - 1
functions/attachment_common.php

@@ -3,7 +3,7 @@
 /**
  * attachment_common.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This file provides the handling of often-used attachment types.

+ 1 - 1
functions/auth.php

@@ -3,7 +3,7 @@
 /**
  * auth.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Contains functions used to do authentication.

+ 2 - 2
functions/constants.php

@@ -3,7 +3,7 @@
 /**
  * constants.php
  *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Loads constants used by the rest of the Squirrelmail source.
@@ -51,4 +51,4 @@ define('SMPREF_JS_AUTODETECT', 2);
 
 do_hook('loading_constants');
 
-?>
+?>

+ 1 - 1
functions/date.php

@@ -3,7 +3,7 @@
 /**
  * date.php
  *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * 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

+ 2 - 1
functions/db_prefs.php

@@ -1,8 +1,9 @@
 <?php
+
 /**
  * db_prefs.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This contains functions for manipulating user preferences

+ 2 - 2
functions/display_messages.php

@@ -3,7 +3,7 @@
 /**
  * display_messages.php
  *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This contains all messages, including information, error, and just
@@ -92,4 +92,4 @@ function plain_error_message($message, $color) {
     echo '</TABLE>';
 }
     
-?>
+?>

+ 1 - 1
functions/gettext.php

@@ -3,7 +3,7 @@
 /**
  * gettext.php
  *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Alternate to the system's built-in gettext.

+ 1 - 1
functions/i18n.php

@@ -3,7 +3,7 @@
 /**
  * i18n.php
  *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This file contains variuos functions that are needed to do

+ 1 - 1
functions/imap.php

@@ -3,7 +3,7 @@
 /**
  * imap.php
  *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This just includes the different sections of the imap functions.

+ 6 - 6
functions/imap_general.php

@@ -1,14 +1,14 @@
 <?php
 
 /**
- *   imap.php
+ * imap.php
  *
- *   Copyright (c) 1999-2001 The SquirrelMail Development Team
- *   Licensed under the GNU GPL. For full terms see the file COPYING.
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * 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.
  *
- *   $Id$
+ * $Id$
  */
 
 require_once('../functions/page_header.php');
@@ -385,4 +385,4 @@ function sqimap_append_done ($imap_stream) {
     $tmp = fgets ($imap_stream, 1024);
 }
    
-?>
+?>

+ 1 - 1
functions/imap_mailbox.php

@@ -3,7 +3,7 @@
 /**
  * imap_mailbox.php
  *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This impliments all functions that manipulate mailboxes

+ 1 - 1
functions/imap_messages.php

@@ -3,7 +3,7 @@
 /**
  * imap_messages.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This implements functions that manipulate messages

+ 6 - 6
functions/imap_search.php

@@ -1,14 +1,14 @@
 <?php
 
 /**
- *   imap_search.php
+ * imap_search.php
  *
- *   Copyright (c) 1999-2001 The Squirrelmail Development Team
- *   Licensed under the GNU GPL. For full terms see the file COPYING.
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
- *   IMAP search routines
+ * IMAP search routines
  *
- *  $Id$
+ * $Id$
  */
 
 require_once('../functions/imap.php');
@@ -159,4 +159,4 @@ function sqimap_search($imapConnection,$search_where,$search_what,$mailbox,$colo
     }
 }
 
-?>
+?>

+ 7 - 8
functions/index.php

@@ -1,17 +1,16 @@
 <?php
 
 /**
- *  index.php
+ * index.php
  *
- *   Copyright (c) 1999-2001 The SquirrelMail Development Team
- *   Licensed under the GNU GPL. For full terms see the file COPYING.
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * 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 people to the login screen. At this
- *   point no attempt is made to see if the person is logged
- *   or not.
+ * This file simply takes any attempt to view source files and sends those
+ * people to the login screen. At this point no attempt is made to see if
+ * the person is logged or not.
  *
- *   $Id$
+ * $Id$
  */
 
 header("Location:../index.php");

+ 1 - 1
functions/mailbox_display.php

@@ -3,7 +3,7 @@
 /**
  * mailbox_display.php
  *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This contains functions that display mailbox information, such as the

+ 1 - 1
functions/mime.php

@@ -3,7 +3,7 @@
 /**
  * mime.php
  *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This contains the functions necessary to detect and decode MIME

+ 1 - 1
functions/options.php

@@ -3,7 +3,7 @@
 /**
  * options.php
  *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Functions needed to display the options pages.

+ 1 - 1
functions/page_header.php

@@ -3,7 +3,7 @@
 /**
  * page_header.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Prints the page header (duh)

+ 1 - 1
functions/prefs.php

@@ -3,7 +3,7 @@
 /**
  * prefs.php
  *
- * Copyright (c) 1999-2002 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This contains functions for manipulating user preferences

+ 1 - 1
functions/smtp.php

@@ -3,7 +3,7 @@
 /**
  * smtp.php
  *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This contains all the functions needed to send messages through

+ 2 - 2
functions/strings.php

@@ -3,7 +3,7 @@
 /**
  * strings.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This code provides various string manipulation functions that are
@@ -586,4 +586,4 @@ $version = '1.2.0 [cvs]';
         }
     }
 
-?>
+?>

+ 1 - 1
functions/tree.php

@@ -3,7 +3,7 @@
 /**
  * tree.php
  *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This code provides various string manipulation functions that are

+ 1 - 1
functions/url_parser.php

@@ -3,7 +3,7 @@
 /**
  * url_parser.php
  *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This code provides various string manipulation functions that are

+ 14 - 8
help/index.php

@@ -1,14 +1,20 @@
 <?php
+
 /**
- ** index.php
- **
- ** This file simply takes any attempt to view source files
- ** and sends those people to the login screen. At this
- ** point no attempt is made to see if the person is logged
- ** or not.
- **/
+ * index.php
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * 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
+ * people to the login screen. At this point no attempt is made to see if
+ * the person is logged or not.
+ *
+ * $Id$
+ */
 
 header("Location:../index.php");
 
-/** pretty impressive huh? **/
+/* pretty impressive huh? */
+
 ?>

+ 1 - 1
index.php

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

+ 14 - 8
locale/index.php

@@ -1,14 +1,20 @@
 <?php
+
 /**
- ** index.php
- **
- ** This file simply takes any attempt to view source files
- ** and sends those people to the login screen. At this
- ** point no attempt is made to see if the person is logged
- ** or not.
- **/
+ * index.php
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * 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
+ * people to the login screen. At this point no attempt is made to see if
+ * the person is logged or not.
+ *
+ * $Id$
+ */
 
 header("Location:../index.php");
 
-/** pretty impressive huh? **/
+/* pretty impressive huh? */
+
 ?>

+ 16 - 0
plugins/bug_report/INSTALL

@@ -0,0 +1,16 @@
+Installing Plugins
+==================
+Simply untar the file in the plugins directory, and make sure it is
+in its own directory, and that the name of the directory is the name
+of the plugin.  Example below uses "plug_demo" as the name of the 
+plugin:
+
+  $ cd plugins
+  $ tar -zxvf /usr/archives/plug_demo.tar.gz
+
+Then go to your config directory and run conf.pl.  Choose option
+8 and add the plugin.  Save and exit, then that should be all
+if the plugin was made correctly.  :)
+
+  $ cd ../config
+  $ ./conf.pl

+ 51 - 0
plugins/bug_report/README

@@ -0,0 +1,51 @@
+Bug Reporter -- Version 1.0
+
+Need to submit a bug?  Need to know valuable system information?  Need
+to be accurate?  This should do it for you.
+
+
+Features
+========
+
+* You save yourself a lot of typing
+* By default, this is not enabled.
+* Provides detailed setup information to help diagnose your problem
+* Has some warnings that can help out the person submitting the bug report
+
+
+Description
+===========
+
+When people stumble across a bug, which may happen in a work-in-progress,
+often times they would like to help out the software and get rid of the bug.
+Sometimes, these people don't know much about the system and how it is set
+up -- they know enough to make the bug happen for them.  This bug report
+plugin is designed to gather all of the non-private information for the user
+automatically, so that the user doesn't need to know more than how to trigger
+the bug.
+
+
+Future Work
+===========
+
+* Add more data
+* Add more warnings
+
+
+Installation
+============
+
+As with other plugins, just uncompress the archive in the plugins
+directory, go back to the main directory, run configure and add the plugin.
+
+Questions/comments/flames/etc can be sent to
+    Tyler Akins <fidian@tiny.net>
+
+
+Changes
+=======
+1.0 -> 1.1
+ * Added a bit more data to the report
+ * Cleaned up some HTML
+ * Altered link in menu bar to look good with other plugins
+ * User-selectable list for where message gets sent to

+ 218 - 0
plugins/bug_report/bug_report.php

@@ -0,0 +1,218 @@
+<?php
+
+/**
+ * bug_report.php
+ *
+ * This generates the bug report data, gives information about where
+ * it will be sent to and what people will do with it, and provides
+ * a button to show the bug report mail message in order to actually
+ * send it.
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail development team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * This is a standard Squirrelmail-1.2 API for plugins.
+ *
+ * $Id$
+ */
+                                       
+   chdir("..");
+
+   session_start();
+
+   if (!isset($config_php))
+      /* '_once' Added by ri_once */ include_once("../config/config.php");
+   if (!isset($strings_php))
+      /* '_once' Added by ri_once */ include_once("../functions/strings.php");
+   if (!isset($page_header_php))
+      /* '_once' Added by ri_once */ include_once("../functions/page_header.php");
+   if (!isset($display_messages_php))
+      /* '_once' Added by ri_once */ include_once("../functions/display_messages.php");
+   if (!isset($imap_php))
+      /* '_once' Added by ri_once */ include_once("../functions/imap.php");
+   if (!isset($array_php))
+      /* '_once' Added by ri_once */ include_once("../functions/array.php");
+   if (!isset($i18n_php))
+      /* '_once' Added by ri_once */ include_once("../functions/i18n.php");
+
+
+   /* '_once' Added by ri_once */ include_once("../src/load_prefs.php");
+   displayPageHeader($color, "None");
+
+
+   function Show_Array($array)
+   {
+      foreach ($array as $key => $value)
+      {
+         if ($key != 0 || $value != '')
+         {
+           $str .= "    * $key = $value\n";
+         }
+      }
+      if ($str == '')
+          return "    * Nothing listed\n";
+      return $str;
+   }
+   
+   $body_top .= "I subscribe to the squirrelmail-list mailing list.\n";
+   $body_top .= "  [ ]  True - No need to CC me when replying\n";
+   $body_top .= "  [ ]  False - Please CC me when replying\n";
+   $body_top .= "\n";
+   $body_top .= "This bug occurs when I ...\n";
+   $body_top .= "  ... view a particular message\n";
+   $body_top .= "  ... use a specific plugin/function\n";
+   $body_top .= "  ... try to do/view/use ....\n";
+   $body_top .= "\n\n\n";
+   $body_top .= "The description of the bug:\n\n\n";
+   $body_top .= "I can reproduce the bug by:\n\n\n";
+   $body_top .= "(Optional) I got bored and found the bug occurs in:\n\n\n";
+   $body_top .= "(Optional) I got really bored and here's a fix:\n\n\n";
+   $body_top .= "----------------------------------------------\n";
+
+
+   $body .= "\nMy browser information:\n";
+   $body .= "  $HTTP_USER_AGENT\n";
+   $body .= "  get_browser() information (List)\n";
+   $browser = get_browser();
+   $body .= Show_Array((array) $browser);
+
+   $body .= "\nMy web server information:\n";
+   $body .= "  PHP Version " . phpversion() . "\n";
+   $body .= "  PHP Extensions (List)\n";
+   $body .= Show_Array(get_loaded_extensions());
+   // Apache version?
+   
+   $body .= "\nSquirrelMail-specific information:\n";
+   $body .= "  Version:  $version\n";
+   $body .= "  Plugins (List)\n";
+   $body .= Show_Array($plugins);
+   if ($ldap_server[0] && ! extension_loaded('ldap'))
+   {
+       $warning = 1;
+       $warnings['ldap'] = "LDAP server defined in SquirrelMail config, " .
+           "but the module is not loaded in PHP";
+       $corrections['ldap'][] = "Reconfigure PHP with the option '--with-ldap'";
+       $corrections['ldap'][] = "Then recompile PHP and reinstall";
+       $corrections['ldap'][] = "-- OR --";
+       $corrections['ldap'][] = "Reconfigure SquirrelMail to not use LDAP";
+   }
+   
+   $body .= "\nMy IMAP server information:\n";
+   $body .= "  Server type:  $imap_server_type\n";
+   $imap_stream = fsockopen ($imapServerAddress, $imapPort, &$error_number, &$error_string);
+   $server_info = fgets ($imap_stream, 1024);
+   if ($imap_stream)
+   {
+       // SUPRESS HOST NAME
+       $list = explode(' ', $server_info);
+       $list[2] = '[HIDDEN]';
+       $server_info = implode(' ', $list);
+       $body .=  "  Server info:  $server_info";
+       fputs ($imap_stream, "a001 CAPABILITY\r\n");
+       $read = fgets($imap_stream, 1024);
+       $list = explode(' ', $read);
+       array_shift($list);
+       array_shift($list);
+       $read = implode(' ', $list);
+       $body .= "  Cabailities:  $read";
+       fputs ($imap_stream, "a002 LOGOUT\r\n");
+       fclose($imap_stream);
+   }
+   else
+   {
+     $body .= "  Unable to connect to IMAP server to get information.\n";
+     $warning = 1;
+     $warnings['imap'] = "Unable to connect to IMAP server";
+     $corrections['imap'][] = "Make sure you specified the correct mail server";
+     $corrections['imap'][] = "Make sure the mail server is running IMAP, not POP";
+     $corrections['imap'][] = "Make sure the server responds to port $imapPort";
+   }
+   
+   $warning_num = 0;
+   if ($warning)
+   {
+       foreach ($warnings as $key => $value)
+       {
+           if ($warning_num == 0)
+           {
+               $body_top .= "WARNINGS WERE REPORTED WITH YOUR SETUP:\n";
+               $body_top = "WARNINGS WERE REPORTED WITH YOUR SETUP -- SEE BELOW\n\n$body_top";
+               $warning_html = "<h1>Warnings were reported with your setup:</h1>\n<dl>\n";
+           }
+           $warning_num ++;
+           $warning_html .= "<dt><b>$value</b></dt>\n";
+           $body_top .= "\n$value\n";
+           foreach ($corrections[$key] as $corr_val)
+           {
+               $body_top .= "  * $corr_val\n";
+               $warning_html .= "<dd>* $corr_val</dd>\n";
+           }
+       }
+       $warning_html .= "</dl>\n<p>$warning_num warning(s) reported.</p>\n<hr>\n";
+       $body_top .= "\n$warning_num warning(s) reported.\n";
+       $body_top .= "----------------------------------------------\n";
+   }
+   
+   $body = htmlspecialchars($body_top . $body);
+
+?>
+   <br>
+   <table width=95% align=center border=0 cellpadding=2 cellspacing=0><tr><td bgcolor="<?php echo $color[0] ?>">
+      <center><b>Submit a Bug Report</b></center>
+   </td></tr></table>
+
+   <?PHP echo $warning_html; ?>
+
+   <p><font size="+1">Before you send your bug report</font>, please make sure to
+   check this checklist for any common problems.</p>
+   
+   <ul>
+   <li>Make sure that you are running the most recent copy of 
+     <a href="http://www.squirrelmail.org/">SquirrelMail</a>.  You are currently
+     using version <?PHP echo $version ?>.</li>
+   <li>Check to see if you bug is already listed in the
+   <a href="http://sourceforge.net/bugs/?group_id=311">Bug List</a> on SourceForge.
+   If it is, we already know about it and are trying to fix it.</li>
+   <li>Try to make sure that you can repeat it.  If the bug happens
+     sporatically, try to document what you did when it happened.  If it
+     always occurs when you view a specific message, keep that message around 
+     so maybe we can see it.</li>
+   <li>If there were warnings displayed above, try to resolve them yourself.
+     Read the guides in the <tt>doc/</tt> directory where SquirrelMail was
+     installed.</li>
+   </ul>
+   
+   <p>Pressing the button below will start a mail message to the developers
+   of SquirrelMail that will contain a lot of information about your system,
+   your browser, how SquirrelMail is set up, and your IMAP server.  It will
+   also prompt you for information.  Just fill out the sections at the top.
+   If you like, you can scroll down in the message to see what else is being
+   sent.</p>
+   
+   <p>Please make sure to fill out as much information as you possibly can to
+   give everyone a good chance of finding and removing the bug.  Submitting
+   your bug like this will not have it automatically added to the bug list on
+   SourceForge, but someone who gets your message may add it for you.</p>
+
+   <form action="../../src/compose.php" method=post>
+   <table align=center border=0>
+   <tr>
+     <td>
+       This bug involves: <select name="send_to">
+         <option value="squirrelmail-list@lists.sourceforge.net">the general program</option>
+         <option value="squirrelmail-plugins@lists.sourceforge.net">a specific plugin</option>
+       </select>
+     </td>
+   </tr>
+   <tr>
+     <td align=center>
+       <input type="hidden" name="send_to_cc" value="">
+       <input type="hidden" name="send_to_bcc" value="">
+       <input type="hidden" name="subject" value="Bug Report">
+       <input type="hidden" name="body" value="<?PHP echo $body ?>">
+       <input type="submit" value="Start Bug Report Form">
+     </td>
+   </tr>
+   </table>
+   </form>
+</body></html>

+ 79 - 0
plugins/bug_report/setup.php

@@ -0,0 +1,79 @@
+<?php
+
+/**
+ * setup.php
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail development team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * This is a standard Squirrelmail-1.2 API for plugins.
+ *
+ * $Id$
+ */
+
+/* This button fills out a form with your setup information already
+   gathered -- all you have to do is type. */
+
+
+/* Initialize the bug report plugin */
+function squirrelmail_plugin_init_bug_report()
+{
+  global $squirrelmail_plugin_hooks;
+
+  $squirrelmail_plugin_hooks['menuline']['bug_report'] = 'bug_report_button';
+  $squirrelmail_plugin_hooks['options_display_inside']['bug_report'] = 'bug_report_options';
+  $squirrelmail_plugin_hooks['options_display_save']['bug_report'] = 'bug_report_save';
+  $squirrelmail_plugin_hooks['loading_prefs']['bug_report'] = 'bug_report_load';
+}
+
+
+/* Show the button in the main bar */
+function bug_report_button() 
+{
+  global $color, $bug_report_visible;
+
+  if (! $bug_report_visible) 
+    return;
+    
+  displayInternalLink('plugins/bug_report/bug_report.php', 'Bug', '');
+  echo "&nbsp;&nbsp;\n";
+}
+
+
+function bug_report_save() 
+{
+  global $username,$data_dir;
+  global $bug_report_bug_report_visible;
+
+  if (isset($bug_report_bug_report_visible)) 
+  {
+    setPref($data_dir, $username, 'bug_report_visible', '1');
+  } 
+  else 
+  {
+    setPref($data_dir, $username, 'bug_report_visible', '');
+  }
+}
+
+
+function bug_report_load()
+{ 
+  global $username, $data_dir;
+  global $bug_report_visible;
+
+  $bug_report_visible = getPref($data_dir, $username, 'bug_report_visible');
+}
+
+
+function bug_report_options()
+{
+  global $bug_report_visible;
+  
+  echo "<tr><td align=right nowrap>Bug Reports:</td>\n";
+  echo "<td><input name=\"bug_report_bug_report_visible\" type=CHECKBOX";
+  if ($bug_report_visible)
+    echo " CHECKED";
+  echo "> Show button in toolbar</td></tr>\n";
+}
+
+?>

+ 24 - 23
plugins/filters/filters.php

@@ -1,28 +1,29 @@
 <?php
 
-   /**
-    **  Message and Spam Filter Plugin
-    **
-    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
-    **  Licensed under the GNU GPL. For full terms see the file COPYING.
-    **
-    **  This plugin filters your inbox into different folders based upon given
-    **  criteria.  It is most useful for people who are subscibed to mailing lists
-    **  to help organize their messages.  The argument stands that filtering is
-    **  not the place of the client, which is why this has been made a plugin for
-    **  SquirrelMail.  You may be better off using products such as Sieve or
-    **  Procmail to do your filtering so it happens even when SquirrelMail isn't
-    **  running.
-    **
-    **  If you need help with this, or see improvements that can be made, please
-    **  email me directly at the address above.  I definately welcome suggestions
-    **  and comments.  This plugin, as is the case with all SquirrelMail plugins,
-    **  is not directly supported by the developers.  Please come to me off the
-    **  mailing list if you have trouble with it.
-    **
-    **  Also view plugins/README.plugins for more information.
-    **
-    **/
+/**
+ * Message and Spam Filter Plugin
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * This plugin filters your inbox into different folders based upon given
+ * criteria.  It is most useful for people who are subscibed to mailing lists
+ * to help organize their messages.  The argument stands that filtering is
+ * not the place of the client, which is why this has been made a plugin for
+ * SquirrelMail.  You may be better off using products such as Sieve or
+ * Procmail to do your filtering so it happens even when SquirrelMail isn't
+ * running.
+ *
+ * If you need help with this, or see improvements that can be made, please
+ * email me directly at the address above.  I definately welcome suggestions
+ * and comments.  This plugin, as is the case with all SquirrelMail plugins,
+ * is not directly supported by the developers.  Please come to me off the
+ * mailing list if you have trouble with it.
+ *
+ * Also view plugins/README.plugins for more information.
+ *
+ * $Id$
+ */
 
     function filters_sqimap_read_data ($imap_stream, $pre, $handle_errors, &$response, &$message) {
         global $color, $squirrelmail_language, $imap_general_debug;

+ 2 - 2
plugins/filters/index.php

@@ -3,7 +3,7 @@
    /**
     **  index.php -- Displays the main frameset
     **
-    **  Copyright (c) 1999-2001 The SquirrelMail development team
+    **  Copyright (c) 1999-2002 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Redirects to the login page.
@@ -17,4 +17,4 @@
    header("Location: $location/src/login.php\n\n");
    exit();
 
-?>
+?>

+ 25 - 23
plugins/filters/options.php

@@ -1,27 +1,29 @@
 <?php
-   /**
-    * Message and Spam Filter Plugin
-    *
-    * Copyright (c) 1999-2001 The Squirrelmail Development Team
-    * Licensed under the GNU GPL. For full terms see the file COPYING.
-    *
-    * This plugin filters your inbox into different folders based upon given
-    * criteria. It is most useful for people who are subscibed to mailing lists
-    * to help organize their messages.  The argument stands that filtering is
-    * not the place of the client, which is why this has been made a plugin for
-    * SquirrelMail.  You may be better off using products such as Sieve or
-    * Procmail to do your filtering so it happens even when SquirrelMail isn't
-    * running.
-    *
-    * If you need help with this, or see improvements that can be made, please
-    * email me directly at the address above.  I definately welcome suggestions
-    * and comments.  This plugin, as is the case with all SquirrelMail plugins,
-    * is not directly supported by the developers.  Please come to me off the
-    * mailing list if you have trouble with it.
-    *
-    * Also view plugins/README.plugins for more information.
-    *
-    */
+
+/**
+ * Message and Spam Filter Plugin
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * This plugin filters your inbox into different folders based upon given
+ * criteria. It is most useful for people who are subscibed to mailing lists
+ * to help organize their messages.  The argument stands that filtering is
+ * not the place of the client, which is why this has been made a plugin for
+ * SquirrelMail.  You may be better off using products such as Sieve or
+ * Procmail to do your filtering so it happens even when SquirrelMail isn't
+ * running.
+ *
+ * If you need help with this, or see improvements that can be made, please
+ * email me directly at the address above.  I definately welcome suggestions
+ * and comments.  This plugin, as is the case with all SquirrelMail plugins,
+ * is not directly supported by the developers.  Please come to me off the
+ * mailing list if you have trouble with it.
+ *
+ * Also view plugins/README.plugins for more information.
+ *
+ * $Id$
+ */
 
    chdir ('..');
    require_once('../src/validate.php');

+ 24 - 25
plugins/filters/setup.php

@@ -1,29 +1,28 @@
 <?php
-   /**
-    **  Message and Spam Filter Plugin
-    **
-    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
-    **  Licensed under the GNU GPL. For full terms see the file COPYING.
-    **
-    **  This plugin filters your inbox into different folders based upon given
-    **  criteria.  It is most useful for people who are subscibed to mailing lists
-    **  to help organize their messages.  The argument stands that filtering is
-    **  not the place of the client, which is why this has been made a plugin for
-    **  SquirrelMail.  You may be better off using products such as Sieve or
-    **  Procmail to do your filtering so it happens even when SquirrelMail isn't
-    **  running.
-    **
-    **  If you need help with this, or see improvements that can be made, please
-    **  email me directly at the address above.  I definately welcome suggestions
-    **  and comments.  This plugin, as is the case with all SquirrelMail plugins,
-    **  is not directly supported by the developers.  Please come to me off the
-    **  mailing list if you have trouble with it.
-    **
-    **  Also view plugins/README.plugins for more information.
-    **
-    **  $Id$
-    **
-    **/
+/**
+ * Message and Spam Filter Plugin
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * This plugin filters your inbox into different folders based upon given
+ * criteria.  It is most useful for people who are subscibed to mailing lists
+ * to help organize their messages.  The argument stands that filtering is
+ * not the place of the client, which is why this has been made a plugin for
+ * SquirrelMail.  You may be better off using products such as Sieve or
+ * Procmail to do your filtering so it happens even when SquirrelMail isn't
+ * running.
+ *
+ * If you need help with this, or see improvements that can be made, please
+ * email me directly at the address above.  I definately welcome suggestions
+ * and comments.  This plugin, as is the case with all SquirrelMail plugins,
+ * is not directly supported by the developers.  Please come to me off the
+ * mailing list if you have trouble with it.
+ *
+ * Also view plugins/README.plugins for more information.
+ *
+ * $Id$
+ */
 
    // Set this to true if you have problems -- check the README file
    // Note:  This doesn't work all of the time (No idea why)

+ 24 - 23
plugins/filters/spamoptions.php

@@ -1,27 +1,28 @@
 <?php
-   /**
-    **  Message and Spam Filter Plugin
-    **
-    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
-    **  Licensed under the GNU GPL. For full terms see the file COPYING.
-    **
-    **  This plugin filters your inbox into different folders based upon given
-    **  criteria.  It is most useful for people who are subscibed to mailing lists
-    **  to help organize their messages.  The argument stands that filtering is
-    **  not the place of the client, which is why this has been made a plugin for
-    **  SquirrelMail.  You may be better off using products such as Sieve or
-    **  Procmail to do your filtering so it happens even when SquirrelMail isn't
-    **  running.
-    **
-    **  If you need help with this, or see improvements that can be made, please
-    **  email me directly at the address above.  I definately welcome suggestions
-    **  and comments.  This plugin, as is the case with all SquirrelMail plugins,
-    **  is not directly supported by the developers.  Please come to me off the
-    **  mailing list if you have trouble with it.
-    **
-    **  Also view plugins/README.plugins for more information.
-    **
-    **/
+/**
+ * Message and Spam Filter Plugin
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * This plugin filters your inbox into different folders based upon given
+ * criteria.  It is most useful for people who are subscibed to mailing lists
+ * to help organize their messages.  The argument stands that filtering is
+ * not the place of the client, which is why this has been made a plugin for
+ * SquirrelMail.  You may be better off using products such as Sieve or
+ * Procmail to do your filtering so it happens even when SquirrelMail isn't
+ * running.
+ *
+ * If you need help with this, or see improvements that can be made, please
+ * email me directly at the address above.  I definately welcome suggestions
+ * and comments.  This plugin, as is the case with all SquirrelMail plugins,
+ * is not directly supported by the developers.  Please come to me off the
+ * mailing list if you have trouble with it.
+ *
+ * Also view plugins/README.plugins for more information.
+ *
+ * $Id$
+ */
 
    chdir ('..');
    require_once('../src/validate.php');

+ 14 - 8
plugins/index.php

@@ -1,14 +1,20 @@
 <?php
+
 /**
- ** index.php
- **
- ** This file simply takes any attempt to view source files
- ** and sends those people to the login screen. At this
- ** point no attempt is made to see if the person is logged
- ** or not.
- **/
+ * index.php
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * 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
+ * people to the login screen. At this point no attempt is made to see if
+ * the person is logged or not.
+ *
+ * $Id$
+ */
 
 header("Location:../index.php");
 
-/** pretty impressive huh? **/
+/* pretty impressive huh? */
+
 ?>

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

@@ -1,20 +1,20 @@
-<?php /* Modified at 1 places by ri_once */ ?>
-<?php /* 'php' Added by ri_once */
+<?php 
 
    /**
-    **  mail_fetch/setup.php
-    **
-    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
-    **  Licensed under the GNU GPL. For full terms see the file COPYING.
-    **
-    **  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.
-    **
-    **  pop3 class
-    **
-    **  $Id$
-    **/
+    * mail_fetch/setup.php
+    *
+    * Copyright (c) 1999-2002 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
+    *
+    * $Id$
+    */
 
 class POP3 {
     var $ERROR      = '';       //  Error string.

+ 2 - 2
plugins/mail_fetch/fetch.php

@@ -3,7 +3,7 @@
    /**
     **  mail_fetch/fetch.php
     **
-    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
+    **  Copyright (c) 1999-2002 The SquirrelMail Project Team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Fetch code.
@@ -229,4 +229,4 @@
 ?>
 </center>
 </body>
-</html>
+</html>

+ 2 - 2
plugins/mail_fetch/functions.php

@@ -3,7 +3,7 @@
    /**
     **  mail_fetch/functions.php
     **
-    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
+    **  Copyright (c) 1999-2002 The SquirrelMail Project Team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Functions for the mailfetch plugin.
@@ -73,4 +73,4 @@
         return $tmp;
     }
 
-?>
+?>

+ 2 - 2
plugins/mail_fetch/options.php

@@ -3,7 +3,7 @@
    /**
     **  mail_fetch/options.php
     **
-    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
+    **  Copyright (c) 1999-2002 The SquirrelMail Project Team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Setup of the mailfetch plugin.
@@ -249,4 +249,4 @@
     }
 
     ?>
-</body></html>
+</body></html>

+ 1 - 1
plugins/mail_fetch/setup.php

@@ -3,7 +3,7 @@
    /**
     **  mail_fetch/setup.php
     **
-    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
+    **  Copyright (c) 1999-2002 The SquirrelMail Project Team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Setup of the mailfetch plugin.

+ 3 - 2
plugins/newmail/newmail.php

@@ -2,7 +2,8 @@
 
    /**
     **  newmail.php
-    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
+    **
+    **  Copyright (c) 1999-2002 The SquirrelMail Project Team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.        
     **
     **  Displays all options relating to new mail sounds
@@ -38,4 +39,4 @@
         "</script>\n".
         "</BODY></HTML>\n";
 
-?>
+?>

+ 3 - 2
plugins/newmail/newmail_opt.php

@@ -2,7 +2,8 @@
 
    /**
     **  newmails_opt.php
-    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
+    **
+    **  Copyright (c) 1999-2002 The SquirrelMail Project Team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Displays all options relating to new mail sounds
@@ -137,4 +138,4 @@ _("Select from the list of <b>server files</b> the media file to play when new m
    '</td></tr></table>'.
 '</body></html>';
 
-?>
+?>

+ 17 - 15
plugins/newmail/setup.php

@@ -1,26 +1,28 @@
 <?php
 
    /**
-    *  newmail.php
-    *  (c)2000 by Michael Huttinger
+    * newmail.php
     *
-    *  Quite a hack -- but my first attempt at a plugin.  We were
-    *  looking for a way to play a sound when there was unseen
-    *  messages to look at.  Nice for users who keep the squirrel
-    *  mail window up for long periods of time and want to know
-    *  when mail arrives.
+    * Copyright (c) 1999-2002 The SquirrelMail Project Team
+    * Copyright (c) 2000 by Michael Huttinger
+    * Licensed under the GNU GPL. For full terms see the file COPYING.
     *
-    *  Basically, I hacked much of left_main.php into a plugin that
-    *  goes through each mail folder and increments a flag if
-    *  there are unseen messages.  If the final count of unseen
-    *  folders is > 0, then we play a sound (using the HTML at the
-    *  far end of this script).
+    * Quite a hack -- but my first attempt at a plugin.  We were
+    * looking for a way to play a sound when there was unseen
+    * messages to look at.  Nice for users who keep the squirrel
+    * mail window up for long periods of time and want to know
+    * when mail arrives.
     *
-    *  This was tested with IE5.0 - but I hear Netscape works well,
-    *  too (with a plugin).
+    * Basically, I hacked much of left_main.php into a plugin that
+    * goes through each mail folder and increments a flag if
+    * there are unseen messages.  If the final count of unseen
+    * folders is > 0, then we play a sound (using the HTML at the
+    * far end of this script).
     *
-    *  $Id$
+    * This was tested with IE5.0 - but I hear Netscape works well,
+    * too (with a plugin).
     *
+    * $Id$
     */
 
     function CheckNewMailboxSound($imapConnection, $mailbox, $real_box, $delimeter, $unseen, &$total_unseen) {

+ 11 - 11
plugins/newmail/testsound.php

@@ -1,15 +1,15 @@
 <?php
 
-   /**
-    **  testsound.php
-    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
-    **  Licensed under the GNU GPL. For full terms see the file COPYING.        
-    **
-    **  Displays all options relating to new mail sounds
-    **
-    **  $Id$
-    **    
-    **/
+/**
+ * testsound.php
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.        
+ *
+ * Displays all options relating to new mail sounds
+ *
+ * $Id$
+ */
 
    chdir ("../");
    require_once('../src/validate.php');
@@ -36,4 +36,4 @@
         '</CENTER>'.
         '</BODY></HTML>';
 
-?>
+?>

+ 15 - 15
plugins/squirrelspell/index.php

@@ -1,20 +1,20 @@
 <?php
 
-   /**
-    **  index.php -- Displays the main frameset
-    **
-    **  Copyright (c) 1999-2001 The SquirrelMail development team
-    **  Licensed under the GNU GPL. For full terms see the file COPYING.
-    **
-    **  Redirects to the login page.
-    **
-    **  $Id$
-    **/
+/**
+ * index.php
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * 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
+ * people to the login screen. At this point no attempt is made to see if
+ * the person is logged or not.
+ *
+ * $Id$
+ */
 
-   require_once('../../functions/strings.php');
+header("Location:../../index.php");
 
-   $location = get_location();
-   header("Location: $location/src/login.php\n\n");
-   exit();
+/* pretty impressive huh? */
 
-?>
+?>

+ 1 - 1
plugins/squirrelspell/modules/check_me.mod.php

@@ -2,7 +2,7 @@
    /**
     **  check_me.mod.php -- Squirrelspell module
     **
-    **  Copyright (c) 1999-2001 The SquirrelMail development team
+    **  Copyright (c) 1999-2002 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  This module is the main workhorse of SquirrelSpell. It submits

+ 1 - 1
plugins/squirrelspell/modules/crypto.mod.php

@@ -3,7 +3,7 @@
    /**
     **  crypto.mod.php -- Squirrelspell module
     **
-    **  Copyright (c) 1999-2001 The SquirrelMail development team
+    **  Copyright (c) 1999-2002 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **   This module handles the encryption/decryption of the user dictionary

+ 2 - 2
plugins/squirrelspell/modules/crypto_badkey.mod.php

@@ -3,7 +3,7 @@
    /**
     **  CRYPTO_BADKEY.MOD.PHP -- Squirrelspell module
     **
-    **  Copyright (c) 1999-2001 The SquirrelMail development team
+    **  Copyright (c) 1999-2002 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  This module tries to decrypt the user dictionary with a newly provided
@@ -61,4 +61,4 @@
         exit;
     }
     
-?>
+?>

+ 2 - 2
plugins/squirrelspell/modules/edit_dic.mod.php

@@ -3,7 +3,7 @@
    /**
     **  EDIT_DIC.MOD.PHP -- Squirrelspell module
     **
-    **  Copyright (c) 1999-2001 The SquirrelMail development team
+    **  Copyright (c) 1999-2002 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **   This module handles the encryption/decryption of the user dictionary
@@ -65,4 +65,4 @@
         sqspell_makePage(_("Edit your Personal Dictionary"), null, $msg);
     }
 
-?>
+?>

+ 2 - 2
plugins/squirrelspell/modules/enc_setup.mod.php

@@ -3,7 +3,7 @@
    /**
     **  ENC_SETUP.MOD.PHP -- Squirrelspell module
     **
-    **  Copyright (c) 1999-2001 The SquirrelMail development team
+    **  Copyright (c) 1999-2002 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  This module shows the user a nice invitation to encrypt or decypt        
@@ -44,4 +44,4 @@
     }
     sqspell_makePage(_("Personal Dictionary Crypto Settings"), "crypto_settings.js", $msg);
  
-?>
+?>

+ 1 - 1
plugins/squirrelspell/modules/forget_me.mod.php

@@ -3,7 +3,7 @@
    /**
     **  FORGET_ME.MOD.PHP -- Squirrelspell module
     **
-    **  Copyright (c) 1999-2001 The SquirrelMail development team
+    **  Copyright (c) 1999-2002 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  This module deletes the words from the user dictionary. Called

+ 2 - 2
plugins/squirrelspell/modules/forget_me_not.mod.php

@@ -3,7 +3,7 @@
    /**
     **  FORGET_ME_NOT.MOD.PHP -- Squirrelspell module
     **
-    **  Copyright (c) 1999-2001 The SquirrelMail development team
+    **  Copyright (c) 1999-2002 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  This module saves the added words into the user dictionary. Called
@@ -50,4 +50,4 @@
            _("Close") . '  " onclick="self.close()"></div></form>';
     sqspell_makeWindow($onload, _("Personal Dictionary Updated"), null, $msg);
     
-?>
+?>

+ 2 - 2
plugins/squirrelspell/modules/init.mod.php

@@ -3,7 +3,7 @@
    /**
     **  INIT.MOD.PHP -- Squirrelspell module
     **
-    **  Copyright (c) 1999-2001 The SquirrelMail development team
+    **  Copyright (c) 1999-2002 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Initial loading of the popup window interface.
@@ -47,4 +47,4 @@
     $msg .="</form>\n";
     sqspell_makeWindow($onload, _("SquirrelSpell Initiating"), "init.js", $msg);
     
-?>
+?>

+ 2 - 2
plugins/squirrelspell/modules/lang_change.mod.php

@@ -3,7 +3,7 @@
    /**
     **  LANG_CHANGE.MOD.PHP -- Squirrelspell module
     **
-    **  Copyright (c) 1999-2001 The SquirrelMail development team
+    **  Copyright (c) 1999-2002 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  This module changes the international dictionaries selection
@@ -68,4 +68,4 @@
     sqspell_writeWords($words);
     sqspell_makePage(_("International Dictionaries Preferences Updated"), null, $msg);
  
-?>
+?>

+ 2 - 2
plugins/squirrelspell/modules/lang_setup.mod.php

@@ -3,7 +3,7 @@
    /**
     **  LANG_SETUP.MOD.PHP -- Squirrelspell module
     **
-    **  Copyright (c) 1999-2001 The SquirrelMail development team
+    **  Copyright (c) 1999-2002 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  This module displays available dictionaries to the user and lets 
@@ -41,4 +41,4 @@
     $msg .= "</p></blockquote><p><input type=\"submit\" value=\" " . _("Make these changes") . " \"></p>";
     sqspell_makePage(_("Add International Dictionaries"), null, $msg); 
  
-?>
+?>

+ 2 - 2
plugins/squirrelspell/modules/options_main.mod.php

@@ -3,7 +3,7 @@
    /**
     **  OPTIONS_MAIN.MOD.PHP -- Squirrelspell module
     **
-    **  Copyright (c) 1999-2001 The SquirrelMail development team
+    **  Copyright (c) 1999-2002 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Default page called when accessing SquirrelSpell's options.
@@ -42,4 +42,4 @@
     $msg .= "</ul>\n";
     sqspell_makePage( _("SquirrelSpell Options Menu"), null, $msg);
     
-?>
+?>

+ 1 - 1
plugins/squirrelspell/setup.php

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

+ 2 - 2
plugins/squirrelspell/sqspell_config.php

@@ -3,8 +3,8 @@
    /**
     * sqspell_config.php -- SquirrelSpell Configuration file.
     *
-    *  Copyright (c) 1999-2001 The SquirrelMail Development Team
-    *  Licensed under the GNU GPL. For full terms see the file COPYING.
+    * Copyright (c) 1999-2002 The SquirrelMail Project Team
+    * Licensed under the GNU GPL. For full terms see the file COPYING.
     *
     *
     *

+ 9 - 11
plugins/squirrelspell/sqspell_functions.php

@@ -1,15 +1,13 @@
 <?php
 
-   /**
-    **  sqspell_functions.php -- All SquirrelSpell-wide functions are in this file.
-    **
-    **  Copyright (c) 1999-2001 The SquirrelMail development team
-    **  Licensed under the GNU GPL. For full terms see the file COPYING.
-    **
-    **
-    **
-    **  $Id$
-    **/
+/**
+ * sqspell_functions.php -- All SquirrelSpell-wide functions are in this file.
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail development team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * $Id$
+ */
 								
     function sqspell_makePage($title, $scriptsrc, $body){
     /*
@@ -308,4 +306,4 @@
        								**/
     $SQSPELL_VERSION="v0.3.5";
     
-?>
+?>

+ 2 - 2
plugins/squirrelspell/sqspell_interface.php

@@ -3,7 +3,7 @@
    /**
     **  sqspell_interface.php -- Main wrapper for the pop-up.
     **
-    **  Copyright (c) 1999-2001 The SquirrelMail development team
+    **  Copyright (c) 1999-2002 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **   This is a main wrapper for the pop-up window interface of
@@ -45,4 +45,4 @@
     }
     /* fetch the module now. */
     require_once("$SQSPELL_DIR/modules/$MOD.mod.php");
-?>
+?>

+ 2 - 2
plugins/squirrelspell/sqspell_options.php

@@ -3,7 +3,7 @@
    /**
     **  sqspell_options.php -- Main wrapper for the options interface.
     **
-    **  Copyright (c) 1999-2001 The SquirrelMail development team
+    **  Copyright (c) 1999-2002 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **
@@ -43,4 +43,4 @@
     }
     /* load the stuff already. */
     require_once("$SQSPELL_DIR/modules/$MOD.mod.php");
-?>
+?>

+ 10 - 6
plugins/translate/options.php

@@ -1,10 +1,14 @@
 <?php
    /**
-    **  options.php
-    **
-    **  Pick your translator to translate the body of incoming mail messages
-    **
-    **/
+    * options.php
+    *
+    * Copyright (c) 1999-2002 The SquirrelMail Project Team
+    * Licensed under the GNU GPL. For full terms see the file COPYING.
+    *
+    * Pick your translator to translate the body of incoming mail messages
+    *
+    * $Id$
+    */
 
    chdir('..');
 
@@ -162,4 +166,4 @@
    '</form>'.
 "</body></html>\n";
 
-?>
+?>

+ 9 - 0
plugins/translate/setup.php

@@ -1,5 +1,14 @@
 <?php
 
+/**
+ * setup.php
+ *
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * $Id$
+ */
+
 /* Easy plugin that sends the body of the message to a new browser
 window using the specified translator.  It can also translate your
 outgoing message if you send it to someone in a different country. 

+ 1 - 1
src/addrbook_popup.php

@@ -3,7 +3,7 @@
 /**
  * addrbook_popup.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Frameset for the JavaScript version of the address book.

+ 1 - 1
src/addrbook_search.php

@@ -3,7 +3,7 @@
 /**
  * addrbook_search.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Handle addressbook searching in the popup window.

+ 1 - 1
src/addrbook_search_html.php

@@ -3,7 +3,7 @@
 /**
  * addrbook_search_html.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Handle addressbook searching with pure html.

+ 1 - 1
src/addressbook.php

@@ -3,7 +3,7 @@
 /**
  * addressbook.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Manage personal address book.

+ 1 - 1
src/compose.php

@@ -3,7 +3,7 @@
 /**
  * compose.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This code sends a mail.

+ 1 - 1
src/delete_message.php

@@ -3,7 +3,7 @@
 /**
  * delete_message.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Deletes a meesage from the IMAP server 

+ 1 - 1
src/download.php

@@ -3,7 +3,7 @@
 /**
  * download.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Handles attachment downloads to the users computer.

+ 1 - 1
src/draft_actions.php

@@ -3,7 +3,7 @@
 /**
  * draft_actions.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$

+ 1 - 1
src/empty_trash.php

@@ -3,7 +3,7 @@
 /**
  * empty_trash.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Handles deleting messages from the trash folder without

+ 1 - 1
src/folders.php

@@ -3,7 +3,7 @@
 /**
  * folders.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Handles all interaction between the user and the other folder

+ 1 - 1
src/folders_create.php

@@ -3,7 +3,7 @@
 /**
  * folders_create.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Creates folders on the IMAP server.

+ 1 - 1
src/folders_delete.php

@@ -3,7 +3,7 @@
 /**
  * folders_delete.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Deltes folders from the IMAP server. 

+ 1 - 1
src/folders_rename_do.php

@@ -3,7 +3,7 @@
 /**
  * folders_rename_do.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Does the actual renaming of files on the IMAP server. 

+ 1 - 1
src/folders_rename_getname.php

@@ -3,7 +3,7 @@
 /**
  * folders_rename_getname.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Gets folder names and enables renaming

+ 1 - 1
src/folders_subscribe.php

@@ -3,7 +3,7 @@
 /**
  * folders_subscribe.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Subscribe and unsubcribe form folders. 

+ 1 - 1
src/help.php

@@ -3,7 +3,7 @@
 /**
  * help.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Displays help for the user

+ 1 - 1
src/image.php

@@ -3,7 +3,7 @@
 /**
  * image.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This file shows an attached image

+ 10 - 8
src/index.php

@@ -1,18 +1,20 @@
 <?php
 
 /**
- *  index.php
+ * index.php
  *
- *  Copyright (c) 1999-2001 The Squirrelmail Development Team
- *  Licensed under the GNU GPL. For full terms see the file COPYING.
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
- *  This file simply takes any attempt to view index of files
- *  and sends those people to the login screen. At this
- *  point no attempt is made to see if the person is logged
- *  or not.
+ * This file simply takes any attempt to view source files and sends those
+ * people to the login screen. At this point no attempt is made to see if
+ * the person is logged or not.
+ *
+ * $Id$
  */
 
 header("Location:../index.php");
 
-/* pretty impressive huh? **/
+/* pretty impressive huh? */
+
 ?>

+ 1 - 1
src/left_main.php

@@ -3,7 +3,7 @@
 /**
  * left_main.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This is the code for the left bar. The left bar shows the folders

+ 1 - 1
src/load_prefs.php

@@ -3,7 +3,7 @@
 /**
  * load_prefs.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Loads preferences from the $username.pref file used by almost

+ 1 - 1
src/login.php

@@ -3,7 +3,7 @@
 /**
  * login.php -- simple login screen
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This a simple login screen. Some housekeeping is done to clean

+ 1 - 1
src/move_messages.php

@@ -3,7 +3,7 @@
 /**
  * move_messages.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Enables message moving between folders on the IMAP server.

+ 1 - 1
src/options.php

@@ -3,7 +3,7 @@
 /**
  * options.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Displays the options page. Pulls from proper user preference files

+ 1 - 1
src/options_display.php

@@ -3,7 +3,7 @@
 /**
  * options_display.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Displays all optinos about display preferences

+ 1 - 1
src/options_folder.php

@@ -3,7 +3,7 @@
 /**
  * options_folder.php
  *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Displays all options relating to folders

+ 1 - 1
src/options_highlight.php

@@ -3,7 +3,7 @@
 /**
  * options_highlight.php
  *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Displays message highlighting options

+ 1 - 1
src/options_identities.php

@@ -3,7 +3,7 @@
 /**
  * options_identities.php
  *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Display Identities Options

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