philippe_mingo il y a 23 ans
Parent
commit
17e8656e92

+ 2 - 1
src/addrbook_popup.php

@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  addrbook_popup.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Frameset for the JavaScript version of the address book.

+ 2 - 1
src/addrbook_search.php

@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  addrbook_search.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Handle addressbook searching in the popup window.

+ 1 - 0
src/addrbook_search_html.php

@@ -1,4 +1,5 @@
 <?php
+
    /**
     **  addrbook_search.php
     **

+ 2 - 1
src/addressbook.php

@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  addressbook.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Manage personal address book.

+ 15 - 14
src/compose.php

@@ -1,19 +1,20 @@
 <?php
+
    /**
-    * compose.php
-    *
-    * Copyright (c) 1999-2000 The SquirrelMail development team
-    * Licensed under the GNU GPL. For full terms see the file COPYING.
-    *
-    * This code sends a mail.
-    *
-    * There are 4 modes of operation:
-    *    - Start new mail
-    *    - Add an attachment
-    *    - Send mail
-    *    - Save As Draft
-    *	
-    * $Id$
+    **  compose.php
+    **
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
+    **  This code sends a mail.
+    **
+    **  There are 4 modes of operation:
+    **     - Start new mail
+    **     - Add an attachment
+    **     - Send mail
+    **     - Save As Draft
+    **
+    **  $Id$
     **/
 
    require_once('../src/validate.php');

+ 2 - 1
src/delete_message.php

@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  delete_message.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Deletes a meesage from the IMAP server 

+ 2 - 1
src/download.php

@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  download.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development 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-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **

+ 2 - 1
src/empty_trash.php

@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  empty_trash.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Handles deleting messages from the trash folder without

+ 2 - 1
src/folders.php

@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  folders.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Handles all interaction between the user and the other folder

+ 2 - 1
src/folders_create.php

@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  folders_create.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Creates folders on the IMAP server.

+ 2 - 1
src/folders_delete.php

@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  folders_delete.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Deltes folders from the IMAP server. 

+ 2 - 1
src/folders_rename_do.php

@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  folders_rename_do.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Does the actual renaming of files on the IMAP server. 

+ 2 - 1
src/folders_rename_getname.php

@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  folders_rename_getname.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Gets folder names and enables renaming

+ 3 - 2
src/folders_subscribe.php

@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  folders_subscribe.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Subscribe and unsubcribe form folders. 
@@ -18,7 +19,7 @@
    $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
 
    $location = get_location();
-   if ($method == "sub") {
+   if ($method == 'sub') {
       for ($i=0; $i < count($mailbox); $i++) {
          $mailbox[$i] = trim($mailbox[$i]);
          sqimap_subscribe ($imapConnection, $mailbox[$i]);

+ 2 - 1
src/help.php

@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  help.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Displays help for the user

+ 2 - 1
src/image.php

@@ -1,8 +1,9 @@
 <?php
+
     /**
     ** image.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     ** This file shows an attached image

+ 10 - 6
src/index.php

@@ -1,11 +1,15 @@
 <?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.
     **
-    ** 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 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.
     **/
 
     header("Location:../index.php");

+ 10 - 9
src/left_main.php

@@ -1,14 +1,15 @@
 <?php
+
    /**
-    * left_main.php
-    *
-    * Copyright (c) 1999-2001 The Squirrelmail Development 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
-    * available, and has cookie information.
-    *
-    * $Id$
+    **  left_main.php
+    **
+    **  Copyright (c) 1999-2001 The Squirrelmail Development 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
+    **  available, and has cookie information.
+    **
+    **  $Id$
     */
 
     require_once('../src/validate.php');

+ 10 - 9
src/load_prefs.php

@@ -1,14 +1,15 @@
 <?php
+
     /**
-     * load_prefs.php
-     *
-     * Copyright (c) 1999-2001 The SquirrelMail Development Team
-     * Licensed under the GNU GPL. For full terms see the file COPYING.
-     *
-     * Loads preferences from the $username.pref file used by almost
-     * every other script in the source directory and alswhere.
-     *
-     * $Id$
+     **  load_prefs.php
+     **
+     **  Copyright (c) 1999-2001 The SquirrelMail Development Team
+     **  Licensed under the GNU GPL. For full terms see the file COPYING.
+     **
+     **  Loads preferences from the $username.pref file used by almost
+     **  every other script in the source directory and alswhere.
+     **
+     **  $Id$
      **/
 
     require_once('../src/validate.php');

+ 11 - 10
src/login.php

@@ -1,15 +1,16 @@
 <?php
+
     /**
-     * login.php -- simple login screen
-     * 
-     * Copyright (c) 1999-2001 The Squirrelmail Development Team
-     * Licensed under the GNU GPL. For full terms see the file COPYING.
-     *
-     * This a simple login screen. Some housekeeping is done to clean
-     * cookies and find language.
-     *
-     * $Id$
-     */
+     **  login.php -- simple login screen
+     **
+     **  Copyright (c) 1999-2001 The Squirrelmail Development Team
+     **  Licensed under the GNU GPL. For full terms see the file COPYING.
+     **
+     **  This a simple login screen. Some housekeeping is done to clean
+     **  cookies and find language.
+     **
+     **  $Id$
+     **/
 
     $rcptaddress = '';
     if (isset($emailaddress)) {

+ 2 - 1
src/move_messages.php

@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  move_messages.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Enables message moving between folders on the IMAP server.

+ 13 - 13
src/options.php

@@ -1,16 +1,16 @@
 <?php
 
-/**
- * options.php
- *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
- * Displays the options page. Pulls from proper user preference files
- * and config.php. Displays preferences as selected and other options.
- *
- * $Id$
- */
+   /**
+    **  options.php
+    **
+    **  Copyright (c) 1999-2001 The SquirrelMail Development Team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
+    **  Displays the options page. Pulls from proper user preference files
+    **  and config.php. Displays preferences as selected and other options.
+    **
+    **  $Id$
+    */
 
 require_once('../src/validate.php');
 require_once('../functions/display_messages.php');
@@ -20,7 +20,7 @@ require_once('../functions/options.php');
 
 /* Set the base uri. */
 ereg ("(^.*/)[^/]+/[^/]+$", $PHP_SELF, $regs);
-$base_uri = $regs[1];   
+$base_uri = $regs[1];
 
 /* First and foremost, deal with language stuff. */
 if (isset($language)) {
@@ -451,4 +451,4 @@ if ($optpage == SMOPT_PAGE_MAIN) {
              "</TABLE>\n";
     }
 
-?>
+?>

+ 10 - 10
src/options_display.php

@@ -1,15 +1,15 @@
 <?php
 
-/**
- * options_display.php
- *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
- * Displays all optinos about display preferences
- *
- * $Id$
- */
+   /**
+    **  options_display.php
+    **
+    **  Copyright (c) 1999-2001 The SquirrelMail Development Team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
+    **  Displays all optinos about display preferences
+    **
+    **  $Id$
+    */
 
 /* Define the group constants for the display options page. */
 define('SMOPT_GRP_GENERAL', 0);

+ 10 - 10
src/options_folder.php

@@ -1,15 +1,15 @@
 <?php
 
-/**
- * options_folder.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 folders
- *
- * $Id$
- */
+   /**
+    **  options_folder.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 folders
+    **
+    **  $Id$
+    **/
 
 require_once('../functions/imap.php');
 

+ 2 - 1
src/options_highlight.php

@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  options_highlight.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Displays message highlighting options

+ 6 - 0
src/options_identities.php

@@ -1,7 +1,13 @@
 <?php
+
    /**
     **  options_identities.php
     **
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
+    **  Display Identities Options
+    **
     **  $Id$
     **/
 

+ 2 - 1
src/options_order.php

@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  options_order.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Displays message highlighting options

+ 10 - 10
src/options_personal.php

@@ -1,15 +1,15 @@
 <?php
 
-/**
- * options_personal.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 personal information
- *
- * $Id$
- */
+   /**
+    **  options_personal.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 personal information
+    **
+    **  $Id$
+    **/
 
 require_once('../functions/imap.php');
 require_once('../functions/array.php');

+ 1 - 1
src/printer_friendly_bottom.php

@@ -3,7 +3,7 @@
   /**
    **  printer_friendly_bottom.php
    **
-   **  Copyright (c) 1999-2000 The SquirrelMail development team
+   **  Copyright (c) 1999-2001 The SquirrelMail development 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

+ 1 - 1
src/printer_friendly_main.php

@@ -3,7 +3,7 @@
   /**
    **  printer_friendly_main.php
    **
-   **  Copyright (c) 1999-2000 The SquirrelMail development team
+   **  Copyright (c) 1999-2001 The SquirrelMail development team
    **  Licensed under the GNU GPL. For full terms see the file COPYING.
    **
    **  $Id$

+ 1 - 1
src/printer_friendly_top.php

@@ -3,7 +3,7 @@
   /**
    **  printer_friendly_top.php
    **
-   **  Copyright (c) 1999-2000 The SquirrelMail development team
+   **  Copyright (c) 1999-2001 The SquirrelMail development team
    **  Licensed under the GNU GPL. For full terms see the file COPYING.
    **
    **  top frame of printer_friendly_main.php

+ 10 - 9
src/read_body.php

@@ -1,14 +1,15 @@
 <?php
+
    /**
-    * read_body.php
-    *
-    * Copyright (c) 1999-2001 The SquirrelMail Development Team
-    * Licensed under the GNU GPL. For full terms see the file COPYING.
-    *
-    * This file is used for reading the msgs array and displaying
-    * the resulting emails in the right frame.
-    *
-    * $Id$
+    **  read_body.php
+    **
+    **  Copyright (c) 1999-2001 The SquirrelMail Development Team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
+    **  This file is used for reading the msgs array and displaying
+    **  the resulting emails in the right frame.
+    **
+    **  $Id$
     */
 
     require_once('../src/validate.php');

+ 11 - 10
src/redirect.php

@@ -1,15 +1,16 @@
 <?php
+
     /**
-     * redirect.php
-     * Derived from webmail.php by Ralf Kraudelt <kraude@wiwi.uni-rostock.de>
-     *
-     * Copyright (c) 1999-2001 The Squirrelmail Development Team
-     * Licensed under the GNU GPL. For full terms see the file COPYING.
-     *
-     * Prevents users from reposting their form data after a successful logout.
-     *
-     * $Id$
-     */
+     **  redirect.php
+     **  Derived from webmail.php by Ralf Kraudelt <kraude@wiwi.uni-rostock.de>
+     **
+     **  Copyright (c) 1999-2001 The Squirrelmail Development Team
+     **  Licensed under the GNU GPL. For full terms see the file COPYING.
+     **
+     **  Prevents users from reposting their form data after a successful logout.
+     **
+     **  $Id$
+     **/
 
     require_once('../functions/i18n.php');
     require_once('../functions/strings.php');

+ 2 - 1
src/retrievalerror.php

@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  retrievalerror.php
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Submits a message which Squirrelmail couldn't handle

+ 11 - 10
src/right_main.php

@@ -1,15 +1,16 @@
 <?php
+
     /**
-     * right_main.php
-     *
-     * Copyright (c) 1999-2001 The Squirrelmail Development 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
-     * goes on in SquirrelMail.
-     *
-     * $Id$
-     */
+     **  right_main.php
+     **
+     **  Copyright (c) 1999-2001 The Squirrelmail Development 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
+     **  goes on in SquirrelMail.
+     **
+     **  $Id$
+     **/
 
     require_once('../src/validate.php');
     require_once('../functions/imap.php');

+ 7 - 8
src/search.php

@@ -1,14 +1,13 @@
 <?php
 
-
     /**
-     * right_main.php
-     *
-     * Copyright (c) 1999-2001 The Squirrelmail Development Team
-     * Licensed under the GNU GPL. For full terms see the file COPYING.
-     *
-     * $Id$
-     */
+     ** right_main.php
+     **
+     ** Copyright (c) 1999-2001 The Squirrelmail Development Team
+     ** Licensed under the GNU GPL. For full terms see the file COPYING.
+     **
+     ** $Id$
+     **/
 
 
    require_once('../src/validate.php');

+ 2 - 1
src/signout.php

@@ -1,8 +1,9 @@
 <?php
+
    /**
     **  signout.php -- cleans up session and logs the user out
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Cleans up after the user. Resets cookies and terminates

+ 1 - 0
src/validate.php

@@ -1,4 +1,5 @@
 <?php
+
     /**
      ** validate.php
      **

+ 11 - 10
src/vcard.php

@@ -1,14 +1,15 @@
 <?php
-/**
- ** vcard.php
- **
- ** Copyright (c) 1999-2001 The SquirrelMail Development Team
- ** Licensed under the GNU GPL. For full terms see the file COPYING.
- **
- ** This file shows an attched vcard
- **
- ** $Id$
- **/
+
+   /**
+    ** vcard.php
+    **
+    ** Copyright (c) 1999-2001 The SquirrelMail Development Team
+    ** Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
+    ** This file shows an attched vcard
+    **
+    ** $Id$
+    **/
 
    require_once('../src/validate.php');
    require_once('../functions/date.php');

+ 1 - 1
src/webmail.php

@@ -3,7 +3,7 @@
    /**
     **  webmail.php -- Displays the main frameset
     **
-    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Copyright (c) 1999-2001 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  This file generates the main frameset. The files that are