squirrelmail.git
20 years agoupdate error_box, use more echos rather than big concat,
ebullient [Wed, 11 Jun 2003 18:30:37 +0000 (18:30 +0000)]
update error_box, use more echos rather than big concat,
ensure header check in both stable and devel

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

20 years agobring up changes from stable
ebullient [Wed, 11 Jun 2003 18:04:35 +0000 (18:04 +0000)]
bring up changes from stable

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

20 years agoextra safetycheck before we process group addresses
stekkel [Wed, 11 Jun 2003 17:54:12 +0000 (17:54 +0000)]
extra safetycheck before we process group addresses

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

20 years agoextra safety check before we process groups
stekkel [Wed, 11 Jun 2003 17:53:17 +0000 (17:53 +0000)]
extra safety check before we process groups

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

20 years ago* fix for messageheader caching. We didn't cache somebody broke it :(
stekkel [Wed, 11 Jun 2003 17:26:52 +0000 (17:26 +0000)]
* fix for messageheader caching. We didn't cache somebody broke it :(
* fix for very large msgs_str genered by sqimap_msg_squisher. We don't need
that if we want to fetch the whole list (1:*)
Now the imapserver doesn't return BYE because of the size of the imap
request

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

20 years agoRewrite of sqimap_read_data_list. This will raise performance and it's more
stekkel [Wed, 11 Jun 2003 17:16:29 +0000 (17:16 +0000)]
Rewrite of sqimap_read_data_list. This will raise performance and it's more
accurate.

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

20 years agoperformance tweak
stekkel [Wed, 11 Jun 2003 17:09:15 +0000 (17:09 +0000)]
performance tweak

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

20 years agoFixed message buffering in session (for teh people without the imap
stekkel [Wed, 11 Jun 2003 17:07:05 +0000 (17:07 +0000)]
Fixed message buffering in session (for teh people without the imap
extension SORT)

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

20 years agomove the hook before send to a more efficient location
stekkel [Tue, 10 Jun 2003 13:36:07 +0000 (13:36 +0000)]
move the hook before send to a more efficient location

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

20 years agoMake sure we have a HTML-header already outputted before we send
kink [Mon, 9 Jun 2003 14:39:15 +0000 (14:39 +0000)]
Make sure we have a HTML-header already outputted before we send
the error message.

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

20 years agolog changes
kink [Sun, 8 Jun 2003 16:18:06 +0000 (16:18 +0000)]
log changes

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

20 years agoMS Exch can be set up that users have to use DOMAIN/username/mailbox
kink [Sun, 8 Jun 2003 16:15:02 +0000 (16:15 +0000)]
MS Exch can be set up that users have to use DOMAIN/username/mailbox
to log in. We need to strip these chars before creating the prefs
file, because of course a slash in the name gives problems.

It may be possible to strip out other 'illegal' chars here aswell.
Closes (#745814).

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

20 years agoWhen $edit_identity is false and $edit_name is true, the if evaluates as
kink [Sun, 8 Jun 2003 15:58:07 +0000 (15:58 +0000)]
When $edit_identity is false and $edit_name is true, the if evaluates as
true but the from_name shouldn't be reset. The $from_name='' isn't
neccessary. (#750728)

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

20 years agoFix stupid mistake.
kink [Sun, 8 Jun 2003 15:34:48 +0000 (15:34 +0000)]
Fix stupid mistake.

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

20 years agoFix comp_in_new: make outputing the compose link a function so that
kink [Sun, 8 Jun 2003 14:37:35 +0000 (14:37 +0000)]
Fix comp_in_new: make outputing the compose link a function so that
the comp_in_new works the same everywhere.
In this new function, make sure that comp_in_new still works when
JavaScript off.
When JavaScript off, do not output all kinds of JavaScript functions
which are never going to be called.

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

20 years agoFix this awfully ugly error message, finally.
kink [Sun, 8 Jun 2003 12:39:49 +0000 (12:39 +0000)]
Fix this awfully ugly error message, finally.

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

20 years agoHTTP 1.1 compliant Header redirects.
stekkel [Thu, 5 Jun 2003 17:34:53 +0000 (17:34 +0000)]
HTTP 1.1 compliant Header redirects.

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

20 years agoAlexandros Vellis
philippe_mingo [Wed, 4 Jun 2003 15:12:04 +0000 (15:12 +0000)]
Alexandros Vellis

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

20 years agoNew pt_br translator
philippe_mingo [Wed, 4 Jun 2003 15:05:47 +0000 (15:05 +0000)]
New pt_br translator

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

20 years agoGleydson Mazioli da Silva
philippe_mingo [Wed, 4 Jun 2003 15:04:09 +0000 (15:04 +0000)]
Gleydson Mazioli da Silva

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

20 years agoRalf Hildebrandt
philippe_mingo [Wed, 4 Jun 2003 15:01:59 +0000 (15:01 +0000)]
Ralf Hildebrandt

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

20 years agoHTML output fixes. It's 4.01 Transitional compliant now.
indiri69 [Tue, 3 Jun 2003 21:49:25 +0000 (21:49 +0000)]
HTML output fixes.  It's 4.01 Transitional compliant now.

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

20 years agoAddress parsing fixes. This whole addressparsing is driving me nuts and the
stekkel [Tue, 3 Jun 2003 20:30:53 +0000 (20:30 +0000)]
Address parsing fixes. This whole addressparsing is driving me nuts and the
implementation sucks!!!
This definately needs a rewrite.

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

20 years agoFixed wrong sqimap_run_command call. The $sid is added inside
stekkel [Mon, 2 Jun 2003 21:19:53 +0000 (21:19 +0000)]
Fixed wrong sqimap_run_command call. The $sid is added inside
sqimap_run_command!.

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

20 years agoMove some actions to their own functions. Change the
indiri69 [Mon, 2 Jun 2003 20:22:34 +0000 (20:22 +0000)]
Move some actions to their own functions.  Change the
$mailfetch_pass_[$i] types variables to $mailfetch[$i]['pass']

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

20 years agoOne of these days I'll get a commit right the first time :)
indiri69 [Mon, 2 Jun 2003 19:36:49 +0000 (19:36 +0000)]
One of these days I'll get a commit right the first time :)

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

20 years agoCleaned up code. Added "\r\n" after we submit a message so the imap server
indiri69 [Mon, 2 Jun 2003 19:10:00 +0000 (19:10 +0000)]
Cleaned up code.  Added "\r\n" after we submit a message so the imap server
knows we're done. (Used to lock up with IMAP Proxy)

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

20 years agoUpdated Lithuanian strings.
tokul [Sat, 31 May 2003 09:08:41 +0000 (09:08 +0000)]
Updated Lithuanian strings.

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

20 years agoupdated changed strings in translate plugin.
tokul [Sat, 31 May 2003 08:59:07 +0000 (08:59 +0000)]
updated changed strings in translate plugin.

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

20 years agoAdded systrans.otenet.gr options and updated strings.
tokul [Sat, 31 May 2003 08:55:41 +0000 (08:55 +0000)]
Added systrans.otenet.gr options and updated strings.

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

20 years agoAdded systran.otenet.gr Hellenic translations.
tokul [Sat, 31 May 2003 08:50:46 +0000 (08:50 +0000)]
Added systran.otenet.gr Hellenic translations.

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

20 years agoFixed 2 issues:
stekkel [Fri, 30 May 2003 17:23:56 +0000 (17:23 +0000)]
Fixed 2 issues:
1: Removal of preleading space caused by decodeHeader.
2: Changed call to decodeHeader from compose to htmlsafe = false so we do
not see spaces changed to   => wordwrap stops working;

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

20 years agologmes
stekkel [Fri, 30 May 2003 17:17:50 +0000 (17:17 +0000)]
logmes

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

20 years agoFix E_ALL notice, thanks Alexandros.
kink [Thu, 29 May 2003 10:12:57 +0000 (10:12 +0000)]
Fix E_ALL notice, thanks Alexandros.

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

20 years agoencodeheader / decodeHeader fixes. Removal of <space> between 2 encoded
stekkel [Wed, 28 May 2003 22:14:41 +0000 (22:14 +0000)]
encodeheader / decodeHeader fixes. Removal of <space> between 2 encoded
header strings. The space is part of the protocol and should be ignored

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

20 years agofix for reply all. Remove teh double quotes around the personal name. We
stekkel [Wed, 28 May 2003 22:11:43 +0000 (22:11 +0000)]
fix for reply all. Remove teh double quotes around the personal name. We
don't need them.

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

20 years agobetter address parsing. This should fix wrong parsing of addresses with
stekkel [Wed, 28 May 2003 22:09:49 +0000 (22:09 +0000)]
better address parsing. This should fix wrong parsing of addresses with
comments

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

20 years agoHere we go again, another try to fix folding of headerlines with encoded
stekkel [Wed, 28 May 2003 22:08:07 +0000 (22:08 +0000)]
Here we go again, another try to fix folding of headerlines with encoded
addresses

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

20 years agoChanged name of Indonesian translation to Bahasa Indonesia.
tokul [Mon, 26 May 2003 18:14:47 +0000 (18:14 +0000)]
Changed name of Indonesian translation to Bahasa Indonesia.

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

20 years agoUpdated Bahasa Indonesia translation.
tokul [Mon, 26 May 2003 18:12:28 +0000 (18:12 +0000)]
Updated Bahasa Indonesia translation.

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

20 years agoChangeLog
kink [Sun, 25 May 2003 18:59:10 +0000 (18:59 +0000)]
ChangeLog

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

20 years agoPrevent loop in parseAddress: if the address is invalid and looks like:
kink [Sun, 25 May 2003 18:58:15 +0000 (18:58 +0000)]
Prevent loop in parseAddress: if the address is invalid and looks like:
Thijs <aap
(no closing ">"), parseAddress would enter an infinite loop. This is
solved by increasing $pos when no closing > is found. Closes 742584,
thanks Jeroen van Wolffelaar.

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

20 years agoChangeLog update
jangliss [Sun, 25 May 2003 13:07:11 +0000 (13:07 +0000)]
ChangeLog update

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

20 years agoNon-ascii characters caused problems with SVN function and were replaced
jangliss [Sun, 25 May 2003 13:05:34 +0000 (13:05 +0000)]
Non-ascii characters caused problems with SVN function and were replaced
with a ? by SourceForge.net in your original log message, which follows:

Certain characters in translations would mess up on the post, such as an
umlaut would appear as &amp;ouml; in html, but after being posted it appears as
? so matching would always fail, making it impossible for those with
chars like that to mod/delete servers. (Bug #742705)

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

20 years agoWelsh is cy_GB and not uk_UA.
tokul [Sun, 25 May 2003 09:51:27 +0000 (09:51 +0000)]
Welsh is cy_GB and not uk_UA.

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

20 years agoFixed id tag.
tokul [Sun, 25 May 2003 08:52:25 +0000 (08:52 +0000)]
Fixed id tag.

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

20 years agoFixed incorrectly reported string format.
tokul [Sun, 25 May 2003 08:36:33 +0000 (08:36 +0000)]
Fixed incorrectly reported string format.

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

20 years agoFixed fuzzy header and incorrectly reported string format.
tokul [Sat, 24 May 2003 16:43:17 +0000 (16:43 +0000)]
Fixed fuzzy header and incorrectly reported string format.

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

20 years agoAdded Language-Team header, fixed incorrectly reported string format.
tokul [Sat, 24 May 2003 16:36:13 +0000 (16:36 +0000)]
Added Language-Team header, fixed incorrectly reported string format.

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

20 years agoFixed fuzzy header and incorrectly reported string format.
tokul [Sat, 24 May 2003 16:31:17 +0000 (16:31 +0000)]
Fixed fuzzy header and incorrectly reported string format.

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

20 years agoTranslation is he_IL and not he_HE.
tokul [Sat, 24 May 2003 16:26:15 +0000 (16:26 +0000)]
Translation is he_IL and not he_HE.

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

20 years agoFixed fuzzy header and incorrectly reported string format.
tokul [Sat, 24 May 2003 16:20:26 +0000 (16:20 +0000)]
Fixed fuzzy header and incorrectly reported string format.

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

20 years agoFixed fuzzy header and incorrectly reported string format.
tokul [Sat, 24 May 2003 16:12:50 +0000 (16:12 +0000)]
Fixed fuzzy header and incorrectly reported string format.

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

20 years agoFixed Id tag.
tokul [Sat, 24 May 2003 16:06:38 +0000 (16:06 +0000)]
Fixed Id tag.

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

20 years agoFixed fuzzy po header.
tokul [Sat, 24 May 2003 16:02:27 +0000 (16:02 +0000)]
Fixed fuzzy po header.

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

20 years agoRemoved windows cariage returns. Fixed file header (cp-1251 -> cp1251 and
tokul [Sat, 24 May 2003 15:49:46 +0000 (15:49 +0000)]
Removed windows cariage returns. Fixed file header (cp-1251 -> cp1251 and
revision date). Fixed incorrectly reported string format.

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

20 years agoWelsh
philippe_mingo [Fri, 23 May 2003 17:21:20 +0000 (17:21 +0000)]
Welsh

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

20 years agowelsh
philippe_mingo [Fri, 23 May 2003 17:20:31 +0000 (17:20 +0000)]
welsh

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

20 years agoFixing CVS
philippe_mingo [Fri, 23 May 2003 17:19:16 +0000 (17:19 +0000)]
Fixing CVS

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

20 years agoWelsh added
philippe_mingo [Fri, 23 May 2003 17:09:55 +0000 (17:09 +0000)]
Welsh added

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

20 years agoAndrew Rawlins
philippe_mingo [Fri, 23 May 2003 17:06:51 +0000 (17:06 +0000)]
Andrew Rawlins
Welsh Translation

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

20 years agoAndrew Rawlins
philippe_mingo [Fri, 23 May 2003 16:59:34 +0000 (16:59 +0000)]
Andrew Rawlins
Welsh help files

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

20 years agoMinor fixes in parseAddress and limit the returned results to 1 address
stekkel [Fri, 23 May 2003 11:51:05 +0000 (11:51 +0000)]
Minor fixes in parseAddress and limit the returned results to 1 address
(performance) in case we are displaying the sent folder

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

20 years agoSpanish
philippe_mingo [Fri, 23 May 2003 08:55:35 +0000 (08:55 +0000)]
Spanish

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

20 years agoRemove another obsoleted function.
kink [Thu, 22 May 2003 16:24:18 +0000 (16:24 +0000)]
Remove another obsoleted function.

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

20 years agoRemove some obsoleted parsing functions.
kink [Thu, 22 May 2003 16:22:52 +0000 (16:22 +0000)]
Remove some obsoleted parsing functions.

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

20 years agoAll calls to this function were removed a while ago; remove the function
kink [Thu, 22 May 2003 16:06:29 +0000 (16:06 +0000)]
All calls to this function were removed a while ago; remove the function
itself too.

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

20 years agoDrop obsoleted imap_parse.php
kink [Thu, 22 May 2003 15:22:07 +0000 (15:22 +0000)]
Drop obsoleted imap_parse.php

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

20 years agoCode clean up, make indentations correct and removal of tabs
stekkel [Wed, 21 May 2003 16:46:25 +0000 (16:46 +0000)]
Code clean up, make indentations correct and removal of tabs

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

20 years agoMissing property problem that only shows up when sending messages with attachments...
tassium [Wed, 21 May 2003 15:46:46 +0000 (15:46 +0000)]
Missing property problem that only shows up when sending messages with attachments. Fixed!

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

20 years agoadded sqimap_small_header_list rewrite
stekkel [Mon, 19 May 2003 15:23:30 +0000 (15:23 +0000)]
added sqimap_small_header_list rewrite

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

20 years agoMake this test accept uppercase values, eg as supplied by administrator
kink [Sun, 18 May 2003 11:52:50 +0000 (11:52 +0000)]
Make this test accept uppercase values, eg as supplied by administrator
plugin (fixes #734895).

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

20 years agoReally fix it.
kink [Sun, 18 May 2003 11:46:19 +0000 (11:46 +0000)]
Really fix it.

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

20 years agoOnly trim off the last letter in bytesize if it's actually there
kink [Sun, 18 May 2003 11:33:14 +0000 (11:33 +0000)]
Only trim off the last letter in bytesize if it's actually there
(ie not really bytes). Thanks E. van Elk. Fixes #730742.

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

20 years agoFix comp_in_new.
kink [Sun, 18 May 2003 11:25:20 +0000 (11:25 +0000)]
Fix comp_in_new.

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

20 years agofix warning when we access fillMessagesArray from a search
stekkel [Sat, 17 May 2003 17:10:31 +0000 (17:10 +0000)]
fix warning when we access fillMessagesArray from a search

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

20 years agoMissed a spot, now the date is also extracted from the header
stekkel [Sat, 17 May 2003 17:00:54 +0000 (17:00 +0000)]
Missed a spot, now the date is also extracted from the header

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

20 years agoRewrite of the sqimap_get_small_header_list function.
stekkel [Fri, 16 May 2003 22:46:20 +0000 (22:46 +0000)]
Rewrite of the sqimap_get_small_header_list function.
Now we can handle returned fetch responses with a different order of
returned arguments. UID i.e. can be properly detected if it is returned
after the HEADER data.
Another issue I fixed is adapting the msgs_id_str to 1:* in case we request all
headers for a mailbox.
If we don't do that the msgs_id_str can become pretty large and in my case
it was 12kb large and the imap server returned a BYE, querystring to long.

We should inspect the last issue better because there are situations where I
can still trigger the error. Setting the number of messages to display to a
large value would cause a BYE again.

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

20 years agoTemporary "fix" noting how out of date the documentation is.
tassium [Fri, 16 May 2003 21:34:06 +0000 (21:34 +0000)]
Temporary "fix" noting how out of date the documentation is.

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

20 years agoMinor doc update. Fixed email address. Experiment with RCS keyword expansion.
tassium [Wed, 14 May 2003 19:51:43 +0000 (19:51 +0000)]
Minor doc update.  Fixed email address. Experiment with RCS keyword expansion.

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

20 years agofixesfixes
ebullient [Mon, 12 May 2003 23:07:28 +0000 (23:07 +0000)]
fixesfixes

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

20 years agoadded Conbtent-Transfer-Encoding to rfc822 header
stekkel [Mon, 12 May 2003 09:18:38 +0000 (09:18 +0000)]
added Conbtent-Transfer-Encoding to rfc822 header

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

20 years agofix for missed encoding header line. Thnx tokul for spotting this.
stekkel [Mon, 12 May 2003 09:13:20 +0000 (09:13 +0000)]
fix for missed encoding header line. Thnx tokul for spotting this.

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

20 years agoAdded bind_textdomain_charset function. Allows to use non default
tokul [Sun, 11 May 2003 10:08:12 +0000 (10:08 +0000)]
Added bind_textdomain_charset function. Allows to use non default
charset for gettext enabled php. For example ru_RU locale in ISO8859-5
and SquirrelMail ru_RU translation done in koi8-r or cp1251.
Works only with php 4.2+, but squirrelmail can function without it.

Thanks to Viktor S. Grishchenko and Grisha Mokhin

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

20 years agofunctions/date.php has own functions for short name of month/weekday.
tokul [Sun, 11 May 2003 09:43:22 +0000 (09:43 +0000)]
functions/date.php has own functions for short name of month/weekday.
some translations need more than 3 symbols
some translations (German) has html codes in names.

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

20 years agorecord bugfix
ebullient [Sat, 10 May 2003 17:35:20 +0000 (17:35 +0000)]
record bugfix

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

20 years ago*** empty log message ***
stekkel [Sat, 10 May 2003 12:28:42 +0000 (12:28 +0000)]
*** empty log message ***

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

20 years agoFix for folding inside msg-id's
stekkel [Sat, 10 May 2003 12:15:19 +0000 (12:15 +0000)]
Fix for folding inside msg-id's

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

20 years agoAdjust display of attachments to keep links within window in case of
ebullient [Sat, 10 May 2003 03:12:26 +0000 (03:12 +0000)]
Adjust display of attachments to keep links within window in case of
wide message contents

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

20 years agoRemove "absolute_dl" flag from default link for general attachments
ebullient [Sat, 10 May 2003 02:53:46 +0000 (02:53 +0000)]
Remove "absolute_dl" flag from default link for general attachments
(general meaning not images, not messages, not something we have
other special handling for)..
The link with the attachment name should allow a view (if the type
is known, while the download link will swizzle to application/octet-stream
for download purposes...

also fixed some SM_PATH references

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

20 years agoChange message highlighting so order matters. It will not select the first
indiri69 [Fri, 2 May 2003 21:31:25 +0000 (21:31 +0000)]
Change message highlighting so order matters.  It will not select the first
match it finds (old way was last match).  You can also reorder highlighting
now.

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

20 years agoUW Folder badness take two.
ebullient [Thu, 1 May 2003 04:56:50 +0000 (04:56 +0000)]
UW Folder badness take two.

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

20 years agoAdditional tweaks for folder create/rename/delete display and behavior.
ebullient [Thu, 1 May 2003 01:46:57 +0000 (01:46 +0000)]
Additional tweaks for folder create/rename/delete display and behavior.

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

20 years agoFirst crack at 725443.
ebullient [Thu, 1 May 2003 00:09:14 +0000 (00:09 +0000)]
First crack at 725443.

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

20 years agoFixed URL to download PHP. Closes 719873 - "Erata in INSTALL"
tassium [Wed, 30 Apr 2003 16:53:44 +0000 (16:53 +0000)]
Fixed URL to download PHP. Closes 719873 - "Erata in INSTALL"

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

20 years agoPorted short name of mount/weekday support from 1.2stable
tokul [Wed, 30 Apr 2003 08:28:59 +0000 (08:28 +0000)]
Ported short name of mount/weekday support from 1.2stable

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

20 years agoTypo making '">' and argument, and probably messing up the posting of
jangliss [Sun, 27 Apr 2003 17:59:38 +0000 (17:59 +0000)]
Typo making '">' and argument, and probably messing up the posting of
forms (Bug #715664)

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

20 years agoFixing what I broke.
graf25 [Sat, 26 Apr 2003 04:29:53 +0000 (04:29 +0000)]
Fixing what I broke.

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

20 years agofix for addresses containing groups
stekkel [Fri, 25 Apr 2003 17:35:24 +0000 (17:35 +0000)]
fix for addresses containing groups

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

20 years agomoved address-parsing to the displayable messages
stekkel [Fri, 25 Apr 2003 16:21:19 +0000 (16:21 +0000)]
moved address-parsing to the displayable messages

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