squirrelmail.git
22 years agoUpdated czech locale (not all plugins are translated and translation includes smime...
ondrass [Tue, 15 Jan 2002 13:49:59 +0000 (13:49 +0000)]
Updated czech locale (not all plugins are translated and translation includes smime plugin translation)

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

22 years agoOf course there was an extra space in the code here too..
brong [Tue, 15 Jan 2002 11:22:35 +0000 (11:22 +0000)]
Of course there was an extra space in the code here too..

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

22 years agoRemove leading spaces from IMAP commands, which was breaking Cyrus. This
brong [Tue, 15 Jan 2002 10:55:30 +0000 (10:55 +0000)]
Remove leading spaces from IMAP commands, which was breaking Cyrus.  This
is brittle behaviour from Cyrus, but covered by the spec, which does indeed
require once single 0x20 only.  My bad, or something.

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

22 years agoWarning removal.
fidian [Tue, 15 Jan 2002 01:49:14 +0000 (01:49 +0000)]
Warning removal.
Priority now works as expected.
-- Note:  If you don't have your config file set up properly, and if
$default_use_priority is unset, you'll get warnings.

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

22 years agoWarning removal.
fidian [Tue, 15 Jan 2002 01:39:21 +0000 (01:39 +0000)]
Warning removal.

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

22 years agoMultiple css bugfix
philippe_mingo [Sun, 13 Jan 2002 18:01:45 +0000 (18:01 +0000)]
Multiple css bugfix

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

22 years agoOk, this should fix the subsent folders left panel order.
philippe_mingo [Sat, 12 Jan 2002 19:30:49 +0000 (19:30 +0000)]
Ok, this should fix the subsent folders left panel order.

Please test and report.

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

22 years agoIncremental sequence numbers is now in CVS. Please check that it works for
brong [Sat, 12 Jan 2002 11:45:59 +0000 (11:45 +0000)]
Incremental sequence numbers is now in CVS.  Please check that it works for
you!

The API now allows for:
sqimap_run_command($imap_stream, $query, $handle_errors, $response, $message);

to replace the functionality of:
fputs($imap_stream, $sid . $query);
sqimap_read_data($imap_stream, $sid, $handle_errors, $response, $message);

Please also note that sqimap_session_id() must NOT be called again to obtain
the value of that second $sid.  It now returns a different value each time it
is called so that we are obeying section 2.2.1 of RFC 2060 (IMAPrev1).

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

22 years agoSwitch over to support for real IMAP sequence numbers (from A001 ->). Needed
brong [Sat, 12 Jan 2002 11:37:40 +0000 (11:37 +0000)]
Switch over to support for real IMAP sequence numbers (from A001 ->).  Needed
to fix my own function to only call sqimap_session_id() once!

Note: the old API is still there in its entirity, this is just another way to
call things.  With the changing sequence numbers though, any function working
with sqimap_session_id() must cache the result for testing against the
response of any command sent.

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

22 years agoConvert to using 'sqimap_run_command' too.
brong [Sat, 12 Jan 2002 11:25:18 +0000 (11:25 +0000)]
Convert to using 'sqimap_run_command' too.

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

22 years agoThis is a big one - fixes to sqimap_run_command in most uses. Had to add
brong [Sat, 12 Jan 2002 11:15:12 +0000 (11:15 +0000)]
This is a big one - fixes to sqimap_run_command in most uses.  Had to add
sqimap_run_command_list as well for those list instances.

I believe that it's now safe for sqimap_session_id() to return a different
ID each time, but haven't yet tested this.

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

22 years agoAdd function sqimap_run_command which combines sending and receiving a
brong [Sat, 12 Jan 2002 09:57:20 +0000 (09:57 +0000)]
Add function sqimap_run_command which combines sending and receiving a
message, ready for changes to other code which uses it.

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

22 years agoMore exciting clean-up
brong [Sat, 12 Jan 2002 07:49:11 +0000 (07:49 +0000)]
More exciting clean-up

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

22 years agoJust tidying up the text because it looks nicer that way. Tested locally
brong [Sat, 12 Jan 2002 06:36:59 +0000 (06:36 +0000)]
Just tidying up the text because it looks nicer that way.  Tested locally
and everything still works as expected.

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

22 years agoThis is to keep the CSS validator happy.
antipode [Sat, 12 Jan 2002 06:10:53 +0000 (06:10 +0000)]
This is to keep the CSS validator happy.

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

22 years agoSmall improvement.
antipode [Sat, 12 Jan 2002 06:10:09 +0000 (06:10 +0000)]
Small improvement.
Should fix the bug with the best browser of all times and nations ---
NN 4.X.  ;^)

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

22 years agoRemoving extra delimiters.
philippe_mingo [Fri, 11 Jan 2002 23:31:58 +0000 (23:31 +0000)]
Removing extra delimiters.

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

22 years agoIn order to make sent_subfolders work I had to change a lot of code.
philippe_mingo [Fri, 11 Jan 2002 23:28:12 +0000 (23:28 +0000)]
In order to make sent_subfolders work I had to change a lot of code.
I may have messed up something in the process so PLEASE TEST THIS
CARFULLY.

In my system (that uses uw) it almost work. The only thing left to
be done is to organize left main in such a way that sent subfolders
are placed to the top.

I've replaced some spare code with a few new functions.
sqimap_mailbox_rename and isSpecialMailbox are the most interesting
in other proceses.

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

22 years agoApplied a fix for some formatting issue with mail adresses in the
teepe [Fri, 11 Jan 2002 18:30:41 +0000 (18:30 +0000)]
Applied a fix for some formatting issue with mail adresses in the
foo@bar.org ()
format. It was submitted by "Kurt Yoder" <kylist@shcorp.com>

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

22 years agoSysops that doesn't want to enable css changer at user level only have to
philippe_mingo [Fri, 11 Jan 2002 12:42:55 +0000 (12:42 +0000)]
Sysops that doesn't want to enable css changer at user level only have to
clean css folder.

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

22 years agoAllow main theme in login screen.
philippe_mingo [Fri, 11 Jan 2002 12:29:29 +0000 (12:29 +0000)]
Allow main theme in login screen.

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

22 years agoThis commit adds the possibility to specify system-defined css in order to
philippe_mingo [Fri, 11 Jan 2002 12:17:50 +0000 (12:17 +0000)]
This commit adds the possibility to specify system-defined css in order to
allow users to change the font family and size of SM. Making possible to
make it bigger or smaller depending on their screen size. Sysops may add
or remove these system-defined css located in themes/css/

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

22 years agoThe auto focus module has been a little bit improved in order
philippe_mingo [Fri, 11 Jan 2002 11:32:37 +0000 (11:32 +0000)]
The auto focus module has been a little bit improved in order
to be more flexible.

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

22 years agoModification suggested by jukka salmi <jukka@salmi.ch>
philippe_mingo [Fri, 11 Jan 2002 10:40:01 +0000 (10:40 +0000)]
Modification suggested by jukka salmi <jukka@salmi.ch>

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

22 years agoPriority stuff is not working properly. I've defaulted prioriy to normal
philippe_mingo [Thu, 10 Jan 2002 15:17:50 +0000 (15:17 +0000)]
Priority stuff is not working properly. I've defaulted prioriy to normal
but it seems strange that:

$priority_level = substr($message->header->priority,0,1);

doesn't return a valid priority level.

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

22 years agoCleaning code, as Philippe told me.
porco [Thu, 10 Jan 2002 14:06:49 +0000 (14:06 +0000)]
Cleaning code, as Philippe told me.
Forgot the ChangeLog.

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

22 years agoFix for #500910 Bug (display wrong address in INBOX.SENT).
porco [Thu, 10 Jan 2002 11:48:29 +0000 (11:48 +0000)]
Fix for #500910 Bug (display wrong address in INBOX.SENT).

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

22 years agoBug-Fix
philippe_mingo [Thu, 10 Jan 2002 09:55:10 +0000 (09:55 +0000)]
Bug-Fix

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

22 years agoBugfix
philippe_mingo [Wed, 9 Jan 2002 10:12:43 +0000 (10:12 +0000)]
Bugfix

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

22 years agoTemporary Workaround for 4.1 problem
philippe_mingo [Wed, 9 Jan 2002 09:45:30 +0000 (09:45 +0000)]
Temporary Workaround for 4.1 problem

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

22 years agoUpdates to the Swedish translation from Johan Fernberger <johan@fernberger.com>
dahanc [Tue, 8 Jan 2002 17:40:47 +0000 (17:40 +0000)]
Updates to the Swedish translation from Johan Fernberger <johan@fernberger.com>

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

22 years agoDescription of las commit.
philippe_mingo [Tue, 8 Jan 2002 10:11:34 +0000 (10:11 +0000)]
Description of las commit.

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

22 years agoThis fix should avoid the security issue described in bug #492256
philippe_mingo [Tue, 8 Jan 2002 10:09:54 +0000 (10:09 +0000)]
This fix should avoid the security issue described in bug #492256
Please, test this if you can. It eliminates local urls and javascripts
in images tags.

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

22 years ago*** empty log message ***
ullgren [Tue, 8 Jan 2002 09:09:14 +0000 (09:09 +0000)]
*** empty log message ***

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

22 years agoBugfix: Implemented 'sticky priority'
ullgren [Tue, 8 Jan 2002 09:06:00 +0000 (09:06 +0000)]
Bugfix: Implemented 'sticky priority'

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

22 years agoCode cleanup
ullgren [Mon, 7 Jan 2002 15:59:54 +0000 (15:59 +0000)]
Code cleanup

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

22 years agoCleaning and bug-fix. Added base uri to read mail.
philippe_mingo [Sat, 5 Jan 2002 21:11:21 +0000 (21:11 +0000)]
Cleaning and bug-fix. Added base uri to read mail.

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

22 years agoMemory Search doesn't refresh
philippe_mingo [Fri, 4 Jan 2002 15:27:07 +0000 (15:27 +0000)]
Memory Search doesn't refresh

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

22 years agoSearch Memory: Now remeber last search position and highlight search
philippe_mingo [Fri, 4 Jan 2002 15:11:00 +0000 (15:11 +0000)]
Search Memory: Now remeber last search position and highlight search
being executed.

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

22 years agoMinor changes to make the colors more separate from each other without
fidian [Fri, 4 Jan 2002 14:47:31 +0000 (14:47 +0000)]
Minor changes to make the colors more separate from each other without
entering infinite loops.

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

22 years agoAdding entries per Paul's request on Sat, December 29, 2001 1:22 am.
fidian [Fri, 4 Jan 2002 14:46:50 +0000 (14:46 +0000)]
Adding entries per Paul's request on Sat, December 29, 2001 1:22 am.

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

22 years agoFixed a minor grammatical error.
fidian [Fri, 4 Jan 2002 14:32:22 +0000 (14:32 +0000)]
Fixed a minor grammatical error.

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

22 years agoFixed a couple things. Now I'm officially handing it over. :-)
fidian [Fri, 4 Jan 2002 14:30:42 +0000 (14:30 +0000)]
Fixed a couple things.  Now I'm officially handing it over.  :-)

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

22 years agoAdded spamcop so that it can get translated and hundreds of other
fidian [Fri, 4 Jan 2002 14:19:36 +0000 (14:19 +0000)]
Added spamcop so that it can get translated and hundreds of other
programmers can work on it.  I'm officially handing the baton on this plugin
to anyone who will take it.  :-)

It has been updated to work the the way that SpamCop now works (or at least
I *think* I did it correctly).  Just needs major code cleanup and
internationalization.

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

22 years agoModifications to respect way back to search from reading.
philippe_mingo [Fri, 4 Jan 2002 14:10:03 +0000 (14:10 +0000)]
Modifications to respect way back to search from reading.

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

22 years agoDefault memory search is original behaviour
philippe_mingo [Fri, 4 Jan 2002 12:54:00 +0000 (12:54 +0000)]
Default memory search is original behaviour

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

22 years agoSearch call back adjusted to fit new format
philippe_mingo [Fri, 4 Jan 2002 12:51:30 +0000 (12:51 +0000)]
Search call back adjusted to fit new format

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

22 years agoSmall optimization and fixed None folder bug.
philippe_mingo [Fri, 4 Jan 2002 11:52:26 +0000 (11:52 +0000)]
Small optimization and fixed None folder bug.

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

22 years agoTypo
philippe_mingo [Fri, 4 Jan 2002 11:43:46 +0000 (11:43 +0000)]
Typo

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

22 years agoBefore I forgot 8)
philippe_mingo [Fri, 4 Jan 2002 11:40:09 +0000 (11:40 +0000)]
Before I forgot 8)

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

22 years agoAdded the possibility to remember up to 9 searchs. 0 disables
philippe_mingo [Fri, 4 Jan 2002 11:39:06 +0000 (11:39 +0000)]
Added the possibility to remember up to 9 searchs. 0 disables
searching memory.

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

22 years agoAdded colors [12] and [15] to the default values
philippe_mingo [Fri, 4 Jan 2002 10:58:26 +0000 (10:58 +0000)]
Added colors [12] and [15] to the default values

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

22 years agoThe prefs caching in PHP 4.1 still doesn't work. While we don't
philippe_mingo [Fri, 4 Jan 2002 08:41:24 +0000 (08:41 +0000)]
The prefs caching in PHP 4.1 still doesn't work. While we don't
find a correct fix for this we exclude 4.1 from caching prefs.

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

22 years agoNot having the \r\n caused lots of problems for lots of people.
lkehresman [Thu, 3 Jan 2002 21:51:04 +0000 (21:51 +0000)]
Not having the \r\n caused lots of problems for lots of people.

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

22 years agoKlaus Brunner <klaus@winf.at>
philippe_mingo [Thu, 3 Jan 2002 13:35:35 +0000 (13:35 +0000)]
Klaus Brunner <klaus@winf.at>

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

22 years agoSoupNazi bug fixed
philippe_mingo [Thu, 3 Jan 2002 08:39:57 +0000 (08:39 +0000)]
SoupNazi bug fixed

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

22 years agoStanislav Yordanov
philippe_mingo [Thu, 3 Jan 2002 08:12:19 +0000 (08:12 +0000)]
Stanislav Yordanov

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

22 years ago"-= M.J. Prinsen =-" <various@bovendelft.xs4all.nl>
philippe_mingo [Thu, 3 Jan 2002 07:56:43 +0000 (07:56 +0000)]
"-= M.J. Prinsen =-" <various@bovendelft.xs4all.nl>

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

22 years agofile permission fix
teepe [Wed, 2 Jan 2002 12:05:22 +0000 (12:05 +0000)]
file permission fix

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

22 years agoPrinter Friendly Fix
philippe_mingo [Wed, 2 Jan 2002 09:08:22 +0000 (09:08 +0000)]
Printer Friendly Fix

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

22 years agoPrinter friendly fixed. Now it prints HTML messages.
philippe_mingo [Wed, 2 Jan 2002 09:06:58 +0000 (09:06 +0000)]
Printer friendly fixed. Now it prints HTML messages.

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

22 years agogoing on with 1.2.3 cvs development
teepe [Tue, 1 Jan 2002 21:30:52 +0000 (21:30 +0000)]
going on with 1.2.3 cvs development

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

22 years agofinalisation for 1.2.2 release
teepe [Tue, 1 Jan 2002 20:32:19 +0000 (20:32 +0000)]
finalisation for 1.2.2 release

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

22 years agoSlight updates to the Russian locale
graf25 [Tue, 1 Jan 2002 00:25:33 +0000 (00:25 +0000)]
Slight updates to the Russian locale

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

22 years agoRecording the changes.
graf25 [Mon, 31 Dec 2001 23:30:18 +0000 (23:30 +0000)]
Recording the changes.

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

22 years agoSmpref fixes for bug #497688
graf25 [Mon, 31 Dec 2001 23:23:26 +0000 (23:23 +0000)]
Smpref fixes for bug #497688

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

22 years agoChangeLog entries updated
graf25 [Mon, 31 Dec 2001 22:27:47 +0000 (22:27 +0000)]
ChangeLog entries updated

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

22 years agoThe "htmlspecialchars" was butchering the entites-encoded output
graf25 [Mon, 31 Dec 2001 22:12:36 +0000 (22:12 +0000)]
The "htmlspecialchars" was butchering the entites-encoded output
provided by the decodeHeader(). E.g. if there was any non-ascii
characters in the "From:" line, the decodeHeader would return them
as entities, "&#NNNN;&#NNNN;....", and htmlspecialchars would reduce
this to "&amp;#NNNN;&amp;#NNNN...." which looked EXTRAORDINARILY
ugly when rendered in a browser.
This is a stop-gap measure -- htmlspecialchars should be called at some
point.

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

22 years agoRight now decodeHeader will encode the non-ascii text into the HTML
graf25 [Mon, 31 Dec 2001 21:53:52 +0000 (21:53 +0000)]
Right now decodeHeader will encode the non-ascii text into the HTML
entities. However, some places don't need that, for example the
compose form, otherwise the subject and other fields turn into the
#&NNNN;#&NNNN; stuff.

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

22 years agoChanging the no_NO_ny to nn_NO as per the ISO standard
graf25 [Mon, 31 Dec 2001 20:36:53 +0000 (20:36 +0000)]
Changing the no_NO_ny to nn_NO as per the ISO standard

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

22 years agoThe Norwegian Nynorsk locale is actually nn_NO, not no_NO_ny
graf25 [Mon, 31 Dec 2001 20:35:38 +0000 (20:35 +0000)]
The Norwegian Nynorsk locale is actually nn_NO, not no_NO_ny

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

22 years agoSpanish Strings
philippe_mingo [Mon, 31 Dec 2001 16:27:03 +0000 (16:27 +0000)]
Spanish Strings

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

22 years agoStanislav Yordanov <stanprog@yahoo.com>
philippe_mingo [Mon, 31 Dec 2001 09:50:31 +0000 (09:50 +0000)]
Stanislav Yordanov <stanprog@yahoo.com>

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

22 years agoid_ID
philippe_mingo [Mon, 31 Dec 2001 09:10:02 +0000 (09:10 +0000)]
id_ID

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

22 years agoNew russian po and mo
graf25 [Mon, 31 Dec 2001 07:06:08 +0000 (07:06 +0000)]
New russian po and mo

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

22 years agoRecording that I moved half the world. ;)
graf25 [Mon, 31 Dec 2001 06:26:53 +0000 (06:26 +0000)]
Recording that I moved half the world. ;)

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

22 years agoChanging the default from "en" to "en_US" to reflect the help file moves.
graf25 [Mon, 31 Dec 2001 05:37:42 +0000 (05:37 +0000)]
Changing the default from "en" to "en_US" to reflect the help file moves.

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

22 years agoMoving help files from th to th_TH
graf25 [Mon, 31 Dec 2001 05:36:14 +0000 (05:36 +0000)]
Moving help files from th to th_TH

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

22 years agoMoving help files from sv to sv_SE
graf25 [Mon, 31 Dec 2001 05:35:15 +0000 (05:35 +0000)]
Moving help files from sv to sv_SE

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

22 years agoMoving help files from sl to sl_SI
graf25 [Mon, 31 Dec 2001 05:34:26 +0000 (05:34 +0000)]
Moving help files from sl to sl_SI

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

22 years agoMoving help files from pt to pt_PT
graf25 [Mon, 31 Dec 2001 05:33:46 +0000 (05:33 +0000)]
Moving help files from pt to pt_PT

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

22 years agoMoving help files from pl to pl_PL
graf25 [Mon, 31 Dec 2001 05:33:02 +0000 (05:33 +0000)]
Moving help files from pl to pl_PL

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

22 years agoMoving help files from nl to nl_NL
graf25 [Mon, 31 Dec 2001 05:30:58 +0000 (05:30 +0000)]
Moving help files from nl to nl_NL

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

22 years agoMoving help files from lt to lt_LT
graf25 [Mon, 31 Dec 2001 05:30:22 +0000 (05:30 +0000)]
Moving help files from lt to lt_LT

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

22 years agoMoving help files from ko to ko_KR
graf25 [Mon, 31 Dec 2001 05:29:42 +0000 (05:29 +0000)]
Moving help files from ko to ko_KR

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

22 years agoMoving help files from it to it_IT
graf25 [Mon, 31 Dec 2001 05:29:04 +0000 (05:29 +0000)]
Moving help files from it to it_IT

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

22 years agoMoving help files from id to id_ID
graf25 [Mon, 31 Dec 2001 05:28:10 +0000 (05:28 +0000)]
Moving help files from id to id_ID

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

22 years agoMoving help files from fi to fi_FI
graf25 [Mon, 31 Dec 2001 05:27:29 +0000 (05:27 +0000)]
Moving help files from fi to fi_FI

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

22 years agoMoving help files from es to es_ES
graf25 [Mon, 31 Dec 2001 05:26:47 +0000 (05:26 +0000)]
Moving help files from es to es_ES

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

22 years agoMoving help files from en to en_US
graf25 [Mon, 31 Dec 2001 05:26:03 +0000 (05:26 +0000)]
Moving help files from en to en_US

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

22 years agoMoving help files from cs to cs_CZ
graf25 [Mon, 31 Dec 2001 05:25:20 +0000 (05:25 +0000)]
Moving help files from cs to cs_CZ

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

22 years agoMoving help files from fr to fr_FR
graf25 [Mon, 31 Dec 2001 05:24:02 +0000 (05:24 +0000)]
Moving help files from fr to fr_FR

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

22 years agoMoving help files from ca to ca_ES
graf25 [Mon, 31 Dec 2001 05:23:21 +0000 (05:23 +0000)]
Moving help files from ca to ca_ES

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

22 years agoRemoving a workaround for old locale system.
graf25 [Mon, 31 Dec 2001 05:18:53 +0000 (05:18 +0000)]
Removing a workaround for old locale system.

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

22 years agoMoving help files from ru to ru_RU
graf25 [Mon, 31 Dec 2001 05:15:09 +0000 (05:15 +0000)]
Moving help files from ru to ru_RU

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

22 years agoMoving compilepo and mergepo files from locale/ to po/ where they make
graf25 [Mon, 31 Dec 2001 04:57:44 +0000 (04:57 +0000)]
Moving compilepo and mergepo files from locale/ to po/ where they make
more sense to reside. Disregard the po/mo update, though... ;)

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

22 years agoMoving tw to zh_TW
graf25 [Mon, 31 Dec 2001 04:35:42 +0000 (04:35 +0000)]
Moving tw to zh_TW

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

22 years agoMoving tr to tr_TR
graf25 [Mon, 31 Dec 2001 04:34:44 +0000 (04:34 +0000)]
Moving tr to tr_TR

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

22 years agoMoving th to th_TH
graf25 [Mon, 31 Dec 2001 04:33:56 +0000 (04:33 +0000)]
Moving th to th_TH

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

22 years agoMoving sv to sv_SE
graf25 [Mon, 31 Dec 2001 04:33:09 +0000 (04:33 +0000)]
Moving sv to sv_SE

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