jangliss [Sun, 15 Jun 2003 06:57:24 +0000 (06:57 +0000)]
Back again... should have looked at my exchange window first... *grumbles*
UW is a royal pain :P
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5047
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Sun, 15 Jun 2003 06:52:48 +0000 (06:52 +0000)]
UW can return a slightly different format for the LSUB when you step outside
the default_folder_prefix area, also they return NIL for the delimiter which
means the previous regex would always fail as it is looking for a 1 char
delimiter between ""
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5046
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Sun, 15 Jun 2003 05:11:12 +0000 (05:11 +0000)]
Need this check, otherwise some weird stuff occurs with exchange, and only
the last root folder is displayed (in my case it was "Tasks").
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5045
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Sun, 15 Jun 2003 05:10:05 +0000 (05:10 +0000)]
Couple of tweaks... must include inbox otherwise it becomes an unselectable
link, which isn't good. Some weird stuff happens when using the default
folder prefix check, so removed... fixes courier and uw for having INBOXes,
now just have to make uw's inbox really work now.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5044
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Sun, 15 Jun 2003 03:21:45 +0000 (03:21 +0000)]
Moved the INBOX check higher to save code duplication... something else in
here too... but cannot remember...
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5043
7612ce4b-ef26-0410-bec9-
ea0150e637f0
ebullient [Sun, 15 Jun 2003 00:40:58 +0000 (00:40 +0000)]
Corrected display (on Courier at least) of mailboxes with INBOX
prefix. INBOX was being added to the tree twice (was already the
root), and then because it was root, the link (with proper nesting)
wasn't being displayed.
Also corrected setting 'noselect' for INBOX (now tree root) -
was being errantly set as 'flag' which was causing errors about
not havign noselect set...
Also removed the places where it was checking whether or not
noselect was set for a mailbox - given the structure, noselect should
always be set - and we should get an error if it isn't (for boxlist
formed from LSUB).
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5042
7612ce4b-ef26-0410-bec9-
ea0150e637f0
philippe_mingo [Sat, 14 Jun 2003 08:15:09 +0000 (08:15 +0000)]
Hi Tomas 8-)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5041
7612ce4b-ef26-0410-bec9-
ea0150e637f0
philippe_mingo [Sat, 14 Jun 2003 07:39:55 +0000 (07:39 +0000)]
Faroese
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5040
7612ce4b-ef26-0410-bec9-
ea0150e637f0
philippe_mingo [Sat, 14 Jun 2003 07:36:01 +0000 (07:36 +0000)]
Faroese by Danial Olsen
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5039
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Fri, 13 Jun 2003 15:30:28 +0000 (15:30 +0000)]
in case of BYE response display errormessage
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5038
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Fri, 13 Jun 2003 10:42:59 +0000 (10:42 +0000)]
E_ALL notice removal
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5037
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Fri, 13 Jun 2003 07:44:53 +0000 (07:44 +0000)]
More updates to the folder list. Allowed for user options for the display
of unread messages to work as per text in options, where as before it was
always displaying the data.
Need to find out why my courier is returning no INBOX when folder_prefix is
set to INBOX. as it is totally messing up my tree.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5036
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Fri, 13 Jun 2003 05:28:50 +0000 (05:28 +0000)]
minor changes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5032
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Fri, 13 Jun 2003 05:25:11 +0000 (05:25 +0000)]
typo
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5031
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Fri, 13 Jun 2003 05:24:11 +0000 (05:24 +0000)]
minor rewording for plugin stuff
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5030
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Fri, 13 Jun 2003 05:02:11 +0000 (05:02 +0000)]
Changed the default behaviour to use Marc's experimental cpde... note this
is devel, and would be great to get some field testing (courier/uw would be
great)... it seems to fix the folder display issues with Exchange IMAP where
folders where appearing in the wrong order.
Fixed an E_ALL error, and pulled the $imapConnection into the function,
Marc are you running with E_ALL? The code caused an immediate error as it
couldn't connect to the IMAP server, causing a nice folder order to appear:
(http://nuts.netdork.net/bad_folders.jpg)
Also fixed a couple of cases of "Editor Envy" and replaced \t with " "
(hence the massive diff).
Also fixed the code so that the "Trash" is now selectable, and moved the
(purge)
link back to after the mailbox name.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5029
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Thu, 12 Jun 2003 14:17:10 +0000 (14:17 +0000)]
Another failsafe check which I missed. Thnx Erin.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5009
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Thu, 12 Jun 2003 09:42:10 +0000 (09:42 +0000)]
better error processing, immediate break out of the while loop in case of an
error.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5008
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Thu, 12 Jun 2003 05:36:38 +0000 (05:36 +0000)]
Missing </option> tag after default identity
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5007
7612ce4b-ef26-0410-bec9-
ea0150e637f0
ebullient [Wed, 11 Jun 2003 20:41:39 +0000 (20:41 +0000)]
align cases so they're easier to find..
{} and comments for the bigger blocks
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5005
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Wed, 11 Jun 2003 19:53:22 +0000 (19:53 +0000)]
fixed formatting, sjeesh that's realy dull work. Makes me simple :(
The only exiting part was working with VIM for the first time. And I still
thing it's not the most user friendly editor unless you know all keycodes
which I don't know.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5004
7612ce4b-ef26-0410-bec9-
ea0150e637f0
ebullient [Wed, 11 Jun 2003 18:33:25 +0000 (18:33 +0000)]
bring up fix for default_pref file name (double-slash)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5003
7612ce4b-ef26-0410-bec9-
ea0150e637f0
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 &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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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