squirrelmail.git
19 years agoFixes for bugs #1019185 and #1017941
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

19 years agoFixes for bugs #1019185 and #1017941
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

19 years agoSpelling fix
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

19 years agoremoved language codes from conf.pl. List is too big.
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

19 years agoadding i18n doc (unfinished)
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

19 years agoRemove erroneous use of pipe in regexps. Since this doesn't cause any known
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

19 years agoadding space between cols="number" and $attr.
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

19 years agoone more update. message_details strings
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

19 years agoupdating copyright, converting strings to gettext, adding some phpdoc blocks
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

19 years agoupdating pot
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

19 years agoagresive_decoding changed to aggressive_decoding.
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

19 years agoif encoding function can't find charset, it does us-ascii encoding.
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

19 years agosend urlencoded filename to IE
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

19 years agoadding iso-8859-1 and us-ascii encoding support
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

19 years agorewriting utf8 encoding function. preg_replace is safer that splitting into
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

19 years agoMinor cleanups
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

19 years agoIndentation fixes
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

19 years agoMinor cleanups
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

19 years agoMaking delete button, when viewing a message, consider which page was viewed before
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

19 years agoFix for bug # 1008534 (Attachments with spaces being converted to  )
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

19 years agoFix outgoing body wrapping in devel, by forwardporting the working code
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

19 years agoFix forwarding from the Mailbox list. I posted to the Devel list about this on June...
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

19 years agoEditing made the text bad, fix that.
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

19 years agoClose connection cleanly when login/pw incorrect, following RFC recommendation.
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

19 years ago* Check for capabilities in configtest, and warn here about LOGINDISABLED or
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

19 years agoFix bug where it was impossible to subscribe to any folder through the UI.
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

19 years agoMight as well add myself in here again (it got rolled back by me months ago)
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

19 years agoReenabled the move_messages_button_action hook and changed its name to mailbox_displa...
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

19 years agoSmall fix for users that get "Spurious argument" on every search query
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

19 years agoMoving some HTML out of PHP
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

19 years agoMaking use of forms.php
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

19 years agoXHTML fixes and making use of forms.php
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

19 years agoXHTML fixes
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

19 years agoMoving some HTML out of PHP
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

19 years agoMoving some HTML out of PHP
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

19 years agoIndentation fixes and minor cleanups
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

19 years agoReceived is a better word in this instance.
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

19 years agoBad grammar
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

19 years agoXHTML fixes
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

19 years agoXHTML fixes
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

19 years agoXHTML fixes
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

19 years agoI18n fixes
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

19 years agoI18n fixes
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

19 years agoI18n fixes
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

19 years agoCleaning up after XHTML fixes
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

19 years agoXHTML fixes
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

19 years agoString fix
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

19 years agoIncluding the change_password plugin in the POT
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

19 years agoXHTML fixes
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

19 years agoAdding status bar to compose (in new) window
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

19 years agoadd ldap test if ldap is in use
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

19 years agoXHTML fixes
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

19 years agoI18n fixes
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

19 years agoIt seems more logical to use the SERVER_NAME as the RHS of the Message-ID
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

19 years agoXHTML fixes
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

19 years agoXHTML fixes
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

19 years agoUpdate
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

19 years agoChanging style for the Purge link to match other links
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

19 years agoChanging style for the Purge link to match other links
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

19 years agoAdding status bar to the compose window
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

19 years agoXHTML fixes
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

19 years agoChanging link style
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

19 years agoadded Uighur translators information
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

19 years agoAdding Uighur language support
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

19 years agophpdoc blocks
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

19 years agokorean xtra_code is reenabled. Adding information about changes in xtra_code
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

19 years agoxtra_code updates in compose, readbody and view_text scripts
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

19 years agoxtra_code updates in strings
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

19 years agoxtra_code update in mailbox_display
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

19 years agoxtra_code updates in mime functions
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

19 years agoxtra_code updates in utf7-imap functions
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

19 years agoSplit xtra_code functions. Older layout requires inplementation of all
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

19 years agofixed alignment of folder list title text
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

19 years agoFixed alignment of title text for folder list frame, also changed refresh string...
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

19 years agoFix that the "Viewing message: x (y total)" always had "1 total" on last page,
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

19 years agoForm names = good
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

19 years agoUneditable address book entries no longer have checkboxes next to them on addresses...
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

19 years agoIf we use the IP as the RHS of the Message-ID, we need to enclose it in brackets
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

19 years agoImplement php_check_version with the PHP version_compare() function which
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

19 years agoIf we have PHP 4.3.0, we can make SquirrelSpell work with safe_mode.
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

19 years agoAdding size limit to signature. Max size is the same as db BLOB size.
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

19 years agoFix not encoding drafts folder when saving to draft; causes failure when
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

19 years agoMake current hook name globally available when running a hook
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

19 years agoFixed SM version detection bug - wasn't going to hit us until v2.0, but anyway...
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

19 years agoAdded 'no focus' option for compose screen
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

19 years agoCustom option page values now repopulate correctly when save action goes back to...
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

19 years agoAesthetic fix
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

19 years agoAdded 'trailing text' for options that SM builds, which is placed after a text input...
pdontthink [Sun, 25 Jul 2004 13:40:52 +0000 (13:40 +0000)]
Added 'trailing text' for options that SM builds, which is placed after a text input or select list.  One less reason for plugin authors to build their own HTML.

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

19 years agoOops, text inputs never had a type attribute!
pdontthink [Sun, 25 Jul 2004 13:24:16 +0000 (13:24 +0000)]
Oops, text inputs never had a type attribute!

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

19 years agoremoved unused and unneeded hooks
pdontthink [Sun, 25 Jul 2004 09:04:36 +0000 (09:04 +0000)]
removed unused and unneeded hooks

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

19 years agoUpdate devel changelog with security vuln.
kink [Sat, 24 Jul 2004 19:48:31 +0000 (19:48 +0000)]
Update devel changelog with security vuln.

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

19 years agoWhen checking for prefs_are_cached we should retrieve this from the session
kink [Sat, 24 Jul 2004 11:39:46 +0000 (11:39 +0000)]
When checking for prefs_are_cached we should retrieve this from the session
the proper way. Closes #995102

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

19 years agoDisplaying and fixing some XHTML
jervfors [Sun, 18 Jul 2004 10:45:58 +0000 (10:45 +0000)]
Displaying  and fixing some XHTML

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

19 years agoextra quote removed
pdontthink [Wed, 14 Jul 2004 20:41:41 +0000 (20:41 +0000)]
extra quote removed

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

19 years agoBetter email address matching. This should match more characters defined in RFC822
indiri69 [Mon, 12 Jul 2004 14:33:57 +0000 (14:33 +0000)]
Better email address matching.  This should match more characters defined in RFC822

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

19 years agoMinor code cleanup
jervfors [Mon, 12 Jul 2004 08:27:46 +0000 (08:27 +0000)]
Minor code cleanup

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

19 years agoMultiple URLs on one line weren't getting parsed correctly
pdontthink [Mon, 12 Jul 2004 07:53:37 +0000 (07:53 +0000)]
Multiple URLs on one line weren't getting parsed correctly

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

19 years agouri updated
pdontthink [Mon, 12 Jul 2004 04:15:25 +0000 (04:15 +0000)]
uri updated

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

19 years agoRemove the multiple lines of 'No Messages Found' when searching multiple folders
indiri69 [Tue, 6 Jul 2004 23:59:58 +0000 (23:59 +0000)]
Remove the multiple lines of 'No Messages Found' when searching multiple folders

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

19 years agoRemoving phpDocumentator tag which shouldn't be used here
jervfors [Mon, 5 Jul 2004 11:50:32 +0000 (11:50 +0000)]
Removing phpDocumentator tag which shouldn't be used here

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