tokul [Mon, 6 Sep 2004 14:18:44 +0000 (14:18 +0000)]
code cleanup:
adding phpdoc blocks
removing bogus GetMimeProperties function
breaking long line
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8022
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 6 Sep 2004 13:45:32 +0000 (13:45 +0000)]
removed includes that are already loaded by include/validate.php.
converted & to & in frame urls. w3.org recommendation.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8021
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 6 Sep 2004 08:54:56 +0000 (08:54 +0000)]
spellcheck
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8020
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 6 Sep 2004 08:52:14 +0000 (08:52 +0000)]
fixed function_exist test and used newer mcrypt functions. If squirrelmail
minimal requirements are 4.1.2, function test can be removed.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8018
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 6 Sep 2004 08:30:55 +0000 (08:30 +0000)]
comma in wrong place.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8016
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 6 Sep 2004 08:10:50 +0000 (08:10 +0000)]
fixed custom css loading
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8014
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 6 Sep 2004 08:09:21 +0000 (08:09 +0000)]
using default html header generation functions. Fixes error when custom_css
was not loaded.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8013
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Thu, 2 Sep 2004 23:33:47 +0000 (23:33 +0000)]
XHTML fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8007
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 2 Sep 2004 20:25:04 +0000 (20:25 +0000)]
button row in mailbox listing uses color[0]. read_body used color[9]. These
colors can differ.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8006
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 2 Sep 2004 19:41:07 +0000 (19:41 +0000)]
using internal SM functions to create page header.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8005
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 2 Sep 2004 19:10:49 +0000 (19:10 +0000)]
1. there is no <nobr> in html 4.01 specs.
2. formating looks bad when user has longer clock format or "Last refresh"
string + clock does not fit in default frame width
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8004
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 1 Sep 2004 17:04:40 +0000 (17:04 +0000)]
vcard might be without email fields.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7998
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 1 Sep 2004 16:37:57 +0000 (16:37 +0000)]
me bad. loose but lossy.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7997
7612ce4b-ef26-0410-bec9-
ea0150e637f0
cigamit [Wed, 1 Sep 2004 04:19:52 +0000 (04:19 +0000)]
Fixes for bugs #
1019185 and #
1017941
global variable $boxesnew was being corrupted by another function (I don't really see why its even global at this point, its also stored in the Session). Changed the name of the variable used in the offending function. The symptoms were that the folder list boxes would not be populated, errors when emptying the trash, and errors in the Folders Options.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7996
7612ce4b-ef26-0410-bec9-
ea0150e637f0
cigamit [Wed, 1 Sep 2004 04:11:20 +0000 (04:11 +0000)]
Fixes for bugs #
1019185 and #
1017941
global variable $boxesnew was being corrupted by another function (I don't really see why its even global at this point, its also stored in the Session). Changed the name of the variable used in the offending function. The symptoms were that the folder list boxes would not be populated, errors when emptying the trash, and errors in the Folders Options.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7995
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Tue, 31 Aug 2004 20:25:05 +0000 (20:25 +0000)]
Spelling fix
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7994
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 31 Aug 2004 17:27:10 +0000 (17:27 +0000)]
removed language codes from conf.pl. List is too big.
$default_charset can be used to change charset of English translation.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7993
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 31 Aug 2004 17:19:56 +0000 (17:19 +0000)]
adding i18n doc (unfinished)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7992
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 30 Aug 2004 07:41:34 +0000 (07:41 +0000)]
Remove erroneous use of pipe in regexps. Since this doesn't cause any known
real bug, I won't backport it to stable unless that situation changes.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7987
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 29 Aug 2004 16:56:41 +0000 (16:56 +0000)]
adding space between cols="number" and $attr.
removing extra double quote.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7985
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 27 Aug 2004 18:10:17 +0000 (18:10 +0000)]
one more update. message_details strings
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7982
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 27 Aug 2004 18:04:23 +0000 (18:04 +0000)]
updating copyright, converting strings to gettext, adding some phpdoc blocks
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7981
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 27 Aug 2004 13:27:58 +0000 (13:27 +0000)]
updating pot
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7974
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 27 Aug 2004 12:46:59 +0000 (12:46 +0000)]
agresive_decoding changed to aggressive_decoding.
added loosy_encoding to conf.pl and other configuration scripts.
added phpdoc since tags to some options.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7969
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 27 Aug 2004 11:54:17 +0000 (11:54 +0000)]
if encoding function can't find charset, it does us-ascii encoding.
$enable_loosy_encoding option allows to use charset conversion in compose,
when output charset does not provide full support of symbols used in input
charset. (for example. utf-8 -> iso-8859-1). Provides solution for bug.806698
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7968
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 27 Aug 2004 11:48:44 +0000 (11:48 +0000)]
send urlencoded filename to IE
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7967
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 27 Aug 2004 11:47:02 +0000 (11:47 +0000)]
adding iso-8859-1 and us-ascii encoding support
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7966
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 26 Aug 2004 18:39:20 +0000 (18:39 +0000)]
rewriting utf8 encoding function. preg_replace is safer that splitting into
arrays. now function will support all symbols until somebody comes up with
symbol No 2^31+1 :)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7962
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Tue, 24 Aug 2004 22:00:05 +0000 (22:00 +0000)]
Minor cleanups
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7952
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Tue, 24 Aug 2004 07:53:55 +0000 (07:53 +0000)]
Indentation fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7950
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Tue, 24 Aug 2004 00:40:28 +0000 (00:40 +0000)]
Minor cleanups
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7948
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Mon, 23 Aug 2004 00:59:14 +0000 (00:59 +0000)]
Making delete button, when viewing a message, consider which page was viewed before
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7946
7612ce4b-ef26-0410-bec9-
ea0150e637f0
cigamit [Sun, 22 Aug 2004 01:02:53 +0000 (01:02 +0000)]
Fix for bug #
1008534 (Attachments with spaces being converted to  )
I don't believe this will have any other ramifications as I wouldn't expect filenames to contain HTML Entities.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7945
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Thu, 19 Aug 2004 08:13:39 +0000 (08:13 +0000)]
Fix outgoing body wrapping in devel, by forwardporting the working code
from stable. We were sending out mails unwrapped, so they had really long
lines.
The statement in the comment that many browsers support VIRTUAL is wrong
(has that statement been tested?) because I just tested it in Firefox and
IE6; in both browsers mail bodies were not wrapped at all.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7944
7612ce4b-ef26-0410-bec9-
ea0150e637f0
cigamit [Thu, 19 Aug 2004 03:18:30 +0000 (03:18 +0000)]
Fix forwarding from the Mailbox list. I posted to the Devel list about this on June 6, but got no response. We need to forward to the compose page, but instead it forwards back to itself ($PHP_SELF) which just makes it refresh the page. I am working on fixing one last issue with it now. When forwarding, unread messages appear to be marked as read in the cache, even when they aren't in message list (refreshing both frames still leaves them out of synch).
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7941
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Wed, 18 Aug 2004 22:49:10 +0000 (22:49 +0000)]
Editing made the text bad, fix that.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7940
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Wed, 18 Aug 2004 20:16:46 +0000 (20:16 +0000)]
Close connection cleanly when login/pw incorrect, following RFC recommendation.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7937
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Wed, 18 Aug 2004 19:47:33 +0000 (19:47 +0000)]
* Check for capabilities in configtest, and warn here about LOGINDISABLED or
missing STARTTLS
* Login.php suggested that "logins" were disabled, but this should be
"plain text logins" only.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7935
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Wed, 18 Aug 2004 14:38:08 +0000 (14:38 +0000)]
Fix bug where it was impossible to subscribe to any folder through the UI.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7933
7612ce4b-ef26-0410-bec9-
ea0150e637f0
cigamit [Wed, 18 Aug 2004 06:12:45 +0000 (06:12 +0000)]
Might as well add myself in here again (it got rolled back by me months ago)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7932
7612ce4b-ef26-0410-bec9-
ea0150e637f0
cigamit [Wed, 18 Aug 2004 06:05:10 +0000 (06:05 +0000)]
Reenabled the move_messages_button_action hook and changed its name to mailbox_display_button_action to promote the new location. This name change will also make it easier for plugins to support both stable and devel, instead of breaking alot of things
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7931
7612ce4b-ef26-0410-bec9-
ea0150e637f0
cigamit [Wed, 18 Aug 2004 03:36:41 +0000 (03:36 +0000)]
Small fix for users that get "Spurious argument" on every search query
Not sure if this is just my installation, but it definitely doesn't want to work without this being declared global
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7930
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Mon, 16 Aug 2004 01:59:15 +0000 (01:59 +0000)]
Moving some HTML out of PHP
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7923
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Mon, 16 Aug 2004 00:23:02 +0000 (00:23 +0000)]
Making use of forms.php
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7922
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Mon, 16 Aug 2004 00:22:32 +0000 (00:22 +0000)]
XHTML fixes and making use of forms.php
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7921
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Mon, 16 Aug 2004 00:05:42 +0000 (00:05 +0000)]
XHTML fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7920
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Mon, 16 Aug 2004 00:04:29 +0000 (00:04 +0000)]
Moving some HTML out of PHP
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7919
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sun, 15 Aug 2004 23:54:32 +0000 (23:54 +0000)]
Moving some HTML out of PHP
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7918
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sun, 15 Aug 2004 23:18:30 +0000 (23:18 +0000)]
Indentation fixes and minor cleanups
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7917
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Sun, 15 Aug 2004 20:34:53 +0000 (20:34 +0000)]
Received is a better word in this instance.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7916
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Sun, 15 Aug 2004 20:33:47 +0000 (20:33 +0000)]
Bad grammar
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7915
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sun, 15 Aug 2004 04:04:17 +0000 (04:04 +0000)]
XHTML fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7904
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sun, 15 Aug 2004 02:03:39 +0000 (02:03 +0000)]
XHTML fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7903
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sun, 15 Aug 2004 01:02:58 +0000 (01:02 +0000)]
XHTML fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7902
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sat, 14 Aug 2004 19:13:31 +0000 (19:13 +0000)]
I18n fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7901
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sat, 14 Aug 2004 03:52:58 +0000 (03:52 +0000)]
I18n fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7900
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sat, 14 Aug 2004 03:17:09 +0000 (03:17 +0000)]
I18n fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7899
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sat, 14 Aug 2004 03:12:16 +0000 (03:12 +0000)]
Cleaning up after XHTML fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7898
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sat, 14 Aug 2004 02:41:12 +0000 (02:41 +0000)]
XHTML fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7897
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Fri, 13 Aug 2004 23:30:51 +0000 (23:30 +0000)]
String fix
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7896
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Fri, 13 Aug 2004 21:03:14 +0000 (21:03 +0000)]
Including the change_password plugin in the POT
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7893
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Thu, 12 Aug 2004 03:47:03 +0000 (03:47 +0000)]
XHTML fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7891
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Thu, 12 Aug 2004 03:20:37 +0000 (03:20 +0000)]
Adding status bar to compose (in new) window
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7890
7612ce4b-ef26-0410-bec9-
ea0150e637f0
ebullient [Thu, 12 Aug 2004 01:16:28 +0000 (01:16 +0000)]
add ldap test if ldap is in use
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7887
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Wed, 11 Aug 2004 17:52:25 +0000 (17:52 +0000)]
XHTML fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7886
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Wed, 11 Aug 2004 15:32:23 +0000 (15:32 +0000)]
I18n fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7884
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Wed, 11 Aug 2004 11:03:37 +0000 (11:03 +0000)]
It seems more logical to use the SERVER_NAME as the RHS of the Message-ID
than to use the remote host from which the user is connecting. Even more
since the REMOTE_ADDR is already contained within the Message-ID.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7883
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Wed, 11 Aug 2004 08:40:19 +0000 (08:40 +0000)]
XHTML fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7882
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Wed, 11 Aug 2004 05:10:19 +0000 (05:10 +0000)]
XHTML fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7881
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Tue, 10 Aug 2004 12:41:01 +0000 (12:41 +0000)]
Update
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7879
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Tue, 10 Aug 2004 12:25:09 +0000 (12:25 +0000)]
Changing style for the Purge link to match other links
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7878
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Tue, 10 Aug 2004 08:08:07 +0000 (08:08 +0000)]
Changing style for the Purge link to match other links
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7877
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Tue, 10 Aug 2004 05:31:56 +0000 (05:31 +0000)]
Adding status bar to the compose window
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7873
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Mon, 9 Aug 2004 15:48:15 +0000 (15:48 +0000)]
XHTML fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7872
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Mon, 9 Aug 2004 14:06:43 +0000 (14:06 +0000)]
Changing link style
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7871
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 9 Aug 2004 12:30:52 +0000 (12:30 +0000)]
added Uighur translators information
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7865
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 9 Aug 2004 12:25:26 +0000 (12:25 +0000)]
Adding Uighur language support
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7863
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 8 Aug 2004 15:45:25 +0000 (15:45 +0000)]
phpdoc blocks
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7859
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 8 Aug 2004 15:11:19 +0000 (15:11 +0000)]
korean xtra_code is reenabled. Adding information about changes in xtra_code
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7858
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 8 Aug 2004 15:02:24 +0000 (15:02 +0000)]
xtra_code updates in compose, readbody and view_text scripts
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7857
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 8 Aug 2004 14:59:29 +0000 (14:59 +0000)]
xtra_code updates in strings
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7856
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 8 Aug 2004 14:57:51 +0000 (14:57 +0000)]
xtra_code update in mailbox_display
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7855
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 8 Aug 2004 14:56:47 +0000 (14:56 +0000)]
xtra_code updates in mime functions
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7854
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 8 Aug 2004 14:53:36 +0000 (14:53 +0000)]
xtra_code updates in utf7-imap functions
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7853
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 8 Aug 2004 14:51:09 +0000 (14:51 +0000)]
Split xtra_code functions. Older layout requires inplementation of all
functions. Current layout should work even when translation provides only
one function. Older function is kept until other files are updated. Made
function name shorter.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7852
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Sun, 8 Aug 2004 08:02:00 +0000 (08:02 +0000)]
fixed alignment of folder list title text
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7850
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Sun, 8 Aug 2004 08:00:33 +0000 (08:00 +0000)]
Fixed alignment of title text for folder list frame, also changed refresh string to 'Check mail'; someone correct me if I'm wrong about that string change
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7849
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sat, 7 Aug 2004 19:11:28 +0000 (19:11 +0000)]
Fix that the "Viewing message: x (y total)" always had "1 total" on last page,
regardless of how many messages are in the mailbox. Thanks Jo Knox.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7837
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Fri, 6 Aug 2004 07:41:05 +0000 (07:41 +0000)]
Form names = good
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7834
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Thu, 5 Aug 2004 08:29:27 +0000 (08:29 +0000)]
Uneditable address book entries no longer have checkboxes next to them on addresses page (Thanks to Rolan Yang for patch)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7826
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Tue, 3 Aug 2004 11:29:07 +0000 (11:29 +0000)]
If we use the IP as the RHS of the Message-ID, we need to enclose it in brackets
(RFC 822). And if we have the hostname available, we might as well use that.
Spotted by Andreas M. Kirchwitz, closes #
1001295
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7821
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Tue, 3 Aug 2004 11:15:53 +0000 (11:15 +0000)]
Implement php_check_version with the PHP version_compare() function which
is available from v4.1.0 (and our minimum is also 4.1.0).
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7820
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Tue, 3 Aug 2004 11:06:18 +0000 (11:06 +0000)]
If we have PHP 4.3.0, we can make SquirrelSpell work with safe_mode.
This also removes the need for the 'cat' program when using older PHP,
easing the use of this plugin under Windows. The patch is provided by
Ray Ferguson, #752314. As I have only PHP 4.1.2, this is not thoroughly
tested code; please test it all so it will be verified to work in many
different environments.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7819
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sat, 31 Jul 2004 12:35:44 +0000 (12:35 +0000)]
Adding size limit to signature. Max size is the same as db BLOB size.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7816
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Fri, 30 Jul 2004 19:28:42 +0000 (19:28 +0000)]
Fix not encoding drafts folder when saving to draft; causes failure when
drafts folder contains special chars. Thanks Alexander Koch for the fix.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7787
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Fri, 30 Jul 2004 15:09:17 +0000 (15:09 +0000)]
Make current hook name globally available when running a hook
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7786
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Fri, 30 Jul 2004 13:10:14 +0000 (13:10 +0000)]
Fixed SM version detection bug - wasn't going to hit us until v2.0, but anyway...
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7784
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Fri, 30 Jul 2004 13:04:52 +0000 (13:04 +0000)]
Added 'no focus' option for compose screen
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7783
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Fri, 30 Jul 2004 12:36:36 +0000 (12:36 +0000)]
Custom option page values now repopulate correctly when save action goes back to same options page
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7780
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Wed, 28 Jul 2004 15:00:26 +0000 (15:00 +0000)]
Aesthetic fix
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7779
7612ce4b-ef26-0410-bec9-
ea0150e637f0