Compare commits

...
Sign in to create a new pull request.

3 commits

506 changed files with 519 additions and 512 deletions

View file

@ -7,7 +7,7 @@
* a delivery backend.
*
* @author Marc Groot Koerkamp
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -5,7 +5,7 @@
*
* Delivery backend for the Deliver class.
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -5,7 +5,7 @@
*
* SMTP delivery backend for the Deliver class.
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* Delivery backend for the Deliver class.
*
* @author Marc Groot Koerkamp
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -7,7 +7,7 @@
* people to the login screen. At this point no attempt is made to see if the
* person is logged in or not.
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -5,7 +5,7 @@
*
* This contains the custom error handler for SquirrelMail.
*
* @copyright 2005-2024 The SquirrelMail Project Team
* @copyright 2005-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -7,7 +7,7 @@
*
* http://www.imc.org/pdi/vcard-21.txt
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -7,7 +7,7 @@
* people to the login screen. At this point no attempt is made to see if the
* person is logged in or not.
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -7,7 +7,7 @@
* people to the login screen. At this point no attempt is made to see if the
* person is logged in or not.
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -7,7 +7,7 @@
* translations when php gettext extension is missing or some functions
* are not available.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -19,7 +19,7 @@
* along with PHP-gettext; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* @copyright 2004-2024 The SquirrelMail Project Team
* @copyright 2004-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -7,7 +7,7 @@
* people to the login screen. At this point no attempt is made to see if the
* person is logged in or not.
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
* MA 02110-1301, USA
*
* @copyright 2004-2024 The SquirrelMail Project Team
* @copyright 2004-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -5,7 +5,7 @@
*
* This file loads classes needed to handle mime messages.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* This file contains functions needed to extract email address headers from
* mime messages.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* This file contains functions needed to handle content type headers
* (rfc2045) in mime messages.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* This file contains functions needed to handle content disposition headers
* in mime messages. See RFC 2183.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* This file should contain class needed to handle Language properties in
* mime messages. I suspect that it is RFC2231
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -5,7 +5,7 @@
*
* This file contains functions needed to handle mime messages.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail
@ -31,6 +31,11 @@ class Message {
* @var object
*/
var $rfc822_header = '';
/**
* rfc822header object (reply)
* @var object
*/
var $reply_rfc822_header = '';
/**
* MessageHeader object
* @var object

View file

@ -5,7 +5,7 @@
*
* This file contains functions needed to handle headers in mime messages.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -5,7 +5,7 @@
*
* This file contains functions needed to handle headers in mime messages.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* This file contains class needed to handle SMIME mime messages.
*
* @link http://www.ietf.org/html.charters/smime-charter.html
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -7,7 +7,7 @@
* people to the login screen. At this point no attempt is made to see if the
* person is logged in or not.
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -9,7 +9,7 @@
* The SquirrelMail (Foowd) template implementation.
* Derived from the foowd template implementation and adapted
* for squirrelmail
* @copyright 2005-2024 The SquirrelMail Project Team
* @copyright 2005-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -7,7 +7,7 @@
* SquirrelMail and Smarty. All abstract methods from the Template class
* are implemented here.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -8,7 +8,7 @@
* class with any custom functionality needed to interface a target
* templating engine with SquirrelMail.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -7,7 +7,7 @@
* people to the login screen. At this point no attempt is made to see if the
* person is logged in or not.
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -1,7 +1,7 @@
#!/usr/bin/env perl
# conf.pl
#
# Copyright (c) 1999-2024 The SquirrelMail Project Team
# Copyright (c) 1999-2025 The SquirrelMail Project Team
# Licensed under the GNU GPL. For full terms see COPYING.
#
# A simple configure script to configure SquirrelMail

View file

@ -15,7 +15,7 @@
* passwords being leaked to e.g. other system users. Take extra care when
* the webserver is shared with untrusted users.
*
* @copyright 2000-2024 The SquirrelMail Project Team
* @copyright 2000-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -7,7 +7,7 @@
* Don't do it unless you know what you're doing.
* Use standard PHP syntax, see config.php for examples.
*
* @copyright 2002-2024 The SquirrelMail Project Team
* @copyright 2002-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -7,7 +7,7 @@
* people to the login screen. At this point no attempt is made to see if the
* person is logged in or not.
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -30,7 +30,7 @@ report them in SquirrelMail bug tracker. See \fBhttp://squirrelmail.org/bugs\fR
.SH "AUTHOR"
Tomas Kuliavas <tokul@users.sourceforge.net>
.SH "COPYRIGHT"
Copyright (c) 2006-2024 The SquirrelMail Project Team
Copyright (c) 2006-2025 The SquirrelMail Project Team
.SH "LICENSE"
This manual is licensed under GNU General Public License. See COPYING file
included in the SquirrelMail package or

View file

@ -3,7 +3,7 @@
/**
* Script provides form to decode encrypted header information.
*
* @copyright 2005-2024 The SquirrelMail Project Team
* @copyright 2005-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -8,7 +8,7 @@
# using this script.
#
# Copyright (c) 2002, Michael Blandford and Tal Yardeni
# Copyright (c) 2005-2024 The SquirrelMail Project Team
# Copyright (c) 2005-2025 The SquirrelMail Project Team
#
# This script is licensed under the GNU Public License (GPL).
# See: http://opensource.org/licenses/gpl-license.php

View file

@ -5,7 +5,7 @@
*
* Redirects to the index.html file.
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -14,7 +14,7 @@
* PRIMARY KEY (owner,nickname)
* </pre>
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -18,7 +18,7 @@
* and inetOrgPerson (RFC2798) objects and dn, description, sn, givenname,
* cn, mail attributes. Other attributes are ignored.
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -3,7 +3,7 @@
/**
* abook_local_file.php
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -4,7 +4,7 @@
*
* Functions require SM_PATH and support of forms.php functions
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -5,7 +5,7 @@
*
* Contains utility functions for array operations
*
* @copyright 2004-2024 The SquirrelMail Project Team
* @copyright 2004-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -5,7 +5,7 @@
*
* This file provides the handling of often-used attachment types.
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -9,7 +9,7 @@
* functions/global.php
* functions/strings.php.
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* Functions for message compositon: writing a message, attaching files etc.
*
* @author Thijs Kinkhorst <kink at squirrelmail.org>
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -2,7 +2,7 @@
/**
* old constants function file location
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -8,7 +8,7 @@
* <Tue,> 29 Jun 1999 09:52:11 -0500 (EDT)
* (as specified in RFC 822) -- 'Tue' is optional
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -52,7 +52,7 @@
* does not default the SQL connection character set as expected
* (most sensible systems will do the right thing transparently).
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -16,7 +16,7 @@
* Date: 04/15/98
* Contact: cpxlate@microsoft.com
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -16,7 +16,7 @@
* Date: 04/15/98
* Contact: cpxlate@microsoft.com
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -16,7 +16,7 @@
* Date: 04/15/98
* Contact: cpxlate@microsoft.com
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -16,7 +16,7 @@
* Date: 04/15/98
* Contact: cpxlate@microsoft.com
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -16,7 +16,7 @@
* Date: 04/15/98
* Contact: cpxlate@microsoft.com
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -16,7 +16,7 @@
* Date: 1/7/2000
* Contact: cpxlate@microsoft.com
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -16,7 +16,7 @@
* Date: 01/5/99
* Contact: cpxlate@microsoft.com
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -16,7 +16,7 @@
* Date: 04/15/98
* Contact: cpxlate@microsoft.com
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -16,7 +16,7 @@
* Date: 04/15/98
* Contact: cpxlate@microsoft.com
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -16,7 +16,7 @@
* Authors: Lori Brownell <loribr@microsoft.com>
* K.D. Chang <a-kchang@microsoft.com>
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -18,7 +18,7 @@
K.D. Chang <a-kchang@microsoft.com>
The entries are in cp866_DOSCyrillicRussian order
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -7,7 +7,7 @@
* people to the login screen. At this point no attempt is made to see if the
* person is logged in or not.
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* This file contains iso-8859-1 decoding function that is needed to read
* iso-8859-1 encoded mails in non-iso-8859-1 locale.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -33,7 +33,7 @@
* internal or external distribution as long as this notice remains
* attached.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -33,7 +33,7 @@
* internal or external distribution as long as this notice remains
* attached.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -33,7 +33,7 @@
* internal or external distribution as long as this notice remains
* attached.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -34,7 +34,7 @@
* internal or external distribution as long as this notice remains
* attached.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -34,7 +34,7 @@
* internal or external distribution as long as this notice remains
* attached.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -33,7 +33,7 @@
* internal or external distribution as long as this notice remains
* attached.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -33,7 +33,7 @@
* internal or external distribution as long as this notice remains
* attached.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -33,7 +33,7 @@
* internal or external distribution as long as this notice remains
* attached.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -33,7 +33,7 @@
* internal or external distribution as long as this notice remains
* attached.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -33,7 +33,7 @@
* internal or external distribution as long as this notice remains
* attached.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -33,7 +33,7 @@
* internal or external distribution as long as this notice remains
* attached.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -33,7 +33,7 @@
* internal or external distribution as long as this notice remains
* attached.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -33,7 +33,7 @@
* internal or external distribution as long as this notice remains
* attached.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -33,7 +33,7 @@
* internal or external distribution as long as this notice remains
* attached.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -37,7 +37,7 @@
* OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
* THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -32,7 +32,7 @@
* internal or external distribution as long as this notice remains
* attached.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -36,7 +36,7 @@
* HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
* MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -9,7 +9,7 @@
* This is the same as ISO-646-NO and is used by some
* Microsoft programs when sending Norwegian characters
*
* @copyright 2004-2024 The SquirrelMail Project Team
* @copyright 2004-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -31,7 +31,7 @@
* 5. http://charts.unicode.org/Unicode.charts/normal/U0E00.html
* 6. http://www.unicode.org/
*
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -8,7 +8,7 @@
*
* Function replaces all 8bit symbols with '?' marks
*
* @copyright 2004-2024 The SquirrelMail Project Team
* @copyright 2004-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -35,7 +35,7 @@
* octdec(a-374)*64^5 + octdec(b-200)*64^4 + octdec(c-200)*64^3 +
* + octdec(d-200)*64^2 + octdec(e-200)*64 + octdec(f-200)
*</pre>
* @copyright 2003-2024 The SquirrelMail Project Team
* @copyright 2003-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* This contains all messages, including information, error, and just
* about any other message you can think of.
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* takes a string of unicode entities and converts it to a cp1251 encoded string
* Unsupported characters are replaced with ?.
*
* @copyright 2004-2024 The SquirrelMail Project Team
* @copyright 2004-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* takes a string of unicode entities and converts it to a cp1255 encoded string
* Unsupported characters are replaced with ?.
*
* @copyright 2004-2024 The SquirrelMail Project Team
* @copyright 2004-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* takes a string of unicode entities and converts it to a cp1256 encoded string
* Unsupported characters are replaced with ?.
*
* @copyright 2004-2024 The SquirrelMail Project Team
* @copyright 2004-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -7,7 +7,7 @@
* people to the login screen. At this point no attempt is made to see if the
* person is logged in or not.
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* takes a string of unicode entities and converts it to a iso-8859-1 encoded string
* Unsupported characters are replaced with ?.
*
* @copyright 2004-2024 The SquirrelMail Project Team
* @copyright 2004-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* takes a string of unicode entities and converts it to a iso-8859-15 encoded string
* Unsupported characters are replaced with ?.
*
* @copyright 2004-2024 The SquirrelMail Project Team
* @copyright 2004-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* takes a string of unicode entities and converts it to a iso-8859-2 encoded string
* Unsupported characters are replaced with ?.
*
* @copyright 2004-2024 The SquirrelMail Project Team
* @copyright 2004-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* takes a string of unicode entities and converts it to a iso-8859-7 encoded string
* Unsupported characters are replaced with ?.
*
* @copyright 2004-2024 The SquirrelMail Project Team
* @copyright 2004-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* takes a string of unicode entities and converts it to a iso-8859-9 encoded string
* Unsupported characters are replaced with ?.
*
* @copyright 2004-2024 The SquirrelMail Project Team
* @copyright 2004-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* takes a string of unicode entities and converts it to a koi8-r encoded string
* Unsupported characters are replaced with ?.
*
* @copyright 2004-2024 The SquirrelMail Project Team
* @copyright 2004-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* takes a string of unicode entities and converts it to a koi8-u encoded string
* Unsupported characters are replaced with ?.
*
* @copyright 2004-2024 The SquirrelMail Project Team
* @copyright 2004-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* takes a string of unicode entities and converts it to a tis-620 encoded string
* Unsupported characters are replaced with ?.
*
* @copyright 2004-2024 The SquirrelMail Project Team
* @copyright 2004-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* takes a string of unicode entities and converts it to a us-ascii encoded string
* Unsupported characters are replaced with ?.
*
* @copyright 2004-2024 The SquirrelMail Project Team
* @copyright 2004-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -10,7 +10,7 @@
* Original code is taken from www.php.net manual comments
* Original author: ronen at greyzone dot com
*
* @copyright 2004-2024 The SquirrelMail Project Team
* @copyright 2004-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -5,7 +5,7 @@
*
* This contains functions for manipulating user preferences in files
*
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -6,7 +6,7 @@
* This file includes various helper functions for working
* with the server filesystem.
*
* @copyright 2008-2024 The SquirrelMail Project Team
* @copyright 2008-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -7,7 +7,7 @@
* (un)subscribe, create, rename, delete.
*
* @author Thijs Kinkhorst <kink at squirrelmail.org>
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -25,7 +25,7 @@
* @link http://www.section508.gov/ Section 508
* @link http://www.w3.org/WAI/ Web Accessibility Initiative (WAI)
* @link http://www.w3.org/TR/html4/ W3.org HTML 4.01 form specs
* @copyright 2004-2024 The SquirrelMail Project Team
* @copyright 2004-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail

View file

@ -8,7 +8,7 @@
*
* @link http://www.php.net/gettext Original php gettext manual
* @link http://savannah.nongnu.org/projects/php-gettext php-gettext classes
* @copyright 1999-2024 The SquirrelMail Project Team
* @copyright 1999-2025 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @since 1.1.2

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