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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
lbergman [Wed, 31 Jan 2001 03:32:31 +0000 (03:32 +0000)]
replace with ''
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@996
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lbergman [Wed, 31 Jan 2001 03:24:03 +0000 (03:24 +0000)]
replace with ''
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@995
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lbergman [Wed, 31 Jan 2001 03:05:58 +0000 (03:05 +0000)]
Fixed unread messages not bolded bug
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@994
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Wed, 31 Jan 2001 03:00:08 +0000 (03:00 +0000)]
fixed more warnings
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@993
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Wed, 31 Jan 2001 02:34:44 +0000 (02:34 +0000)]
fixed some more warning messages
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@992
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 30 Jan 2001 21:10:39 +0000 (21:10 +0000)]
Hopefully fixed the "unbalanced <" error
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@991
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 30 Jan 2001 21:05:27 +0000 (21:05 +0000)]
Removed pass-by-reference. I think this might break attachment_common.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@990
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 30 Jan 2001 20:23:46 +0000 (20:23 +0000)]
* Needed to escape the { and } in the regexp
* Need to escape backslashes, since they are first unescaped by PHP, then
unescaped by the regexp library
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@989
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lbergman [Tue, 30 Jan 2001 19:16:25 +0000 (19:16 +0000)]
Took out cvs confusion
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@988
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Tue, 30 Jan 2001 19:12:02 +0000 (19:12 +0000)]
minor version changes and updates
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@987
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 30 Jan 2001 18:11:09 +0000 (18:11 +0000)]
Couple warnings removed
If subject line is over 55 chars, trims it and appends "..."
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@986
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 30 Jan 2001 18:02:23 +0000 (18:02 +0000)]
Many more warnings removed.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@985
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 30 Jan 2001 17:40:13 +0000 (17:40 +0000)]
Removed line, plugin.php now handles this properly.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@984
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 30 Jan 2001 17:34:51 +0000 (17:34 +0000)]
More changes to remove warnings when all are enabled.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@983
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Tue, 30 Jan 2001 17:22:38 +0000 (17:22 +0000)]
Removed a lot of the warnings generated when PHP has all warnings enabled.
This is not done yet, but it is a VERY good start.
Added $Id$ tags to a lot of the files.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@982
7612ce4b-ef26-0410-bec9-
ea0150e637f0
centaurix [Mon, 29 Jan 2001 21:11:32 +0000 (21:11 +0000)]
check if safe_mode is enabled (putenv is not allowed then) and
check if LC_ALL is already == $sm_language to save an putenv
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@981
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 29 Jan 2001 20:56:08 +0000 (20:56 +0000)]
updated some documentation
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@980
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 29 Jan 2001 20:49:29 +0000 (20:49 +0000)]
alphebetized languages
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@979
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 29 Jan 2001 20:34:06 +0000 (20:34 +0000)]
updated russian translation
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@978
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 29 Jan 2001 14:04:13 +0000 (14:04 +0000)]
added hook for new_window plugin
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@977
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 29 Jan 2001 13:56:04 +0000 (13:56 +0000)]
added frehnch translation of help files
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@976
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Mon, 29 Jan 2001 13:51:35 +0000 (13:51 +0000)]
* added attachment_common plugin to distribution
* added $plugins variable to config_default.php
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@975
7612ce4b-ef26-0410-bec9-
ea0150e637f0
centaurix [Sun, 28 Jan 2001 23:41:45 +0000 (23:41 +0000)]
- included strings.php before config.php (here not in strings.php that was
a wrong log sorry) to avaid note in paranoid log level
- added $Id:$
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@974
7612ce4b-ef26-0410-bec9-
ea0150e637f0
centaurix [Sun, 28 Jan 2001 23:36:58 +0000 (23:36 +0000)]
- included strings.php before config.php to avoid warning (see Bug #130107 )
- added $Id:$ tag
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@973
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Sun, 28 Jan 2001 17:53:21 +0000 (17:53 +0000)]
added finnish locale
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@972
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Sat, 27 Jan 2001 22:06:50 +0000 (22:06 +0000)]
Replaced preg_match with ereg (speed)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@971
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 25 Jan 2001 22:06:54 +0000 (22:06 +0000)]
updated the sweedish translation
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@970
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 25 Jan 2001 05:25:48 +0000 (05:25 +0000)]
fixed some problems in sqimap_read_body(). Please test it out.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@969
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Tue, 23 Jan 2001 17:06:46 +0000 (17:06 +0000)]
updated spanish translation
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@968
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Tue, 23 Jan 2001 13:23:23 +0000 (13:23 +0000)]
just a changelog update
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@967
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Sun, 21 Jan 2001 14:42:51 +0000 (14:42 +0000)]
updated tiwain translation
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@966
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Sat, 20 Jan 2001 07:26:02 +0000 (07:26 +0000)]
fixed mistype, added translation to i18n.php
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@965
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Sat, 20 Jan 2001 07:07:26 +0000 (07:07 +0000)]
fixed some strings that should have been included in string freeze. Sorry!
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@964
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 18 Jan 2001 01:26:53 +0000 (01:26 +0000)]
added documentation on how we fixed this problem
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@963
7612ce4b-ef26-0410-bec9-
ea0150e637f0
lkehresman [Thu, 18 Jan 2001 00:50:38 +0000 (00:50 +0000)]
Added a much better fix for the IE/SSL problem. No security hazards
were introduced. I put the onetimepad code back to what it originally
was, and everything should work great now.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@962
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Wed, 17 Jan 2001 23:35:53 +0000 (23:35 +0000)]
CHEAP HACK to fix the problem. This should REALLY look at the first line
returned and check that for a standard structure thing and see if it extends
onto multiple lines. If so, there is always a size sent out, so have this
function scan past that size and then look for the end tag. Since I don't
have the time to delve into IMAP structure to get this done perfectly, I
just do a cheap hack to scan to see if there is at least one more character
incoming from the IMAP server. Maybe if I have time, I'll tackle this
further.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@961
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Wed, 17 Jan 2001 22:31:42 +0000 (22:31 +0000)]
Temporary fix for problem when reading a message and you get some weird
error message.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@960
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Wed, 17 Jan 2001 21:51:40 +0000 (21:51 +0000)]
Another fix for my broken code.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@959
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Wed, 17 Jan 2001 17:56:32 +0000 (17:56 +0000)]
parseAddrs now always returns an array (expected behavior)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@958
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Wed, 17 Jan 2001 17:14:49 +0000 (17:14 +0000)]
* Fixed typo.
* Changed two negations and OR into one negation and AND
- 1/2 the number of negations! :-)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@957
7612ce4b-ef26-0410-bec9-
ea0150e637f0
fidian [Wed, 17 Jan 2001 17:11:20 +0000 (17:11 +0000)]
Changed the second ereg() function to a strcasecmp also.
Changed the "== 0" into negation
- faster than a compare by a nanosecond or less :-)
Same went for "else if" to "elseif"
(Hope I didn't break it again)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@956
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pallo [Wed, 17 Jan 2001 08:34:01 +0000 (08:34 +0000)]
Replaced an eregi() with strcasecmp() which should be considerably faster.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@955
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pallo [Wed, 17 Jan 2001 08:15:21 +0000 (08:15 +0000)]
Reverted 1.53->1.54 change because it introduced a bug (the new regexp was wrong).
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@954
7612ce4b-ef26-0410-bec9-
ea0150e637f0