squirrelmail.git
19 years agoFixing sorting order in get_squirrel_sort() (#1115403).
tokul [Thu, 3 Feb 2005 16:14:30 +0000 (16:14 +0000)]
Fixing sorting order in get_squirrel_sort() (#1115403).

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8761 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoshould fix one #1105760 issue. (old config file and $data_dir, that
tokul [Thu, 3 Feb 2005 14:26:58 +0000 (14:26 +0000)]
should fix one #1105760 issue. (old config file and $data_dir, that
does not have trailing slash). Problems with full path might be related to
user config.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8758 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoMove default_pref from data/ to config/ dir.
kink [Thu, 3 Feb 2005 09:56:04 +0000 (09:56 +0000)]
Move default_pref from data/ to config/ dir.
We will check the legacy locations first in order to remain backwards compatible
(an upgrade will still use the old location but a new install will use the new).
When not found, do not exit with an error, just create an empty prefs file.
Fix the title of the error message.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8755 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoin sqgetGlobalVar, reset $value if it is not found.
kink [Wed, 2 Feb 2005 21:56:43 +0000 (21:56 +0000)]
in sqgetGlobalVar, reset $value if it is not found.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8754 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoChangeLog
kink [Wed, 2 Feb 2005 21:53:02 +0000 (21:53 +0000)]
ChangeLog

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8753 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoUpdate Turkish translation author
pdontthink [Wed, 2 Feb 2005 21:25:42 +0000 (21:25 +0000)]
Update Turkish translation author

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8752 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agochanging names of defines in order to avoid phpdoc errors.
tokul [Wed, 2 Feb 2005 15:54:37 +0000 (15:54 +0000)]
changing names of defines in order to avoid phpdoc errors.
maybe somebody can explain purpose of save_option_header function?

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8750 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoQuoting "INBOX" to fix an imap server bug. No harm in quoting the folder
jangliss [Wed, 2 Feb 2005 15:05:37 +0000 (15:05 +0000)]
Quoting "INBOX" to fix an imap server bug.  No harm in quoting the folder
name, so it shouldn't hurt other servers (tested against courier and
broken imap server hmailserver I believe).

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8749 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoExactly how the line is terminated is not really relevant, so strip all
kink [Tue, 1 Feb 2005 16:42:47 +0000 (16:42 +0000)]
Exactly how the line is terminated is not really relevant, so strip all
whitespace around an admin-username.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8748 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoadding some information about plugin
tokul [Tue, 1 Feb 2005 09:25:31 +0000 (09:25 +0000)]
adding some information about plugin

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8747 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoDivide the Compose options screen in two sections: General and Forwarding/Replying.
kink [Tue, 1 Feb 2005 09:20:50 +0000 (09:20 +0000)]
Divide the Compose options screen in two sections: General and Forwarding/Replying.
Move the Hour Format setting from Folders (???) to Display preferences.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8746 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoupdating pot
tokul [Mon, 31 Jan 2005 14:23:02 +0000 (14:23 +0000)]
updating pot

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8737 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agojavascript inserted between ECHO prevents string extraction in gettext v.0.11+
tokul [Mon, 31 Jan 2005 11:17:00 +0000 (11:17 +0000)]
javascript inserted between ECHO prevents string extraction in gettext v.0.11+
According to left_main html diff, in this modification only empty lines are
removed and single quotes are converted to double quotes for some attributes.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8736 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agodoc update
tokul [Thu, 27 Jan 2005 19:00:48 +0000 (19:00 +0000)]
doc update

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8729 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agousing code from locales that help to run xgettext with different gettext versions.
tokul [Thu, 27 Jan 2005 18:30:05 +0000 (18:30 +0000)]
using code from locales that help to run xgettext with different gettext versions.
updating strings.
--add-comments is added for debugging in order to clean the code.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8728 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoinformation about changes
tokul [Thu, 27 Jan 2005 14:04:53 +0000 (14:04 +0000)]
information about changes

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8720 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agofixed translation of two reply citation styles. (would like to port it to stable)
tokul [Thu, 27 Jan 2005 13:54:59 +0000 (13:54 +0000)]
fixed translation of two reply citation styles. (would like to port it to stable)
fixed incorrect string length and padding of multibyte strings.
translated error message. used css instead of align=center for xhtml strict compatibility
documented some functions.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8719 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoadding str_pad replacement for multibyte charsets and some documentation fixes
tokul [Thu, 27 Jan 2005 13:20:56 +0000 (13:20 +0000)]
adding str_pad replacement for multibyte charsets and some documentation fixes

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8718 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agouser's user's id :)
tokul [Thu, 27 Jan 2005 13:17:58 +0000 (13:17 +0000)]
user's user's id :)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8717 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agouid=0 thing can be fixed, but i don't want to be the one that allows to use
tokul [Thu, 27 Jan 2005 13:07:26 +0000 (13:07 +0000)]
uid=0 thing can be fixed, but i don't want to be the one that allows to use
root logins on webmail interface.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8715 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agofixed incorrect test. $adm_id was getting value of fileowner && function_exists
tokul [Thu, 27 Jan 2005 12:44:19 +0000 (12:44 +0000)]
fixed incorrect test. $adm_id was getting value of fileowner && function_exists

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8712 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoRemove numeric keys from plugin array in config.php
pdontthink [Wed, 26 Jan 2005 20:31:42 +0000 (20:31 +0000)]
Remove numeric keys from plugin array in config.php

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8708 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoleft_main.php requires 24hr clock update too
jangliss [Wed, 26 Jan 2005 16:58:15 +0000 (16:58 +0000)]
left_main.php requires 24hr clock update too

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8707 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years ago24hr date format should include a leading 0... Not seen any clocks without
jangliss [Wed, 26 Jan 2005 16:45:05 +0000 (16:45 +0000)]
24hr date format should include a leading 0... Not seen any clocks without
one yet.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8705 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agodata_dir doesn't need to be readable. It has to executable, but that's
kink [Mon, 24 Jan 2005 19:16:54 +0000 (19:16 +0000)]
data_dir doesn't need to be readable. It has to executable, but that's
not cleanly testable in PHP so it seems..

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8703 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoEven more checking whether writing actually succeeds.
kink [Mon, 24 Jan 2005 19:11:45 +0000 (19:11 +0000)]
Even more checking whether writing actually succeeds.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8702 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoCheck if proc_open/fopen actually succeeded before starting to write to it.
kink [Mon, 24 Jan 2005 18:17:51 +0000 (18:17 +0000)]
Check if proc_open/fopen actually succeeded before starting to write to it.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8701 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoAdd CVE-id's to ChangeLog.
kink [Fri, 21 Jan 2005 23:58:17 +0000 (23:58 +0000)]
Add CVE-id's to ChangeLog.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8687 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years ago- XSS fixes in src/webmail.php
jangliss [Thu, 20 Jan 2005 20:35:21 +0000 (20:35 +0000)]
- XSS fixes in src/webmail.php
- Fixes for undefined varibles in src/webmail.php

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8684 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoFix for possible remote file inclusion
jangliss [Wed, 19 Jan 2005 21:07:47 +0000 (21:07 +0000)]
Fix for possible remote file inclusion

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8680 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoAdd a new Options section "compose". Move some options from Display
kink [Tue, 18 Jan 2005 18:58:53 +0000 (18:58 +0000)]
Add a new Options section "compose". Move some options from Display
Preferences there - DP was way overcrowded with options not logically
sorted. This is just a simple re-arranging of some options, as a
simple attempt to at least clean things up a small bit.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8677 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoShow System Specs link has no place under the Options
kink [Tue, 18 Jan 2005 16:54:29 +0000 (16:54 +0000)]
Show System Specs link has no place under the Options
menu, move it to the Bug-plugin page.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8676 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoRemove printer friendly clean display option, following a proposal of
kink [Tue, 18 Jan 2005 16:09:19 +0000 (16:09 +0000)]
Remove printer friendly clean display option, following a proposal of
mine on the devel list to which no objections arose. The option is
totally unclear to end users, and has very little impact. The cleaning
is now always done.
If it turns out this is really missed, or if people really want to turn
the cleaning off, it can of course always be reintroduced - that's
why this is devel.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8675 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoAdding old fixes
jervfors [Mon, 17 Jan 2005 05:49:46 +0000 (05:49 +0000)]
Adding old fixes

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8671 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoIndentation cleanup
jervfors [Mon, 17 Jan 2005 05:41:38 +0000 (05:41 +0000)]
Indentation cleanup

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8670 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoInclude CVE-id in ChangeLog, move Jimmy up in AUTHORS.
kink [Sat, 15 Jan 2005 10:05:55 +0000 (10:05 +0000)]
Include CVE-id in ChangeLog, move Jimmy up in AUTHORS.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8662 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoAdded hook for Preferences Backend to resolve potential file inclusions
cigamit [Fri, 14 Jan 2005 06:16:22 +0000 (06:16 +0000)]
Added hook for Preferences Backend to resolve potential file inclusions

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8647 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoadding tahoma style sheets. Provide better readability for Arabic or Farsi
tokul [Thu, 13 Jan 2005 13:17:33 +0000 (13:17 +0000)]
adding tahoma style sheets. Provide better readability for Arabic or Farsi

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8637 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoProvides some fixes for #1043576 (incorrect wrapping of multibyte texts).
tokul [Mon, 10 Jan 2005 18:43:44 +0000 (18:43 +0000)]
Provides some fixes for #1043576 (incorrect wrapping of multibyte texts).
If same code is ported to stable, it could make that bug specific to
devel branch. Devel branch needs more fixes for sqBodyWrap function. I would
like to add Eastern charset support before moving it to 1.4.5

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8619 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoHave configtest check whether the sq_default_language is actually installed.
kink [Sun, 9 Jan 2005 22:28:30 +0000 (22:28 +0000)]
Have configtest check whether the sq_default_language is actually installed.
Might hint people that didn't download the locales package.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8616 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoreplacing urlencode with rawurlencode. It is possible that I've missed space
tokul [Sun, 9 Jan 2005 17:01:42 +0000 (17:01 +0000)]
replacing urlencode with rawurlencode. It is possible that I've missed space
encoding as plus issue when I've tested IE or older php versions does not have
such behaviour. Should fix bug #1076733.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8615 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoReplacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only)
jervfors [Fri, 7 Jan 2005 18:17:53 +0000 (18:17 +0000)]
Replacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8610 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoadding mbstring overloading test and splitting some strings in order to make
tokul [Fri, 7 Jan 2005 18:06:26 +0000 (18:06 +0000)]
adding mbstring overloading test and splitting some strings in order to make
them readable on smaller screens and don't cause xgettext errors.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8609 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoReplacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only)
jervfors [Fri, 7 Jan 2005 17:42:23 +0000 (17:42 +0000)]
Replacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8603 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoAdd base url to output of configtest.php.
kink [Fri, 7 Jan 2005 09:37:39 +0000 (09:37 +0000)]
Add base url to output of configtest.php.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8583 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoSupport '-1' as a special value in memory limit for max attachment filesize.
kink [Mon, 3 Jan 2005 14:37:27 +0000 (14:37 +0000)]
Support '-1' as a special value in memory limit for max attachment filesize.
#1094569

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8564 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoMinor typo
jangliss [Mon, 3 Jan 2005 08:13:36 +0000 (08:13 +0000)]
Minor typo

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8562 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoFix listcommands plugin to behave like normal reply/compose links, and
jangliss [Mon, 3 Jan 2005 08:11:53 +0000 (08:11 +0000)]
Fix listcommands plugin to behave like normal reply/compose links, and
return to message page that originally called from.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8561 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoIncrement year in copyright notice
jervfors [Wed, 29 Dec 2004 22:58:54 +0000 (22:58 +0000)]
Increment year in copyright notice

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8534 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoMinor cleanup
jervfors [Wed, 29 Dec 2004 19:08:21 +0000 (19:08 +0000)]
Minor cleanup

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8528 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoChanging squirrelmail/Squirrelmail to SquirrelMail in some strings as well as other...
jervfors [Wed, 29 Dec 2004 15:06:20 +0000 (15:06 +0000)]
Changing squirrelmail/Squirrelmail to SquirrelMail in some strings as well as other minor documentation fixes

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8522 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoReplacing tabs with spaces
jervfors [Wed, 29 Dec 2004 14:37:40 +0000 (14:37 +0000)]
Replacing tabs with spaces

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8521 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoAdd param 'clean' to formatBody to prevent irrelevant stuff like 'download
kink [Tue, 28 Dec 2004 13:12:28 +0000 (13:12 +0000)]
Add param 'clean' to formatBody to prevent irrelevant stuff like 'download
this as a file' being output in printer friendly. I guess formatBody is
a bit too much of an all-in-one function and it might be cleaner to split
it up at some time in the future. Also add colons to the printer friendly
mailheaders and make them bold.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8488 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agostring updates
tokul [Tue, 28 Dec 2004 11:42:56 +0000 (11:42 +0000)]
string updates

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8484 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agomoved imap_test function to right place
tokul [Tue, 28 Dec 2004 11:25:23 +0000 (11:25 +0000)]
moved imap_test function to right place

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8482 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoone more place affected by #1085377 bug
tokul [Tue, 28 Dec 2004 10:44:01 +0000 (10:44 +0000)]
one more place affected by #1085377 bug

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8480 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoAdding macosx and hmailserver options. presets also include mercury, but it
tokul [Tue, 28 Dec 2004 10:31:25 +0000 (10:31 +0000)]
Adding macosx and hmailserver options. presets also include mercury, but it
is not used in any $imap_server_type tests

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8478 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoCvascript detection was broken when you changed your setting from never
kink [Mon, 27 Dec 2004 21:14:55 +0000 (21:14 +0000)]
Cvascript detection was broken when you changed your setting from never
to autodetect. Fixes: #983614

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8477 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoIncrement year in copyright notice.
kink [Mon, 27 Dec 2004 15:04:02 +0000 (15:04 +0000)]
Increment year in copyright notice.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8475 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoAdd "Security:" with relevant changelog items and add CVE id's.
kink [Mon, 27 Dec 2004 14:12:06 +0000 (14:12 +0000)]
Add "Security:" with relevant changelog items and add CVE id's.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8474 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoinformation about newmail fix
tokul [Mon, 27 Dec 2004 12:21:18 +0000 (12:21 +0000)]
information about newmail fix

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8471 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoreuploading files
tokul [Mon, 27 Dec 2004 12:09:51 +0000 (12:09 +0000)]
reuploading files

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8470 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoA default server setting should always set all options, even if they are
kink [Sun, 26 Dec 2004 22:44:31 +0000 (22:44 +0000)]
A default server setting should always set all options, even if they are
the defaults, to permit switching between different servers. Thanks Tomas
for noting this.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8469 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoAdd server type 'hmailserver' to work around a searching problem with hMailServer.
kink [Fri, 24 Dec 2004 15:45:33 +0000 (15:45 +0000)]
Add server type 'hmailserver' to work around a searching problem with hMailServer.
Fixes: #1085377

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8462 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoRFC822 complianced with Received header. Fixes #1088548.
jangliss [Wed, 22 Dec 2004 05:08:52 +0000 (05:08 +0000)]
RFC822 complianced with Received header.  Fixes #1088548.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8457 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoexplanation of weird chars and header
tokul [Sun, 19 Dec 2004 15:45:53 +0000 (15:45 +0000)]
explanation of weird chars and header

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8442 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agouse default http port for intertran in order to be able to used it through
tokul [Sun, 19 Dec 2004 09:18:14 +0000 (09:18 +0000)]
use default http port for intertran in order to be able to used it through
strict firewall. updated otenet form url

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8439 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoinfo about newmail plugin
tokul [Sun, 19 Dec 2004 08:46:14 +0000 (08:46 +0000)]
info about newmail plugin

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8436 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agolooks like opera implemented it according to apple specs and height/width
tokul [Sun, 19 Dec 2004 08:42:25 +0000 (08:42 +0000)]
looks like opera implemented it according to apple specs and height/width
is required by this browser. without them opera defaults to 100-200 height.
fix for bug.818958

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8435 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agomake gpltrans url configurable
tokul [Sun, 19 Dec 2004 08:20:30 +0000 (08:20 +0000)]
make gpltrans url configurable

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8434 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agocorrect table name and add some information about global address book
tokul [Fri, 10 Dec 2004 18:06:27 +0000 (18:06 +0000)]
correct table name and add some information about global address book

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8431 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoinformation about added function
tokul [Thu, 9 Dec 2004 15:50:07 +0000 (15:50 +0000)]
information about added function

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8430 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agolanguage must be set before using gettext functions
tokul [Thu, 9 Dec 2004 15:16:02 +0000 (15:16 +0000)]
language must be set before using gettext functions

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8429 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoadding sq_setlocale function in order to use multiple locale names without
tokul [Thu, 9 Dec 2004 14:58:08 +0000 (14:58 +0000)]
adding sq_setlocale function in order to use multiple locale names without
php 4.3+ dependency

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8428 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoClose the form. Otherwise selecting all results from one mailbox will select them...
indiri69 [Fri, 3 Dec 2004 18:24:26 +0000 (18:24 +0000)]
Close the form.  Otherwise selecting all results from one mailbox will select them from all the ones below as well.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8408 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoUse the count of what we found, not what is in the actual mailbox
indiri69 [Fri, 3 Dec 2004 18:22:57 +0000 (18:22 +0000)]
Use the count of what we found, not what is in the actual mailbox

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8407 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoFollowing up on my long standing threat to remove internal_link hook. Templates...
pdontthink [Wed, 24 Nov 2004 22:33:11 +0000 (22:33 +0000)]
Following up on my long standing threat to remove internal_link hook.  Templates make it unnecessary, it is inefficient, and the only plugin using it requires a source patch to the same code anyway.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8397 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoadding phpdoc blocks and including new themes into default config
tokul [Wed, 24 Nov 2004 16:39:53 +0000 (16:39 +0000)]
adding phpdoc blocks and including new themes into default config

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8396 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoadding information about ngettext
tokul [Wed, 24 Nov 2004 16:12:08 +0000 (16:12 +0000)]
adding information about ngettext

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8395 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoset_url_var would eat the "&" if the first url var was being changed.
kink [Sun, 21 Nov 2004 14:56:11 +0000 (14:56 +0000)]
set_url_var would eat the "&" if the first url var was being changed.
Fixes #1053725

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8390 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoWhen you reload signout.php you get an error that you have to be logged in
kink [Sun, 21 Nov 2004 13:53:51 +0000 (13:53 +0000)]
When you reload signout.php you get an error that you have to be logged in
to view the signout page. This is of course silly, if you're already logged
out this page should be a 'no-op' that just presents the same message.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8389 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoAdd support for recognising 'Priority' and 'Importance' headers next to the
kink [Sun, 21 Nov 2004 13:10:06 +0000 (13:10 +0000)]
Add support for recognising 'Priority' and 'Importance' headers next to the
'X-Priority' that we've been supporting for a long time.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8388 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoFix two time zone calculation bugs, thanks to david white for the
kink [Sun, 21 Nov 2004 11:35:33 +0000 (11:35 +0000)]
Fix two time zone calculation bugs, thanks to david white for the
excellent analysis; verified by me to be correct solutions.
Closes: #1063879

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8386 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoNew themes
pdontthink [Wed, 17 Nov 2004 23:53:38 +0000 (23:53 +0000)]
New themes

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8385 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoNew line here makes a lot of slightly tidier looking HTML code
jangliss [Tue, 16 Nov 2004 06:20:09 +0000 (06:20 +0000)]
New line here makes a lot of slightly tidier looking HTML code

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8383 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agofixes for bugs 655137 and 1005353
tokul [Mon, 15 Nov 2004 16:10:46 +0000 (16:10 +0000)]
fixes for bugs 655137 and 1005353

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8380 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoremoving default_charset tests. code can be reused in main function and
tokul [Mon, 15 Nov 2004 14:31:18 +0000 (14:31 +0000)]
removing default_charset tests. code can be reused in main function and
ldap needs option that forces decoding when default charset matches

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8377 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoallow mbstring functions will all charsets that are available in mbstring.
tokul [Sun, 14 Nov 2004 18:00:32 +0000 (18:00 +0000)]
allow mbstring functions will all charsets that are available in mbstring.
might add some override that removes need to run mbstring.internal_encoding n times.
fix for bug.1005353

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8376 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoadding all charsets used by SM translations to default_charset selection list
tokul [Sun, 14 Nov 2004 17:42:40 +0000 (17:42 +0000)]
adding all charsets used by SM translations to default_charset selection list

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8375 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoremoving obsolate global abook comments.
tokul [Sun, 14 Nov 2004 17:39:30 +0000 (17:39 +0000)]
removing obsolate global abook comments.
enhancing list_writeable_backends function

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8374 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agousing own squirrelmail functions for encoding/decoding instead of xml functions.
tokul [Sun, 14 Nov 2004 17:36:37 +0000 (17:36 +0000)]
using own squirrelmail functions for encoding/decoding instead of xml functions.
fixes bug.655137

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8373 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agomoving isset test to same place as others
tokul [Sun, 14 Nov 2004 17:32:53 +0000 (17:32 +0000)]
moving isset test to same place as others

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8372 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoextending utf-8 decoding function.
tokul [Sun, 14 Nov 2004 17:30:06 +0000 (17:30 +0000)]
extending utf-8 decoding function.
default_charset test removed because it is better to do in main decoding
function and ldap needs decoding without default_charset test

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8371 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoFixing XHTML fix
jervfors [Fri, 12 Nov 2004 17:53:40 +0000 (17:53 +0000)]
Fixing XHTML fix

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8368 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoChanging headers back
jervfors [Fri, 12 Nov 2004 16:47:37 +0000 (16:47 +0000)]
Changing headers back

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8367 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoXHTML fixes
jervfors [Fri, 12 Nov 2004 15:12:14 +0000 (15:12 +0000)]
XHTML fixes

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8366 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoXHTML fixes
jervfors [Fri, 12 Nov 2004 14:21:31 +0000 (14:21 +0000)]
XHTML fixes

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8365 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoset value returned by ini_get to boolean
tokul [Wed, 10 Nov 2004 17:49:33 +0000 (17:49 +0000)]
set value returned by ini_get to boolean

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8362 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agospecial chars should be undone only after encoding
tokul [Wed, 10 Nov 2004 17:38:58 +0000 (17:38 +0000)]
special chars should be undone only after encoding

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8361 7612ce4b-ef26-0410-bec9-ea0150e637f0

19 years agoinfo about theme fix
tokul [Wed, 10 Nov 2004 17:32:33 +0000 (17:32 +0000)]
info about theme fix

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8360 7612ce4b-ef26-0410-bec9-ea0150e637f0