squirrelmail.git
21 years agofix from Alexandros Vellis regarding missed SM_PATH statement
stekkel [Tue, 10 Dec 2002 12:39:11 +0000 (12:39 +0000)]
fix from Alexandros Vellis regarding missed SM_PATH statement

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

21 years agoMinor changes.
tassium [Mon, 9 Dec 2002 16:28:23 +0000 (16:28 +0000)]
Minor changes.
* renamed auth.php/hmac() to hmac_md5()
* polished descriptions and helper text in conf.pl
* fixed minor bug with smtp auth mech default value in conf.pl
* minor documentation additions to authentication.txt
* added myself to AUTHORS.

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

21 years agohtml correction
stekkel [Mon, 9 Dec 2002 09:48:46 +0000 (09:48 +0000)]
html correction

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

21 years agoProper initialisation of view_unsafe_images
stekkel [Mon, 9 Dec 2002 09:05:37 +0000 (09:05 +0000)]
Proper initialisation of view_unsafe_images
fix for displaying the hide unsafe images link. If you show the unsafe
images, has_unsafe_images = false because it looks for the image
replacements. The hide unsafe images link was never initialized correct.

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

21 years agoSome language fixes, thanks to Toby A Inkster
kink [Sun, 8 Dec 2002 23:21:25 +0000 (23:21 +0000)]
Some language fixes, thanks to Toby A Inkster

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

21 years ago[ 643430 ] "All folders" must be _("All folders")
philippe_mingo [Sun, 8 Dec 2002 18:38:00 +0000 (18:38 +0000)]
[ 643430 ] "All folders" must be _("All folders")

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

21 years ago[ 648093 ] Croatian (hr) translation badly named
philippe_mingo [Sun, 8 Dec 2002 18:31:33 +0000 (18:31 +0000)]
[ 648093 ] Croatian (hr) translation badly named

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

21 years agoMinor stylistic change.
tassium [Sat, 7 Dec 2002 16:52:47 +0000 (16:52 +0000)]
Minor stylistic change.

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

21 years agoWith a little help from Marc (ok, a lot), CRAM-MD5 and DIGEST-MD5 no longer require...
tassium [Sat, 7 Dec 2002 04:02:05 +0000 (04:02 +0000)]
With a little help from Marc (ok, a lot), CRAM-MD5 and DIGEST-MD5 no longer require the mhash extension.  If present, mhash will be used.

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

21 years ago*** empty log message ***
philippe_mingo [Fri, 6 Dec 2002 18:18:56 +0000 (18:18 +0000)]
*** empty log message ***

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

21 years agoPhilippe Mingo
philippe_mingo [Fri, 6 Dec 2002 18:07:52 +0000 (18:07 +0000)]
Philippe Mingo

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

21 years agoXXS fixes, as in stable
kink [Fri, 6 Dec 2002 16:42:12 +0000 (16:42 +0000)]
XXS fixes, as in stable

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

21 years agoFix by Martin Schulze of Debian. Please note, this is not a solution to the
kink [Thu, 5 Dec 2002 11:32:27 +0000 (11:32 +0000)]
Fix by Martin Schulze of Debian. Please note, this is not a solution to the
recently reported xxs problem.

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

21 years agosqimap_msgs_list_delete was calling sqimap_run_command using a variable ($handle_erro...
tassium [Mon, 2 Dec 2002 21:36:56 +0000 (21:36 +0000)]
sqimap_msgs_list_delete was calling sqimap_run_command using a variable ($handle_errors) which was not set.  The call above it (also to sqimap_run_command) did not use $handle_errors, so I changed the bad call to match the other call.

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

21 years agoFix undefined var "charset" in showInputForm()
tassium [Mon, 2 Dec 2002 20:11:04 +0000 (20:11 +0000)]
Fix undefined var "charset" in showInputForm()
(Japanese charset support)

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

21 years agoFixed some E_ALL warnings, should now be E_ALL clean.
tassium [Mon, 2 Dec 2002 19:33:23 +0000 (19:33 +0000)]
Fixed some E_ALL warnings, should now be E_ALL clean.
No new functionality.

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

21 years agoAdded (optional) detection of IMAP and SMTP support for different authentication...
tassium [Mon, 2 Dec 2002 14:56:18 +0000 (14:56 +0000)]
Added (optional) detection of IMAP and SMTP support for different authentication mechanisms.
This of course depends upon having the server & port set correctly before trying to detect, it doesn't prompt for server & port.

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

21 years agoSession fix ported from stable, should fix DMN plugin, and prev/next links
jangliss [Fri, 29 Nov 2002 20:01:33 +0000 (20:01 +0000)]
Session fix ported from stable, should fix DMN plugin, and prev/next links

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

21 years agoForce magic_quotes_runtime to be off, since SquirrelMail breaks badly if it's on.
tassium [Tue, 26 Nov 2002 14:40:19 +0000 (14:40 +0000)]
Force magic_quotes_runtime to be off, since SquirrelMail breaks badly if it's on.
If there's a better place to put this, someone let me know.

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

21 years agoGrisha Mokhin
philippe_mingo [Fri, 22 Nov 2002 19:05:37 +0000 (19:05 +0000)]
Grisha Mokhin

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

21 years agoAdded link to the auth document
tassium [Fri, 22 Nov 2002 17:30:59 +0000 (17:30 +0000)]
Added link to the auth document

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

21 years agoPreliminary version of the CRAM-MD5, DIGEST-MD5 and SSL documentation.
tassium [Fri, 22 Nov 2002 17:26:04 +0000 (17:26 +0000)]
Preliminary version of the CRAM-MD5, DIGEST-MD5 and SSL documentation.

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

21 years ago[ 639857 ] i18n.php (version 1.3.2)
philippe_mingo [Thu, 21 Nov 2002 16:46:06 +0000 (16:46 +0000)]
[ 639857 ] i18n.php (version 1.3.2)

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

21 years agoStrip unwanted parts of the spamcop auth code in case someone enters
kink [Thu, 21 Nov 2002 11:13:12 +0000 (11:13 +0000)]
Strip unwanted parts of the spamcop auth code in case someone enters
them accidentally.

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

21 years agoE_ALL fixes, thanks Gertjan van Oosten
kink [Wed, 20 Nov 2002 15:41:07 +0000 (15:41 +0000)]
E_ALL fixes, thanks Gertjan van Oosten

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

21 years agoDiscussion on IRC reminded me I needed to add the compose/attachments change to the...
tassium [Wed, 20 Nov 2002 15:29:34 +0000 (15:29 +0000)]
Discussion on IRC reminded me I needed to add the compose/attachments change to the ChangeLog, and I corrected the overrides to reflect the new method.

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

21 years agoHTML fix
kink [Wed, 20 Nov 2002 13:25:41 +0000 (13:25 +0000)]
HTML fix

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

21 years agoMinor change to prevent the file attachment portion of the compose form from being...
tassium [Mon, 18 Nov 2002 19:02:54 +0000 (19:02 +0000)]
Minor change to prevent the file attachment portion of the compose form from being displayed if PHP has file_uploads disabled.  Also prints a warning, hopefully avoiding "Why don't I have a place to attach files?" bug reports.

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

21 years agoE_ALL fix for mail_fetch
jangliss [Mon, 18 Nov 2002 06:34:14 +0000 (06:34 +0000)]
E_ALL fix for mail_fetch

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

21 years agoOkay... *this* is the one with debugging code, the last was some minor display correc...
jangliss [Mon, 18 Nov 2002 06:26:52 +0000 (06:26 +0000)]
Okay... *this* is the one with debugging code, the last was some minor display corrections

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

21 years agoTry again without debug code
jangliss [Mon, 18 Nov 2002 06:19:27 +0000 (06:19 +0000)]
Try again without debug code

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

21 years agoAdded port check to make sure it is set otherwise this breaks
jangliss [Mon, 18 Nov 2002 06:15:06 +0000 (06:15 +0000)]
Added port check to make sure it is set otherwise this breaks

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

21 years agoMore typoes... brain isn't with it
jangliss [Mon, 18 Nov 2002 05:39:44 +0000 (05:39 +0000)]
More typoes... brain isn't with it

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

21 years agoOoups... typo
jangliss [Mon, 18 Nov 2002 05:22:12 +0000 (05:22 +0000)]
Ooups... typo

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

21 years agoAllow mail_fetch plugin to use a different port
jangliss [Mon, 18 Nov 2002 03:21:24 +0000 (03:21 +0000)]
Allow mail_fetch plugin to use a different port

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

21 years agoAntoine Hulin
philippe_mingo [Sun, 17 Nov 2002 09:03:57 +0000 (09:03 +0000)]
Antoine Hulin

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

21 years ago[ 613980 ] IE6 + iso-8859-13 problem
philippe_mingo [Sat, 16 Nov 2002 12:45:26 +0000 (12:45 +0000)]
[ 613980 ] IE6 + iso-8859-13 problem

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

21 years agoImproved entity_id calculation.
stekkel [Fri, 15 Nov 2002 18:53:50 +0000 (18:53 +0000)]
Improved entity_id calculation.
This solves problems when the Content-Type of the rfc822 header =
ressage/rfc822

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

21 years agofix for include self in reply
stekkel [Thu, 14 Nov 2002 11:04:22 +0000 (11:04 +0000)]
fix for include self in reply

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

21 years agofix for checking specialmailboxes.
stekkel [Thu, 14 Nov 2002 10:29:30 +0000 (10:29 +0000)]
fix for checking specialmailboxes.
This solves the problem when a special mailbox isn't set and IsBoxBelow
gives a warning

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

21 years agoConfig override file, included by config.php. Placeholder - no overrides by default.
tassium [Tue, 12 Nov 2002 16:13:46 +0000 (16:13 +0000)]
Config override file, included by config.php.  Placeholder - no overrides by default.

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

21 years agoThe local override solution I put into conf.pl was completely (and poorly) over-engin...
tassium [Tue, 12 Nov 2002 16:10:05 +0000 (16:10 +0000)]
The local override solution I put into conf.pl was completely (and poorly) over-engineered.  Thijs suggested an alternate method, which I have used here instead.  Thanks Thijs.

This will let you edit the override file without having to re-run conf.pl.

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

21 years agoA preference-line can be of "unlimited" length now
kink [Mon, 11 Nov 2002 22:02:55 +0000 (22:02 +0000)]
A preference-line can be of "unlimited" length now

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

21 years agoAdded what I've changed to devel CVS. (conf.pl rework, CRAM/DIGEST-MD5, config overri...
tassium [Mon, 11 Nov 2002 21:42:23 +0000 (21:42 +0000)]
Added what I've changed to devel CVS. (conf.pl rework, CRAM/DIGEST-MD5, config override file)

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

21 years agoAdded support for local override file (config_local.php) which gets appended to the...
tassium [Mon, 11 Nov 2002 16:40:29 +0000 (16:40 +0000)]
Added support for local override file (config_local.php) which gets appended to the end of config.php when conf.pl saves it.

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

21 years agoAntoine Hulin
philippe_mingo [Mon, 11 Nov 2002 13:39:12 +0000 (13:39 +0000)]
Antoine Hulin

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

21 years agoFixes for minor bugs pointed out by Tyler Akins.
kink [Thu, 7 Nov 2002 11:55:09 +0000 (11:55 +0000)]
Fixes for minor bugs pointed out by Tyler Akins.
These were found because Tyler has error_reporting set to E_ALL.
To all developers: *please TURN E_ALL ON* to prevent these!

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

21 years agoFix check_php_version for versions that contain a patchlevel.
kink [Thu, 7 Nov 2002 11:16:33 +0000 (11:16 +0000)]
Fix check_php_version for versions that contain a patchlevel.

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

21 years agoFix warnings in sqstripslashes when $array is empty
kink [Thu, 7 Nov 2002 09:54:54 +0000 (09:54 +0000)]
Fix warnings in sqstripslashes when $array is empty

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

21 years agoMerging in the tassium-auth branch.
tassium [Wed, 6 Nov 2002 18:55:13 +0000 (18:55 +0000)]
Merging in the tassium-auth branch.

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

21 years agoRemove weird duplicate
kink [Wed, 6 Nov 2002 16:50:12 +0000 (16:50 +0000)]
Remove weird duplicate

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

21 years agoFix for calls to Deliver_SMTP->initStream() having the wrong number of args.
tassium [Tue, 5 Nov 2002 21:17:15 +0000 (21:17 +0000)]
Fix for calls to Deliver_SMTP->initStream() having the wrong number of args.
This should fix authenticated smtp.

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

21 years agoMake header checking case insensitive
indiri69 [Tue, 5 Nov 2002 16:33:50 +0000 (16:33 +0000)]
Make header checking case insensitive

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

21 years agoshow untitled-[entity-id] in case of message/rfc822 attachments with no
stekkel [Tue, 5 Nov 2002 12:03:24 +0000 (12:03 +0000)]
show untitled-[entity-id] in case of message/rfc822 attachments with no
subject.

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

21 years agowrong version, 2ed try
stekkel [Mon, 4 Nov 2002 22:55:59 +0000 (22:55 +0000)]
wrong version, 2ed try

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

21 years agoAdapted individual flag setting and make it use one imap-call instead of
stekkel [Mon, 4 Nov 2002 22:48:37 +0000 (22:48 +0000)]
Adapted individual flag setting and make it use one imap-call instead of
many

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

21 years agosorry, commited the wrong local file
stekkel [Mon, 4 Nov 2002 22:42:59 +0000 (22:42 +0000)]
sorry, commited the wrong local file

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

21 years agoadded flag related functions for handling sets of messages instead of using
stekkel [Mon, 4 Nov 2002 22:38:08 +0000 (22:38 +0000)]
added flag related functions for handling sets of messages instead of using
an individual imap-call per message

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

21 years agoSpeed improvements by using php internal functions and bugfix regarding
stekkel [Mon, 4 Nov 2002 20:25:09 +0000 (20:25 +0000)]
Speed improvements by using php internal functions and bugfix regarding
DKIMAP

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

21 years agominor changes to the bodystructure parser
stekkel [Mon, 4 Nov 2002 20:24:06 +0000 (20:24 +0000)]
minor changes to the bodystructure parser

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

21 years agoTomas Kuliavas
philippe_mingo [Mon, 4 Nov 2002 13:37:46 +0000 (13:37 +0000)]
Tomas Kuliavas
Updates iso-8859-4 and iso-8859-13 decode cycles to full charset support.
Adds full windows-1257 charset decode support.
Previous decode_lt_devel.diff patch is not needed.

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

21 years agoE_ALL fix
kink [Sun, 3 Nov 2002 14:26:11 +0000 (14:26 +0000)]
E_ALL fix

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

21 years agoStore highlighting rules differently to make them more reliable
kink [Tue, 29 Oct 2002 22:15:21 +0000 (22:15 +0000)]
Store highlighting rules differently to make them more reliable

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

21 years agodefrost
stekkel [Tue, 29 Oct 2002 21:38:01 +0000 (21:38 +0000)]
defrost

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

21 years agoupdate for release
stekkel [Tue, 29 Oct 2002 20:20:35 +0000 (20:20 +0000)]
update for release

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

21 years agoRelease 1.3.2
stekkel [Tue, 29 Oct 2002 20:18:01 +0000 (20:18 +0000)]
Release 1.3.2

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

21 years agoCVS FROST
stekkel [Tue, 29 Oct 2002 20:17:09 +0000 (20:17 +0000)]
CVS FROST

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

21 years agoRelease notes 1.3.2
stekkel [Tue, 29 Oct 2002 20:16:13 +0000 (20:16 +0000)]
Release notes 1.3.2

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

21 years agoUse the new check_php_version function everywhere
kink [Tue, 29 Oct 2002 17:26:31 +0000 (17:26 +0000)]
Use the new check_php_version function everywhere

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

21 years agoIntroduce a new function: check_php_version(4,1,2) which reports if this install
kink [Tue, 29 Oct 2002 16:57:55 +0000 (16:57 +0000)]
Introduce a new function: check_php_version(4,1,2) which reports if this install
has (e.g.) version 4.1.2 or higher.

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

21 years agoMarcos Tadeu von Lutzow Vidal
philippe_mingo [Tue, 29 Oct 2002 08:17:15 +0000 (08:17 +0000)]
Marcos Tadeu von Lutzow Vidal

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

21 years agoFormatting cleanups
indiri69 [Mon, 28 Oct 2002 22:30:34 +0000 (22:30 +0000)]
Formatting cleanups

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

21 years agoFixed Unsafe Viewing link
indiri69 [Mon, 28 Oct 2002 22:15:38 +0000 (22:15 +0000)]
Fixed Unsafe Viewing link

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

21 years agoChangeLog
kink [Mon, 28 Oct 2002 15:05:41 +0000 (15:05 +0000)]
ChangeLog

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

21 years agoOf course the real fix for using utf7-functions inconsistently is making them more
kink [Mon, 28 Oct 2002 15:01:49 +0000 (15:01 +0000)]
Of course the real fix for using utf7-functions inconsistently is making them more
consistent, so from now on we assume that all input to these imap_mailbox_ functions is
utf7 in stead of non-utf7 for some and utf7 for others.

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

21 years agoFix inconsequent use of utf7_encode which causes problems with creating/renaming
kink [Mon, 28 Oct 2002 14:24:45 +0000 (14:24 +0000)]
Fix inconsequent use of utf7_encode which causes problems with creating/renaming
folders with special chars like '&': sometimes doesn't get encoded, other times does,
sometimes gets encoded twice.

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

21 years agoMerge utf7_decode_local and utf7_encode_local into one file.
kink [Mon, 28 Oct 2002 13:00:44 +0000 (13:00 +0000)]
Merge utf7_decode_local and utf7_encode_local into one file.

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

21 years agoBuggy messages with empty mime-parts (size=0) causes incorrect parsing.
stekkel [Mon, 28 Oct 2002 09:34:06 +0000 (09:34 +0000)]
Buggy messages with empty mime-parts (size=0) causes incorrect parsing.
Adding case '0': solved the problem.

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

21 years agoObsolete array.php
kink [Sat, 26 Oct 2002 17:10:21 +0000 (17:10 +0000)]
Obsolete array.php

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

21 years agoSome reworking of help.php
kink [Sat, 26 Oct 2002 15:35:04 +0000 (15:35 +0000)]
Some reworking of help.php

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

21 years agoMove error checking up
kink [Sat, 26 Oct 2002 14:20:00 +0000 (14:20 +0000)]
Move error checking up

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

21 years agoThis check now already happens in sqimap_login, no need to do it twice
kink [Sat, 26 Oct 2002 14:18:01 +0000 (14:18 +0000)]
This check now already happens in sqimap_login, no need to do it twice

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

21 years agoLanguage fix
kink [Sat, 26 Oct 2002 11:11:28 +0000 (11:11 +0000)]
Language fix

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

21 years agoWorkaround buggy Opera by adding newlines. Thanks Sander Smeenk
kink [Sat, 26 Oct 2002 11:00:55 +0000 (11:00 +0000)]
Workaround buggy Opera by adding newlines. Thanks Sander Smeenk

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

21 years agoSolNet Support Team
philippe_mingo [Fri, 25 Oct 2002 11:27:12 +0000 (11:27 +0000)]
SolNet Support Team

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

21 years agoselect all link should actually do something
robsiemb [Thu, 24 Oct 2002 19:37:39 +0000 (19:37 +0000)]
select all link should actually do something

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

21 years agoSome code cleanups.
indiri69 [Thu, 24 Oct 2002 16:35:16 +0000 (16:35 +0000)]
Some code cleanups.

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

21 years agoTomas Kuliavas
philippe_mingo [Thu, 24 Oct 2002 15:09:25 +0000 (15:09 +0000)]
Tomas Kuliavas

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

21 years agoArief S Fitrianto
philippe_mingo [Thu, 24 Oct 2002 15:08:40 +0000 (15:08 +0000)]
Arief S Fitrianto

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

21 years agoadd quotes around the personal name. This solves incorrect from_mail
stekkel [Thu, 24 Oct 2002 14:50:45 +0000 (14:50 +0000)]
add quotes around the personal name. This solves incorrect from_mail
addresses.

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

21 years agosorry, I introduced a bug. Things get worse before they get better and now
stekkel [Thu, 24 Oct 2002 14:17:27 +0000 (14:17 +0000)]
sorry, I introduced a bug. Things get worse before they get better and now
it's better :-)

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

21 years agonice error messages
stekkel [Thu, 24 Oct 2002 13:57:13 +0000 (13:57 +0000)]
nice error messages

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

21 years agofix for unidentified reply-to header lines.
stekkel [Thu, 24 Oct 2002 13:36:55 +0000 (13:36 +0000)]
fix for unidentified reply-to header lines.

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

21 years agoremove require_once i18n.php because it's already included in validate.php
stekkel [Thu, 24 Oct 2002 10:01:23 +0000 (10:01 +0000)]
remove require_once i18n.php because it's already included in validate.php

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

21 years agoSM_PATH already defined
stekkel [Thu, 24 Oct 2002 09:57:05 +0000 (09:57 +0000)]
SM_PATH already defined

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

21 years agosqimap_get_delimiter needs imap_stream
stekkel [Thu, 24 Oct 2002 09:26:51 +0000 (09:26 +0000)]
sqimap_get_delimiter needs imap_stream

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

21 years agoerror check on imap_stream.
stekkel [Thu, 24 Oct 2002 09:25:20 +0000 (09:25 +0000)]
error check on imap_stream.

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

21 years agoAnother sneaky folder list (or two)
sizzlingmercury [Thu, 24 Oct 2002 06:20:56 +0000 (06:20 +0000)]
Another sneaky folder list (or two)

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

21 years agoGAH! Folder lists hiding everywhere!! this one in the filter plugin..
sizzlingmercury [Thu, 24 Oct 2002 06:10:27 +0000 (06:10 +0000)]
GAH! Folder lists hiding everywhere!! this one in the filter plugin..

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

21 years agoFolder Selection changes integrated from sizzle-ui stream..
sizzlingmercury [Thu, 24 Oct 2002 05:45:48 +0000 (05:45 +0000)]
Folder Selection changes integrated from sizzle-ui stream..
Options for how folder selection list is displayed is on Folder Options page
Folder lists on Search, Folders, and Folder Options Pages, as well
as Folder selection lists used by the Message Index and the
Delete_move_next plugin all modified to use new Option list
creation method in imap_mailbox.

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