squirrelmail.git
23 years ago* Moved subject handling code into its own function.
fidian [Fri, 9 Feb 2001 19:40:51 +0000 (19:40 +0000)]
* Moved subject handling code into its own function.
* Hopefully simplified the entity-checking loop.

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

23 years agoNow compares the user's language cookie with his preferences and corrects the cookie...
graf25 [Fri, 9 Feb 2001 19:20:13 +0000 (19:20 +0000)]
Now compares the user's language cookie with his preferences and corrects the cookie if they are different or it is unset

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

23 years agoFixes the problem of subjects with entities getting trimmed too short.
graf25 [Fri, 9 Feb 2001 17:08:21 +0000 (17:08 +0000)]
Fixes the problem of subjects with entities getting trimmed too short.

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

23 years ago* Stupid bugfix
fidian [Fri, 9 Feb 2001 16:38:35 +0000 (16:38 +0000)]
* Stupid bugfix

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

23 years ago* Fixed typo
fidian [Fri, 9 Feb 2001 16:26:04 +0000 (16:26 +0000)]
* Fixed typo

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

23 years ago* Now the MIME type can be overridden (if you have a .php file, it is
fidian [Fri, 9 Feb 2001 16:14:17 +0000 (16:14 +0000)]
* Now the MIME type can be overridden (if you have a .php file, it is
  marked as applicaton/octet-stream when it should be text/plain)

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

23 years ago* Added more plugin stuff. :-)
fidian [Fri, 9 Feb 2001 16:13:23 +0000 (16:13 +0000)]
* Added more plugin stuff.  :-)

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

23 years ago* Noticed that mime_match_parentheses() didn't work when a string had
fidian [Fri, 9 Feb 2001 16:12:54 +0000 (16:12 +0000)]
* Noticed that mime_match_parentheses() didn't work when a string had
  quotes in it.  The string (a " quote) returned by the IMAP server
  would look like "a \" quote", so needed to check for that.

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

23 years ago"here" to 'there'
lbergman [Fri, 9 Feb 2001 15:58:43 +0000 (15:58 +0000)]
"here" to 'there'

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

23 years ago* <?= ?> tags changed to <?php echo ?>
fidian [Fri, 9 Feb 2001 15:25:44 +0000 (15:25 +0000)]
* <?= ?> tags changed to <?php echo ?>

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

23 years ago* Lots-o-debug info
fidian [Fri, 9 Feb 2001 14:51:01 +0000 (14:51 +0000)]
* Lots-o-debug info

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

23 years ago* Now this sends $plugin_general_debug to the plugins too. If the plugins
fidian [Fri, 9 Feb 2001 14:44:15 +0000 (14:44 +0000)]
* Now this sends $plugin_general_debug to the plugins too.  If the plugins
  aren't coded to accept the debug value for their setup function, then it
  should be ignored safely.

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

23 years ago* We now escape properly in strings
fidian [Fri, 9 Feb 2001 14:39:38 +0000 (14:39 +0000)]
* We now escape properly in strings

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

23 years ago* Removed all of the echo statements
fidian [Fri, 9 Feb 2001 14:38:27 +0000 (14:38 +0000)]
* Removed all of the echo statements
* Kinda curious if we can just use <?= $val ?> or if we need to do the
  full-fledged <?php echo $val ?>   (comments?)

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

23 years ago* Fixed HTML image tag not being closed.
fidian [Fri, 9 Feb 2001 13:29:33 +0000 (13:29 +0000)]
* Fixed HTML image tag not being closed.

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

23 years ago* Added a debug mode.
fidian [Fri, 9 Feb 2001 13:24:07 +0000 (13:24 +0000)]
* Added a debug mode.

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

23 years agoBugfixes in l10n
graf25 [Fri, 9 Feb 2001 07:18:42 +0000 (07:18 +0000)]
Bugfixes in l10n

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

23 years agofixed minor spelling error
lkehresman [Fri, 9 Feb 2001 04:29:09 +0000 (04:29 +0000)]
fixed minor spelling error

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

23 years agousing isset($CHARSET) for consistency (and probably other reasons)
graf25 [Fri, 9 Feb 2001 04:25:05 +0000 (04:25 +0000)]
using isset($CHARSET) for consistency (and probably other reasons)

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

23 years agoreplaced "foo" with 'foo' while doing other
lbergman [Fri, 9 Feb 2001 00:26:02 +0000 (00:26 +0000)]
replaced "foo" with 'foo' while doing other

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

23 years agoWorkarounds for Russian Apache and charsets/attachments problem.
graf25 [Thu, 8 Feb 2001 17:18:45 +0000 (17:18 +0000)]
Workarounds for Russian Apache and charsets/attachments problem.

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

23 years agofixed version number
lkehresman [Thu, 8 Feb 2001 15:39:50 +0000 (15:39 +0000)]
fixed version number

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

23 years agofixed search folder list display
lkehresman [Thu, 8 Feb 2001 15:37:46 +0000 (15:37 +0000)]
fixed search folder list display

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

23 years agoadded icelandic translation
lkehresman [Thu, 8 Feb 2001 14:21:47 +0000 (14:21 +0000)]
added icelandic translation

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

23 years ago* added Hungarian translation
lkehresman [Thu, 8 Feb 2001 02:32:28 +0000 (02:32 +0000)]
* added Hungarian translation
* updated Taiwan translation

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

23 years ago* Minor bugfixes with addressbooks
fidian [Wed, 7 Feb 2001 16:39:03 +0000 (16:39 +0000)]
* Minor bugfixes with addressbooks
* Local addresses now list again when you hit the Addresses button on the
  compose.php form.

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

23 years ago* quotemeta() wasn't the right function. addslashes() is correct.
fidian [Wed, 7 Feb 2001 14:37:51 +0000 (14:37 +0000)]
* quotemeta() wasn't the right function.  addslashes() is correct.
* This should fix the bugs Lewis was talking about.

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

23 years ago* Auto-detects if form is 'compose.php' and if PHP is giving us bad form
fidian [Wed, 7 Feb 2001 04:24:43 +0000 (04:24 +0000)]
* Auto-detects if form is 'compose.php' and if PHP is giving us bad form
  data and will only trim when appropriate (the multipart/form-data form)
* Trimming method doesn't eliminate extra newlines -- just the first one.
* Cleaned up the code a bit.

* This code should be removed somewhat soon after RedHat officially releases
  a good binary package and after Konqueror works.

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

23 years ago* Removed the other workarounds too. :-)
fidian [Wed, 7 Feb 2001 03:46:12 +0000 (03:46 +0000)]
* Removed the other workarounds too.  :-)

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

23 years agousing tyler's method, added OPTIONAL workaround for Konq problem
lkehresman [Wed, 7 Feb 2001 02:45:00 +0000 (02:45 +0000)]
using tyler's method, added OPTIONAL workaround for Konq problem

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

23 years ago* Fixed my typo
fidian [Tue, 6 Feb 2001 20:40:12 +0000 (20:40 +0000)]
* Fixed my typo

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

23 years ago* Cleaned up some code
fidian [Tue, 6 Feb 2001 20:39:09 +0000 (20:39 +0000)]
* Cleaned up some code

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

23 years ago* More fixes
fidian [Tue, 6 Feb 2001 20:30:03 +0000 (20:30 +0000)]
* More fixes
* $boxes[$i]['flags'] is always an array now.  :-)

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

23 years ago* Hopefully squashed all those annoying "flags" workarounds
fidian [Tue, 6 Feb 2001 20:26:33 +0000 (20:26 +0000)]
* Hopefully squashed all those annoying "flags" workarounds
* Should kill the error I was just reported with search.php

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

23 years ago* Removed a potential warning and potential config problem (like the plugins)
fidian [Tue, 6 Feb 2001 18:39:50 +0000 (18:39 +0000)]
* Removed a potential warning and potential config problem (like the plugins)

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

23 years ago* Very minor bugfixes
fidian [Tue, 6 Feb 2001 18:30:47 +0000 (18:30 +0000)]
* Very minor bugfixes
* Removed warnings

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

23 years agospelling mistake
thomppj [Tue, 6 Feb 2001 14:46:06 +0000 (14:46 +0000)]
spelling mistake

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

23 years agofixed some warnings
lkehresman [Tue, 6 Feb 2001 04:16:15 +0000 (04:16 +0000)]
fixed some warnings

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

23 years ago* updated sweedish
lkehresman [Tue, 6 Feb 2001 01:38:00 +0000 (01:38 +0000)]
* updated sweedish
* updated finnish
* code cleanups
* updated changelog

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

23 years agoFor all strings in regexps:
fidian [Mon, 5 Feb 2001 21:13:53 +0000 (21:13 +0000)]
For all strings in regexps:
 * PHP first unescapes the string
 * PHP sends string to ereg, ereg_replace, or whatever
 * ereg/ereg_replace/whatever unescapes the string to make the regexp

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

23 years agoFixed some untranslated strings that already is translated elsewhere.
pallo [Mon, 5 Feb 2001 14:11:39 +0000 (14:11 +0000)]
Fixed some untranslated strings that already is translated elsewhere.

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

23 years agoAdded example code to help people enable the database addressbook backend.
pallo [Mon, 5 Feb 2001 09:34:58 +0000 (09:34 +0000)]
Added example code to help people enable the database addressbook backend.

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

23 years agoFixed PHP warning for LDAP entries without an e-mail address.
pallo [Mon, 5 Feb 2001 09:33:59 +0000 (09:33 +0000)]
Fixed PHP warning for LDAP entries without an e-mail address.

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

23 years agoConverted some ereg_replace() into str_replace().
pallo [Mon, 5 Feb 2001 09:33:01 +0000 (09:33 +0000)]
Converted some ereg_replace() into str_replace().
Fixed some SQL queries in the database backend.

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

23 years agoAdded some missing includes.
pallo [Mon, 5 Feb 2001 09:28:11 +0000 (09:28 +0000)]
Added some missing includes.
Initialize some vars to avoid warnings from PHP.

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

23 years agoFixed "Select All" link problem for searches.
fidian [Sun, 4 Feb 2001 01:56:08 +0000 (01:56 +0000)]
Fixed "Select All" link problem for searches.
Made Select/Unselect All link a function, so we can put it at the bottom of
searches too.
Made Select/Unselect All link to the current page instead of hardcoding it.

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

23 years ago* All incoming form values now have stripslashes() ran on them automatically
fidian [Sat, 3 Feb 2001 16:58:14 +0000 (16:58 +0000)]
* All incoming form values now have stripslashes() ran on them automatically
  (if PHP escaped them) if you include strings.php
* Removed sqStripSlahes (no need anymore)
* Completely fixed problem with some data needing escapes, some not, and some
  accidentally getting escaped twice (often in compose.php).

To use:
* Load strings.php at the beginning of your script
* All form variables are accessable as globals (as usual), but are without
  the escape backslashes (if PHP put any in).

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

23 years agoForgot to use isset() instead of count() because I unset values in the array
fidian [Fri, 2 Feb 2001 23:55:25 +0000 (23:55 +0000)]
Forgot to use isset() instead of count() because I unset values in the array
when I am done with them (frees up memory).

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

23 years agoFixed the weird date thing. Forgot it had to be an associative array.
fidian [Fri, 2 Feb 2001 21:38:11 +0000 (21:38 +0000)]
Fixed the weird date thing.  Forgot it had to be an associative array.

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

23 years agoHopefully fixes problem with "wrong datatype for second argument to in_array"
fidian [Fri, 2 Feb 2001 21:00:31 +0000 (21:00 +0000)]
Hopefully fixes problem with "wrong datatype for second argument to in_array"

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

23 years agoWeird. sqStripSlashes isn't needed anymore for form entry?
fidian [Fri, 2 Feb 2001 20:55:23 +0000 (20:55 +0000)]
Weird.  sqStripSlashes isn't needed anymore for form entry?
[SM Developers:  Verify this change works for you]
[Send a message like this "this is a backslash \ tada!" and see if it works]

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

23 years agofixed default setting for Exhcnage
lkehresman [Fri, 2 Feb 2001 20:28:19 +0000 (20:28 +0000)]
fixed default setting for Exhcnage

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

23 years agostandard version transition stuff
lkehresman [Fri, 2 Feb 2001 20:00:45 +0000 (20:00 +0000)]
standard version transition stuff

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

23 years ago* Changed some regexps into string matches and the like
fidian [Fri, 2 Feb 2001 17:51:19 +0000 (17:51 +0000)]
* Changed some regexps into string matches and the like
* Fixed more regexp quoting problems
* Cleaned up some code
* Added support for the seven new top-level domains (.aero, .biz, .coop,
.info, .museum, .name, .pro) to url_parser.php

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

23 years agoCleaned up regexp's.
fidian [Fri, 2 Feb 2001 16:58:56 +0000 (16:58 +0000)]
Cleaned up regexp's.
Removed one ereg.

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

23 years agoCommented where more workarounds were added
fidian [Fri, 2 Feb 2001 16:05:10 +0000 (16:05 +0000)]
Commented where more workarounds were added

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

23 years agoAdded comments saying where the workaround is.
fidian [Fri, 2 Feb 2001 16:04:00 +0000 (16:04 +0000)]
Added comments saying where the workaround is.

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

23 years agomore warnings removed
lkehresman [Fri, 2 Feb 2001 15:48:36 +0000 (15:48 +0000)]
more warnings removed

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

23 years agofixed warnings and fixed broken part of my updated sqimap_read_data()
lkehresman [Fri, 2 Feb 2001 15:43:28 +0000 (15:43 +0000)]
fixed warnings and fixed broken part of my updated sqimap_read_data()

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

23 years agosome foo to 'foo'
lbergman [Fri, 2 Feb 2001 14:59:47 +0000 (14:59 +0000)]
some foo to 'foo'

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

23 years agoremoved warnings
lkehresman [Fri, 2 Feb 2001 03:08:27 +0000 (03:08 +0000)]
removed warnings

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

23 years agoadded another fix for the odd addition of newlines
lkehresman [Fri, 2 Feb 2001 02:13:35 +0000 (02:13 +0000)]
added another fix for the odd addition of newlines

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

23 years agoimproved imap_general.php -- much better handling
lkehresman [Fri, 2 Feb 2001 01:09:36 +0000 (01:09 +0000)]
improved imap_general.php -- much better handling

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

23 years agofixed warnings
lkehresman [Thu, 1 Feb 2001 21:22:09 +0000 (21:22 +0000)]
fixed warnings

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

23 years agoremoved another warning
lkehresman [Thu, 1 Feb 2001 21:07:38 +0000 (21:07 +0000)]
removed another warning

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

23 years agoremoved error messages
lkehresman [Thu, 1 Feb 2001 20:51:52 +0000 (20:51 +0000)]
removed error messages

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

23 years agoRemoved ereg and ereg_replace calls. Using simple string manipulation.
fidian [Thu, 1 Feb 2001 13:05:56 +0000 (13:05 +0000)]
Removed ereg and ereg_replace calls.  Using simple string manipulation.
This way we don't have to worry about what $needle is.

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

23 years agowhoops.. didn't mean to commit this stuff
lkehresman [Thu, 1 Feb 2001 05:13:40 +0000 (05:13 +0000)]
whoops.. didn't mean to commit this stuff

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

23 years agowarnings removed
lkehresman [Thu, 1 Feb 2001 05:06:58 +0000 (05:06 +0000)]
warnings removed

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

23 years agoworkaround for SELECT problem
lkehresman [Thu, 1 Feb 2001 05:01:24 +0000 (05:01 +0000)]
workaround for SELECT problem

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

23 years ago* speed improvemnts in sorting
lkehresman [Thu, 1 Feb 2001 02:53:12 +0000 (02:53 +0000)]
* speed improvemnts in sorting
* more warnings removed

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

23 years agoadded capability to detect if imap server supports searching on specific
lkehresman [Thu, 1 Feb 2001 00:56:53 +0000 (00:56 +0000)]
added capability to detect if imap server supports searching on specific
charset.  If not, try with us-ascii rather than throw an error.  (according
to rfc2060, all imap servers MUST support us-ascii charset at bare minimum)

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

23 years agofixed more warnings
lkehresman [Thu, 1 Feb 2001 00:39:52 +0000 (00:39 +0000)]
fixed more warnings

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

23 years agoRemoved workaround for Konqueror.
fidian [Thu, 1 Feb 2001 00:35:59 +0000 (00:35 +0000)]
Removed workaround for Konqueror.

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

23 years agoRemoved newline eraser workaround for Konqueror.
fidian [Thu, 1 Feb 2001 00:35:21 +0000 (00:35 +0000)]
Removed newline eraser workaround for Konqueror.
Removed line of code that replaced backslashes with backslashes.... hmmm.

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

23 years agoAnother workaround for an extra newline inside a form.
fidian [Thu, 1 Feb 2001 00:01:52 +0000 (00:01 +0000)]
Another workaround for an extra newline inside a form.

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

23 years agoI think this fixes the \n"\n"\n"\n" stuff in the address book.
fidian [Wed, 31 Jan 2001 21:38:44 +0000 (21:38 +0000)]
I think this fixes the \n"\n"\n"\n" stuff in the address book.

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

23 years agoMore "" to '' conversions.
thomppj [Wed, 31 Jan 2001 18:59:14 +0000 (18:59 +0000)]
More "" to '' conversions.

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

23 years agoReinstating fix for the "to" addresses. Hopefully won't need them for CC
fidian [Wed, 31 Jan 2001 18:45:19 +0000 (18:45 +0000)]
Reinstating fix for the "to" addresses.  Hopefully won't need them for CC
and BCC.

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

23 years agoChanged regexps
fidian [Wed, 31 Jan 2001 18:43:47 +0000 (18:43 +0000)]
Changed regexps
Altered function names to make them possibly collide with other functions
less frequently
Altered code for sorting to hopefully improve speed

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

23 years agoThat should fix all the backslashes not being escaped properly.
fidian [Wed, 31 Jan 2001 18:28:49 +0000 (18:28 +0000)]
That should fix all the backslashes not being escaped properly.
Changed some "str" to 'str'
Changed a couple other things to work a little better
Removed commented code.

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

23 years agoCorrect changes of "" to ''.
thomppj [Wed, 31 Jan 2001 18:27:06 +0000 (18:27 +0000)]
Correct changes of "" to ''.

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

23 years agosqimap_mailbox_list() only takes one parameter
fidian [Wed, 31 Jan 2001 18:24:01 +0000 (18:24 +0000)]
sqimap_mailbox_list() only takes one parameter

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

23 years agoAnother initialization thing fixed
fidian [Wed, 31 Jan 2001 18:20:57 +0000 (18:20 +0000)]
Another initialization thing fixed

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

23 years agoCommented out code -- I don't think that this problem exists anymore, so we
fidian [Wed, 31 Jan 2001 18:17:47 +0000 (18:17 +0000)]
Commented out code -- I don't think that this problem exists anymore, so we
don't need to correct for it.

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

23 years ago(typo)
fidian [Wed, 31 Jan 2001 18:05:05 +0000 (18:05 +0000)]
(typo)

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

23 years ago$header->cc, $header->to, $header->bcc should always be an array
fidian [Wed, 31 Jan 2001 18:03:55 +0000 (18:03 +0000)]
$header->cc, $header->to, $header->bcc should always be an array
Removed checks for the "always array" stuff
Made Reply To All addresses unique using PHP 4.0.0

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

23 years agoThat should fix the changes.
fidian [Wed, 31 Jan 2001 17:49:31 +0000 (17:49 +0000)]
That should fix the changes.
Must not '*$var*' -- use "*$var*" or '*'.$var.'*'

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

23 years agoThis bug was introduced as part of the changes I did post 1.0. I put it
fidian [Wed, 31 Jan 2001 17:28:06 +0000 (17:28 +0000)]
This bug was introduced as part of the changes I did post 1.0.  I put it
there by accident, so I removed it.  :-)  Don't think that this was an
improvement over 1.0, so I don't think it needs to be there.

... If you think it should be there, you should add this line:

* Added bug that caused servers to crash

:-)

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

23 years agoChanged _('String') into _("String") to help out the gettext stuff
fidian [Wed, 31 Jan 2001 17:24:23 +0000 (17:24 +0000)]
Changed _('String') into _("String") to help out the gettext stuff

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

23 years agoupdated changelog, fixed folder subscriptions not displaying problem
lkehresman [Wed, 31 Jan 2001 17:19:18 +0000 (17:19 +0000)]
updated changelog, fixed folder subscriptions not displaying problem

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

23 years agoAll strings that have an escape sequence must not be 'string'
fidian [Wed, 31 Jan 2001 17:13:11 +0000 (17:13 +0000)]
All strings that have an escape sequence must not be 'string'
\n, \r, \209 are all escape sequences.

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

23 years agoChanged many "Call-time pass-by-reference" errors. Things should be passed
fidian [Wed, 31 Jan 2001 17:04:11 +0000 (17:04 +0000)]
Changed many "Call-time pass-by-reference" errors.  Things should be passed
correctly.

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

23 years agoApparently usort() REQUIRES a user-defined function instead of a PHP
fidian [Wed, 31 Jan 2001 16:55:05 +0000 (16:55 +0000)]
Apparently usort() REQUIRES a user-defined function instead of a PHP
built-in function.  Worked fine on my machine, killed the server on another.

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

23 years agoConverted "foo" to 'foo' for abook_*.php
thomppj [Wed, 31 Jan 2001 15:15:36 +0000 (15:15 +0000)]
Converted "foo" to 'foo' for abook_*.php

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

23 years agofixed bug that always showed CC header even when no CC was available to display
lkehresman [Wed, 31 Jan 2001 14:10:30 +0000 (14:10 +0000)]
fixed bug that always showed CC header even when no CC was available to display

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

23 years agofixed bug i introduced that always showed attachment box
lkehresman [Wed, 31 Jan 2001 04:33:16 +0000 (04:33 +0000)]
fixed bug i introduced that always showed attachment box

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

23 years agoadded more bugfixes and warning squashes
lkehresman [Wed, 31 Jan 2001 03:59:49 +0000 (03:59 +0000)]
added more bugfixes and warning squashes

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

23 years agofixed parse error
lkehresman [Wed, 31 Jan 2001 03:55:48 +0000 (03:55 +0000)]
fixed parse error

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

23 years agocareful lewis.. a variable was inside ''. :)
lkehresman [Wed, 31 Jan 2001 03:50:46 +0000 (03:50 +0000)]
careful lewis..  a variable was inside ''.   :)

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