From 15e6162eacc97158393bc75aed3afeb7b19c24a6 Mon Sep 17 00:00:00 2001 From: thomppj Date: Sun, 23 Dec 2001 07:42:40 +0000 Subject: [PATCH] Getting ready for 1.2.0 release. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1888 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- AUTHORS | 6 +- ChangeLog | 15 +- config/index.php | 22 +- functions/abook_database.php | 2 +- functions/abook_global_file.php | 2 +- functions/abook_ldap_server.php | 2 +- functions/abook_local_file.php | 2 +- functions/addressbook.php | 4 +- functions/array.php | 2 +- functions/attachment_common.php | 2 +- functions/auth.php | 2 +- functions/constants.php | 4 +- functions/date.php | 2 +- functions/db_prefs.php | 3 +- functions/display_messages.php | 4 +- functions/gettext.php | 2 +- functions/i18n.php | 2 +- functions/imap.php | 2 +- functions/imap_general.php | 12 +- functions/imap_mailbox.php | 2 +- functions/imap_messages.php | 2 +- functions/imap_search.php | 12 +- functions/index.php | 15 +- functions/mailbox_display.php | 2 +- functions/mime.php | 2 +- functions/options.php | 2 +- functions/page_header.php | 2 +- functions/prefs.php | 2 +- functions/smtp.php | 2 +- functions/strings.php | 4 +- functions/tree.php | 2 +- functions/url_parser.php | 2 +- help/index.php | 22 +- index.php | 2 +- locale/index.php | 22 +- plugins/bug_report/INSTALL | 16 ++ plugins/bug_report/README | 51 ++++ plugins/bug_report/bug_report.php | 218 ++++++++++++++++++ plugins/bug_report/setup.php | 79 +++++++ plugins/filters/filters.php | 47 ++-- plugins/filters/index.php | 4 +- plugins/filters/options.php | 48 ++-- plugins/filters/setup.php | 49 ++-- plugins/filters/spamoptions.php | 47 ++-- plugins/index.php | 22 +- plugins/mail_fetch/class.POP3.php | 30 +-- plugins/mail_fetch/fetch.php | 4 +- plugins/mail_fetch/functions.php | 4 +- plugins/mail_fetch/options.php | 4 +- plugins/mail_fetch/setup.php | 2 +- plugins/newmail/newmail.php | 5 +- plugins/newmail/newmail_opt.php | 5 +- plugins/newmail/setup.php | 32 +-- plugins/newmail/testsound.php | 22 +- plugins/squirrelspell/index.php | 30 +-- .../squirrelspell/modules/check_me.mod.php | 2 +- plugins/squirrelspell/modules/crypto.mod.php | 2 +- .../modules/crypto_badkey.mod.php | 4 +- .../squirrelspell/modules/edit_dic.mod.php | 4 +- .../squirrelspell/modules/enc_setup.mod.php | 4 +- .../squirrelspell/modules/forget_me.mod.php | 2 +- .../modules/forget_me_not.mod.php | 4 +- plugins/squirrelspell/modules/init.mod.php | 4 +- .../squirrelspell/modules/lang_change.mod.php | 4 +- .../squirrelspell/modules/lang_setup.mod.php | 4 +- .../modules/options_main.mod.php | 4 +- plugins/squirrelspell/setup.php | 2 +- plugins/squirrelspell/sqspell_config.php | 4 +- plugins/squirrelspell/sqspell_functions.php | 20 +- plugins/squirrelspell/sqspell_interface.php | 4 +- plugins/squirrelspell/sqspell_options.php | 4 +- plugins/translate/options.php | 16 +- plugins/translate/setup.php | 9 + src/addrbook_popup.php | 2 +- src/addrbook_search.php | 2 +- src/addrbook_search_html.php | 2 +- src/addressbook.php | 2 +- src/compose.php | 2 +- src/delete_message.php | 2 +- src/download.php | 2 +- src/draft_actions.php | 2 +- src/empty_trash.php | 2 +- src/folders.php | 2 +- src/folders_create.php | 2 +- src/folders_delete.php | 2 +- src/folders_rename_do.php | 2 +- src/folders_rename_getname.php | 2 +- src/folders_subscribe.php | 2 +- src/help.php | 2 +- src/image.php | 2 +- src/index.php | 18 +- src/left_main.php | 2 +- src/load_prefs.php | 2 +- src/login.php | 2 +- src/move_messages.php | 2 +- src/options.php | 2 +- src/options_display.php | 2 +- src/options_folder.php | 2 +- src/options_highlight.php | 2 +- src/options_identities.php | 2 +- src/options_order.php | 2 +- src/options_personal.php | 2 +- src/printer_friendly_bottom.php | 2 +- src/printer_friendly_main.php | 2 +- src/printer_friendly_top.php | 2 +- src/read_body.php | 2 +- src/redirect.php | 2 +- src/retrievalerror.php | 2 +- src/right_main.php | 2 +- src/search.php | 4 +- src/signout.php | 2 +- src/validate.php | 2 +- src/vcard.php | 2 +- src/webmail.php | 24 +- themes/README.themes | 2 - themes/black_bean_burrito_theme.php | 49 ++-- themes/blue_grey_theme.php | 46 ++-- themes/bluesnews_theme.php | 51 ++-- themes/bluesteel_theme.php | 61 ++--- themes/dark_grey_theme.php | 43 ++-- themes/deepocean2_theme.php | 48 ++-- themes/deepocean_theme.php | 46 ++-- themes/index.php | 22 +- 123 files changed, 985 insertions(+), 510 deletions(-) create mode 100644 plugins/bug_report/INSTALL create mode 100644 plugins/bug_report/README create mode 100644 plugins/bug_report/bug_report.php create mode 100644 plugins/bug_report/setup.php diff --git a/AUTHORS b/AUTHORS index 3ac69898..5950038b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,6 @@ Developers: ----------- - Paul Joseph Thompson + Paul Thompson Luke Ehresman http://www.css.tayloru.edu/~lehresma Tyler Akins Lewis Bergman @@ -30,10 +30,10 @@ Finnish Teemu Junnila French Ali Nedjimi Nicolas Cartron - Olivier Piquerez + Olivier Piquerez German Roland Bauerschmidt Ralf Hildebrandt - Klaus Brunner + Klaus Brunner Hungarian István-Attila András Icelandic Karl Heiðar Indonesian Arief S Fitrianto diff --git a/ChangeLog b/ChangeLog index 2dc49ad4..9d9c265a 100644 --- a/ChangeLog +++ b/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 ------------------------------------- diff --git a/config/index.php b/config/index.php index 9d9ed2ca..b86832a0 100644 --- a/config/index.php +++ b/config/index.php @@ -1,14 +1,20 @@ diff --git a/functions/abook_database.php b/functions/abook_database.php index 675491f2..95288409 100644 --- a/functions/abook_database.php +++ b/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, diff --git a/functions/abook_global_file.php b/functions/abook_global_file.php index b90f58d3..51bd0076 100644 --- a/functions/abook_global_file.php +++ b/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 diff --git a/functions/abook_ldap_server.php b/functions/abook_ldap_server.php index 4198405a..97f49532 100644 --- a/functions/abook_ldap_server.php +++ b/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 diff --git a/functions/abook_local_file.php b/functions/abook_local_file.php index 7863fa7c..aaa9c0d3 100644 --- a/functions/abook_local_file.php +++ b/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 diff --git a/functions/addressbook.php b/functions/addressbook.php index 271155da..92f298c2 100644 --- a/functions/addressbook.php +++ b/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 { } -?> \ No newline at end of file +?> diff --git a/functions/array.php b/functions/array.php index 09fc992b..bd85eff2 100644 --- a/functions/array.php +++ b/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 diff --git a/functions/attachment_common.php b/functions/attachment_common.php index 019af14b..1f69325d 100644 --- a/functions/attachment_common.php +++ b/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. diff --git a/functions/auth.php b/functions/auth.php index 61fe9cf1..ba8a6de1 100644 --- a/functions/auth.php +++ b/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. diff --git a/functions/constants.php b/functions/constants.php index 1dba41ca..ed75631f 100644 --- a/functions/constants.php +++ b/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'); -?> \ No newline at end of file +?> diff --git a/functions/date.php b/functions/date.php index 7276811a..ef3f0fad 100644 --- a/functions/date.php +++ b/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 diff --git a/functions/db_prefs.php b/functions/db_prefs.php index 442e9d26..6a71c1bf 100644 --- a/functions/db_prefs.php +++ b/functions/db_prefs.php @@ -1,8 +1,9 @@ '; } -?> \ No newline at end of file +?> diff --git a/functions/gettext.php b/functions/gettext.php index a1a4f26e..50ce7b25 100644 --- a/functions/gettext.php +++ b/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. diff --git a/functions/i18n.php b/functions/i18n.php index 1d5f66b9..c1dc54c9 100644 --- a/functions/i18n.php +++ b/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 diff --git a/functions/imap.php b/functions/imap.php index 6f0b54da..ffaf11a6 100644 --- a/functions/imap.php +++ b/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. diff --git a/functions/imap_general.php b/functions/imap_general.php index 593187bc..cac7b592 100755 --- a/functions/imap_general.php +++ b/functions/imap_general.php @@ -1,14 +1,14 @@ \ No newline at end of file +?> diff --git a/functions/imap_mailbox.php b/functions/imap_mailbox.php index 9ce0ff41..a4936b67 100755 --- a/functions/imap_mailbox.php +++ b/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 diff --git a/functions/imap_messages.php b/functions/imap_messages.php index 8b57f5e4..dbb59f4e 100755 --- a/functions/imap_messages.php +++ b/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 diff --git a/functions/imap_search.php b/functions/imap_search.php index e1cc1de2..4190597f 100644 --- a/functions/imap_search.php +++ b/functions/imap_search.php @@ -1,14 +1,14 @@ \ No newline at end of file +?> diff --git a/functions/index.php b/functions/index.php index bc641e5f..b86832a0 100644 --- a/functions/index.php +++ b/functions/index.php @@ -1,17 +1,16 @@ \ No newline at end of file +?> diff --git a/functions/tree.php b/functions/tree.php index 0d2a5f59..5d965794 100644 --- a/functions/tree.php +++ b/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 diff --git a/functions/url_parser.php b/functions/url_parser.php index df65fcda..471a84e6 100644 --- a/functions/url_parser.php +++ b/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 diff --git a/help/index.php b/help/index.php index 9d9ed2ca..b86832a0 100644 --- a/help/index.php +++ b/help/index.php @@ -1,14 +1,20 @@ diff --git a/index.php b/index.php index 1ece875f..92f94cd4 100644 --- a/index.php +++ b/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. diff --git a/locale/index.php b/locale/index.php index 9d9ed2ca..b86832a0 100644 --- a/locale/index.php +++ b/locale/index.php @@ -1,14 +1,20 @@ diff --git a/plugins/bug_report/INSTALL b/plugins/bug_report/INSTALL new file mode 100644 index 00000000..945acc9a --- /dev/null +++ b/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 diff --git a/plugins/bug_report/README b/plugins/bug_report/README new file mode 100644 index 00000000..a2f59f29 --- /dev/null +++ b/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 + + +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 \ No newline at end of file diff --git a/plugins/bug_report/bug_report.php b/plugins/bug_report/bug_report.php new file mode 100644 index 00000000..f7186375 --- /dev/null +++ b/plugins/bug_report/bug_report.php @@ -0,0 +1,218 @@ + $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 = "

Warnings were reported with your setup:

\n
\n"; + } + $warning_num ++; + $warning_html .= "
$value
\n"; + $body_top .= "\n$value\n"; + foreach ($corrections[$key] as $corr_val) + { + $body_top .= " * $corr_val\n"; + $warning_html .= "
* $corr_val
\n"; + } + } + $warning_html .= "
\n

$warning_num warning(s) reported.

\n
\n"; + $body_top .= "\n$warning_num warning(s) reported.\n"; + $body_top .= "----------------------------------------------\n"; + } + + $body = htmlspecialchars($body_top . $body); + +?> +
+
+
Submit a Bug Report
+
+ + + +

Before you send your bug report, please make sure to + check this checklist for any common problems.

+ +
    +
  • Make sure that you are running the most recent copy of + SquirrelMail. You are currently + using version .
  • +
  • Check to see if you bug is already listed in the + Bug List on SourceForge. + If it is, we already know about it and are trying to fix it.
  • +
  • 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.
  • +
  • If there were warnings displayed above, try to resolve them yourself. + Read the guides in the doc/ directory where SquirrelMail was + installed.
  • +
+ +

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.

+ +

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.

+ +
+ + + + + + + +
+ This bug involves: +
+ + + + + +
+
+ diff --git a/plugins/bug_report/setup.php b/plugins/bug_report/setup.php new file mode 100644 index 00000000..a9eb570c --- /dev/null +++ b/plugins/bug_report/setup.php @@ -0,0 +1,79 @@ +Bug Reports:\n"; + echo " Show button in toolbar\n"; +} + +?> diff --git a/plugins/filters/filters.php b/plugins/filters/filters.php index c09562eb..97562324 100644 --- a/plugins/filters/filters.php +++ b/plugins/filters/filters.php @@ -1,28 +1,29 @@ \ No newline at end of file +?> diff --git a/plugins/filters/options.php b/plugins/filters/options.php index 3c75c247..0b3f0e19 100644 --- a/plugins/filters/options.php +++ b/plugins/filters/options.php @@ -1,27 +1,29 @@ diff --git a/plugins/mail_fetch/class.POP3.php b/plugins/mail_fetch/class.POP3.php index 5043dea4..981ff0dc 100644 --- a/plugins/mail_fetch/class.POP3.php +++ b/plugins/mail_fetch/class.POP3.php @@ -1,20 +1,20 @@ - - - \ No newline at end of file + diff --git a/plugins/mail_fetch/functions.php b/plugins/mail_fetch/functions.php index 84dadc96..28a30459 100644 --- a/plugins/mail_fetch/functions.php +++ b/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; } -?> \ No newline at end of file +?> diff --git a/plugins/mail_fetch/options.php b/plugins/mail_fetch/options.php index 73cf3bec..3fb9af4e 100644 --- a/plugins/mail_fetch/options.php +++ b/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 @@ } ?> - \ No newline at end of file + diff --git a/plugins/mail_fetch/setup.php b/plugins/mail_fetch/setup.php index 7e59501e..16cb1d6b 100644 --- a/plugins/mail_fetch/setup.php +++ b/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. diff --git a/plugins/newmail/newmail.php b/plugins/newmail/newmail.php index 240f78b3..02eb6437 100644 --- a/plugins/newmail/newmail.php +++ b/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 @@ "\n". "\n"; -?> \ No newline at end of file +?> diff --git a/plugins/newmail/newmail_opt.php b/plugins/newmail/newmail_opt.php index df1a7f85..5a2bd714 100644 --- a/plugins/newmail/newmail_opt.php +++ b/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 server files the media file to play when new m ''. ''; -?> \ No newline at end of file +?> diff --git a/plugins/newmail/setup.php b/plugins/newmail/setup.php index ab52d7b6..f2f4a579 100644 --- a/plugins/newmail/setup.php +++ b/plugins/newmail/setup.php @@ -1,26 +1,28 @@ 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) { diff --git a/plugins/newmail/testsound.php b/plugins/newmail/testsound.php index 1ae75739..e8d1dcb4 100644 --- a/plugins/newmail/testsound.php +++ b/plugins/newmail/testsound.php @@ -1,15 +1,15 @@ '. ''; -?> \ No newline at end of file +?> diff --git a/plugins/squirrelspell/index.php b/plugins/squirrelspell/index.php index 7230fe50..186c259b 100644 --- a/plugins/squirrelspell/index.php +++ b/plugins/squirrelspell/index.php @@ -1,20 +1,20 @@ \ No newline at end of file +?> diff --git a/plugins/squirrelspell/modules/check_me.mod.php b/plugins/squirrelspell/modules/check_me.mod.php index 6863e190..f47dfd9e 100644 --- a/plugins/squirrelspell/modules/check_me.mod.php +++ b/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 diff --git a/plugins/squirrelspell/modules/crypto.mod.php b/plugins/squirrelspell/modules/crypto.mod.php index 67959ce5..4efc9002 100644 --- a/plugins/squirrelspell/modules/crypto.mod.php +++ b/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 diff --git a/plugins/squirrelspell/modules/crypto_badkey.mod.php b/plugins/squirrelspell/modules/crypto_badkey.mod.php index 3acb2f55..47dae869 100644 --- a/plugins/squirrelspell/modules/crypto_badkey.mod.php +++ b/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; } -?> \ No newline at end of file +?> diff --git a/plugins/squirrelspell/modules/edit_dic.mod.php b/plugins/squirrelspell/modules/edit_dic.mod.php index f430e674..1d536336 100644 --- a/plugins/squirrelspell/modules/edit_dic.mod.php +++ b/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); } -?> \ No newline at end of file +?> diff --git a/plugins/squirrelspell/modules/enc_setup.mod.php b/plugins/squirrelspell/modules/enc_setup.mod.php index e3881fac..4e94548f 100644 --- a/plugins/squirrelspell/modules/enc_setup.mod.php +++ b/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); -?> \ No newline at end of file +?> diff --git a/plugins/squirrelspell/modules/forget_me.mod.php b/plugins/squirrelspell/modules/forget_me.mod.php index 9f941757..067891ef 100644 --- a/plugins/squirrelspell/modules/forget_me.mod.php +++ b/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 diff --git a/plugins/squirrelspell/modules/forget_me_not.mod.php b/plugins/squirrelspell/modules/forget_me_not.mod.php index b021b2d3..4b14d58e 100644 --- a/plugins/squirrelspell/modules/forget_me_not.mod.php +++ b/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()">'; sqspell_makeWindow($onload, _("Personal Dictionary Updated"), null, $msg); -?> \ No newline at end of file +?> diff --git a/plugins/squirrelspell/modules/init.mod.php b/plugins/squirrelspell/modules/init.mod.php index a29a8eb8..67b934cf 100644 --- a/plugins/squirrelspell/modules/init.mod.php +++ b/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 .="\n"; sqspell_makeWindow($onload, _("SquirrelSpell Initiating"), "init.js", $msg); -?> \ No newline at end of file +?> diff --git a/plugins/squirrelspell/modules/lang_change.mod.php b/plugins/squirrelspell/modules/lang_change.mod.php index 6fe2547e..1a53d601 100644 --- a/plugins/squirrelspell/modules/lang_change.mod.php +++ b/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); -?> \ No newline at end of file +?> diff --git a/plugins/squirrelspell/modules/lang_setup.mod.php b/plugins/squirrelspell/modules/lang_setup.mod.php index 0b84bfdf..557c9887 100644 --- a/plugins/squirrelspell/modules/lang_setup.mod.php +++ b/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 .= "

"; sqspell_makePage(_("Add International Dictionaries"), null, $msg); -?> \ No newline at end of file +?> diff --git a/plugins/squirrelspell/modules/options_main.mod.php b/plugins/squirrelspell/modules/options_main.mod.php index 5e8e8ddf..27b3caea 100644 --- a/plugins/squirrelspell/modules/options_main.mod.php +++ b/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 .= "\n"; sqspell_makePage( _("SquirrelSpell Options Menu"), null, $msg); -?> \ No newline at end of file +?> diff --git a/plugins/squirrelspell/setup.php b/plugins/squirrelspell/setup.php index daa8c198..cce6adfe 100644 --- a/plugins/squirrelspell/setup.php +++ b/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. diff --git a/plugins/squirrelspell/sqspell_config.php b/plugins/squirrelspell/sqspell_config.php index ef018d5e..46acc575 100644 --- a/plugins/squirrelspell/sqspell_config.php +++ b/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. * * * diff --git a/plugins/squirrelspell/sqspell_functions.php b/plugins/squirrelspell/sqspell_functions.php index 23f0bed7..cb2cfaee 100644 --- a/plugins/squirrelspell/sqspell_functions.php +++ b/plugins/squirrelspell/sqspell_functions.php @@ -1,15 +1,13 @@ \ No newline at end of file +?> diff --git a/plugins/squirrelspell/sqspell_interface.php b/plugins/squirrelspell/sqspell_interface.php index 9da06c75..9b173766 100644 --- a/plugins/squirrelspell/sqspell_interface.php +++ b/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"); -?> \ No newline at end of file +?> diff --git a/plugins/squirrelspell/sqspell_options.php b/plugins/squirrelspell/sqspell_options.php index 348034b9..f1244164 100644 --- a/plugins/squirrelspell/sqspell_options.php +++ b/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"); -?> \ No newline at end of file +?> diff --git a/plugins/translate/options.php b/plugins/translate/options.php index c3a6389a..5ba38e73 100644 --- a/plugins/translate/options.php +++ b/plugins/translate/options.php @@ -1,10 +1,14 @@ '. "\n"; -?> \ No newline at end of file +?> diff --git a/plugins/translate/setup.php b/plugins/translate/setup.php index 202edcde..1aa616af 100644 --- a/plugins/translate/setup.php +++ b/plugins/translate/setup.php @@ -1,5 +1,14 @@ diff --git a/src/left_main.php b/src/left_main.php index f3458cff..890de549 100644 --- a/src/left_main.php +++ b/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 diff --git a/src/load_prefs.php b/src/load_prefs.php index c97503ee..b6e79637 100644 --- a/src/load_prefs.php +++ b/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 diff --git a/src/login.php b/src/login.php index 58971f5f..033e9efc 100644 --- a/src/login.php +++ b/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 diff --git a/src/move_messages.php b/src/move_messages.php index 43e3cc2a..fb46544b 100644 --- a/src/move_messages.php +++ b/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. diff --git a/src/options.php b/src/options.php index 1d5e8fcc..f42ed118 100644 --- a/src/options.php +++ b/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 diff --git a/src/options_display.php b/src/options_display.php index 3c62f70c..75184af5 100644 --- a/src/options_display.php +++ b/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 diff --git a/src/options_folder.php b/src/options_folder.php index 099868cb..383d6ff0 100644 --- a/src/options_folder.php +++ b/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 diff --git a/src/options_highlight.php b/src/options_highlight.php index 8fb86a38..f3f1f080 100644 --- a/src/options_highlight.php +++ b/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 diff --git a/src/options_identities.php b/src/options_identities.php index 51eebb73..aff95a75 100644 --- a/src/options_identities.php +++ b/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 diff --git a/src/options_order.php b/src/options_order.php index 042048a7..0681adab 100644 --- a/src/options_order.php +++ b/src/options_order.php @@ -3,7 +3,7 @@ /** * options_order.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 diff --git a/src/options_personal.php b/src/options_personal.php index 988ccb2c..c2a680bf 100644 --- a/src/options_personal.php +++ b/src/options_personal.php @@ -3,7 +3,7 @@ /** * options_personal.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 personal information diff --git a/src/printer_friendly_bottom.php b/src/printer_friendly_bottom.php index 10ae45c6..cbfc2604 100644 --- a/src/printer_friendly_bottom.php +++ b/src/printer_friendly_bottom.php @@ -3,7 +3,7 @@ /** * printer_friendly_bottom.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. * * with javascript on, it is the bottom frame of printer_friendly_main.php diff --git a/src/printer_friendly_main.php b/src/printer_friendly_main.php index aae4e169..2a1d78d7 100644 --- a/src/printer_friendly_main.php +++ b/src/printer_friendly_main.php @@ -3,7 +3,7 @@ /** * printer_friendly_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. * * $Id$ diff --git a/src/printer_friendly_top.php b/src/printer_friendly_top.php index 334f26ae..a8e48fd0 100644 --- a/src/printer_friendly_top.php +++ b/src/printer_friendly_top.php @@ -3,7 +3,7 @@ /** * printer_friendly_top.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. * * top frame of printer_friendly_main.php diff --git a/src/read_body.php b/src/read_body.php index c2edcfa1..9e315719 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -3,7 +3,7 @@ /** * read_body.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 is used for reading the msgs array and displaying diff --git a/src/redirect.php b/src/redirect.php index bf488efd..91a0dcb6 100644 --- a/src/redirect.php +++ b/src/redirect.php @@ -4,7 +4,7 @@ * redirect.php * Derived from webmail.php by Ralf Kraudelt * - * 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. * * Prevents users from reposting their form data after a successful logout. diff --git a/src/retrievalerror.php b/src/retrievalerror.php index 0fd94f2f..712fcee2 100644 --- a/src/retrievalerror.php +++ b/src/retrievalerror.php @@ -3,7 +3,7 @@ /** * retrievalerror.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. * * Submits a message which Squirrelmail couldn't handle diff --git a/src/right_main.php b/src/right_main.php index c7b72b68..f29392ca 100644 --- a/src/right_main.php +++ b/src/right_main.php @@ -3,7 +3,7 @@ /** * right_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 where the mailboxes are listed. This controls most of what diff --git a/src/search.php b/src/search.php index d385c90b..0dd0a49f 100644 --- a/src/search.php +++ b/src/search.php @@ -3,7 +3,7 @@ /** * right_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. * * $Id$ @@ -92,4 +92,4 @@ sqimap_logout ($imapConnection); echo ''; -?> \ No newline at end of file +?> diff --git a/src/signout.php b/src/signout.php index 8e15b7c8..73d5da3b 100644 --- a/src/signout.php +++ b/src/signout.php @@ -3,7 +3,7 @@ /** * signout.php -- cleans up session and logs the user out * - * 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. * * Cleans up after the user. Resets cookies and terminates session. diff --git a/src/validate.php b/src/validate.php index 8d78791c..bb16732f 100644 --- a/src/validate.php +++ b/src/validate.php @@ -3,7 +3,7 @@ /** * validate.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$ diff --git a/src/vcard.php b/src/vcard.php index bbd03823..b070dd58 100644 --- a/src/vcard.php +++ b/src/vcard.php @@ -3,7 +3,7 @@ /** * vcard.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 attched vcard diff --git a/src/webmail.php b/src/webmail.php index 9a6fff73..3f9c1119 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -1,17 +1,17 @@ diff --git a/themes/blue_grey_theme.php b/themes/blue_grey_theme.php index d1250b7e..6fbe70ba 100644 --- a/themes/blue_grey_theme.php +++ b/themes/blue_grey_theme.php @@ -1,24 +1,30 @@ -) diff --git a/themes/bluesnews_theme.php b/themes/bluesnews_theme.php index 8cf03ec5..b49e398c 100644 --- a/themes/bluesnews_theme.php +++ b/themes/bluesnews_theme.php @@ -1,24 +1,33 @@ diff --git a/themes/bluesteel_theme.php b/themes/bluesteel_theme.php index 8c42a544..e8734331 100644 --- a/themes/bluesteel_theme.php +++ b/themes/bluesteel_theme.php @@ -1,32 +1,39 @@ diff --git a/themes/dark_grey_theme.php b/themes/dark_grey_theme.php index 2fd996ea..64a0c6ff 100644 --- a/themes/dark_grey_theme.php +++ b/themes/dark_grey_theme.php @@ -1,20 +1,29 @@ diff --git a/themes/deepocean2_theme.php b/themes/deepocean2_theme.php index 7205c268..4a5ac14f 100644 --- a/themes/deepocean2_theme.php +++ b/themes/deepocean2_theme.php @@ -1,23 +1,31 @@ - diff --git a/themes/deepocean_theme.php b/themes/deepocean_theme.php index 9b55e847..9a627c53 100644 --- a/themes/deepocean_theme.php +++ b/themes/deepocean_theme.php @@ -1,23 +1,31 @@ diff --git a/themes/index.php b/themes/index.php index 9d9ed2ca..b86832a0 100644 --- a/themes/index.php +++ b/themes/index.php @@ -1,14 +1,20 @@ -- 2.25.1