@@ -8,7 +8,7 @@
*
* This file provides the handling of often-used attachment types.
- * $Id$
+ * @version $Id$
* @package squirrelmail
*/
* Contains functions used to do authentication.
@@ -10,7 +10,7 @@
* This file is include by src/login.php, src/redirect.php and
* src/load_prefs.php.
@@ -11,7 +11,7 @@
* <Tue,> 29 Jun 1999 09:52:11 -0500 (EDT)
* (as specified in RFC 822) -- 'Tue' is optional
@@ -25,7 +25,7 @@
* Configuration of databasename, username and password is done
* by using conf.pl or the administrator plugin
@@ -1,7 +1,6 @@
<?php
/**
* decode/cp1250.php
* Copyright (c) 2003-2004 The SquirrelMail Project Team
* Licensed under the GNU GPL. For full terms see the file COPYING.
@@ -18,6 +17,8 @@
* Table format: Format A
* Date: 04/15/98
* Contact: cpxlate@microsoft.com
+ *
* @subpackage decode
* decode/cp1251.php
* decode/cp1252.php
* decode/cp1253.php
* decode/cp1254.php
* decode/cp1255.php
* Date: 1/7/2000
* decode/cp1256.php
* Date: 01/5/99
* decode/cp1257.php
* decode/cp1258.php
* decode/cp855.php
* Date: 04/24/96
* Authors: Lori Brownell <loribr@microsoft.com>
* K.D. Chang <a-kchang@microsoft.com>
* decode/cp866.php
@@ -20,6 +19,8 @@
Authors: Lori Brownell <loribr@microsoft.com>
K.D. Chang <a-kchang@microsoft.com>
The entries are in cp866_DOSCyrillicRussian order
@@ -1,13 +1,14 @@
* decode/iso8859-1.php
* This file contains iso-8859-1 decoding function that is needed to read
* iso-8859-1 encoded mails in non-iso-8859-1 locale.
* decode/iso8859-10.php
@@ -35,6 +34,8 @@
* Unicode Standard, and to make copies of this file in any form for
* internal or external distribution as long as this notice remains
* attached.
* decode/iso8859-11.php
* decode/iso8859-13.php
* decode/iso8859-14.php
@@ -36,6 +35,8 @@
* decode/iso8859-15.php
* decode/iso8859-16.php
* decode/iso8859-2.php
* decode/iso8859-3.php
* decode/iso8859-4.php
* decode/iso8859-5.php
* decode/iso8859-6.php
* decode/iso8859-7.php
* decode/iso8859-8.php
* decode/iso8859-9.php
* decode/iso-ir-111.php
@@ -40,6 +39,7 @@
* OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
* THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* decode/koi8-r.php
@@ -35,6 +34,7 @@
* decode/koi8-u.php
@@ -39,6 +38,7 @@
* HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
* MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
@@ -12,7 +12,7 @@
* This is the same as ISO-646-NO and is used by some
* Microsoft programs when sending Norwegian characters
* decode/tis620.php
@@ -34,6 +33,7 @@
* 5. http://charts.unicode.org/Unicode.charts/normal/U0E00.html
* 6. http://www.unicode.org/
* Function replaces all 8bit symbols with '?' marks
* decode/utf-8.php
@@ -17,6 +16,7 @@
* decoding cycle is unfinished. please test and report problems to tokul@users.sourceforge.net
@@ -9,7 +9,7 @@
* This contains all messages, including information, error, and just
* about any other message you can think of.
@@ -9,6 +9,7 @@
* code is taken from www.php.net manual comments
* Author: ronen at greyzone dot com
* @subpackage encode
* @param $source string of unicode entities [STRING]
* This contains functions for manipulating user preferences in files
* It also has some session register functions that work across various
* php versions.
* the right to left implementation by "functionize" some
* html outputs.
* This contains utility functions for dealing with multiple identities
* people to the login screen. At this point no attempt is made to see if
* the person is logged or not.
* This contains functions that display mailbox information, such as the
* table row that has sender, date, subject, etc...
-* $Id$
+* @version $Id$
* This contains the functions necessary to detect and decode MIME
* messages.
* Functions needed to display the options pages.
* Prints the page header (duh)
* Documentation on how to write plugins might show up some time.
* This contains functions for manipulating user preferences
* This code provides various string manipulation functions that are
* used by the rest of the Squirrelmail code.