squirrelmail.git
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

23 years agoreplace with ''
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

23 years agoreplace with ''
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

23 years agoFixed unread messages not bolded bug
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

23 years agofixed more warnings
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

23 years agofixed some more warning messages
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

23 years agoHopefully fixed the "unbalanced <" error
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

23 years agoRemoved pass-by-reference. I think this might break attachment_common.
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

23 years ago* Needed to escape the { and } in the regexp
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

23 years agoTook out cvs confusion
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

23 years agominor version changes and updates
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

23 years agoCouple warnings removed
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

23 years agoMany more warnings removed.
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

23 years agoRemoved line, plugin.php now handles this properly.
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

23 years agoMore changes to remove warnings when all are enabled.
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

23 years agoRemoved a lot of the warnings generated when PHP has all warnings enabled.
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

23 years agocheck if safe_mode is enabled (putenv is not allowed then) and
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

23 years agoupdated some documentation
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

23 years agoalphebetized languages
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

23 years agoupdated russian translation
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

23 years agoadded hook for new_window plugin
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

23 years agoadded frehnch translation of help files
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

23 years ago* added attachment_common plugin to distribution
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

23 years ago- included strings.php before config.php (here not in strings.php that was
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

23 years ago- included strings.php before config.php to avoid warning (see Bug #130107 )
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

23 years agoadded finnish locale
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

23 years agoReplaced preg_match with ereg (speed)
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

23 years agoupdated the sweedish translation
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

23 years agofixed some problems in sqimap_read_body(). Please test it out.
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

23 years agoupdated spanish translation
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

23 years agojust a changelog update
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

23 years agoupdated tiwain translation
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

23 years agofixed mistype, added translation to i18n.php
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

23 years agofixed some strings that should have been included in string freeze. Sorry!
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

23 years agoadded documentation on how we fixed this problem
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

23 years agoAdded a much better fix for the IE/SSL problem. No security hazards
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

23 years agoCHEAP HACK to fix the problem. This should REALLY look at the first line
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

23 years agoTemporary fix for problem when reading a message and you get some weird
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

23 years agoAnother fix for my broken code.
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

23 years agoparseAddrs now always returns an array (expected behavior)
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

23 years ago* Fixed typo.
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

23 years agoChanged the second ereg() function to a strcasecmp also.
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

23 years agoReplaced an eregi() with strcasecmp() which should be considerably faster.
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

23 years agoReverted 1.53->1.54 change because it introduced a bug (the new regexp was wrong).
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

23 years agofixed "cannot redeclare getPref()" error
lkehresman [Wed, 17 Jan 2001 04:41:31 +0000 (04:41 +0000)]
fixed "cannot redeclare getPref()" error

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

23 years agoadded compose_form plugin hook
lkehresman [Wed, 17 Jan 2001 04:06:55 +0000 (04:06 +0000)]
added compose_form plugin hook

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

23 years agofixed select all bug with spaces in folder name
lkehresman [Wed, 17 Jan 2001 03:40:55 +0000 (03:40 +0000)]
fixed select all bug with spaces in folder name

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

23 years agoFinally fixed the IE/SSL download problem.
lkehresman [Wed, 17 Jan 2001 01:06:57 +0000 (01:06 +0000)]
Finally fixed the IE/SSL download problem.

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

23 years agochanged version to: 1.0pre3 [cvs]
lkehresman [Tue, 16 Jan 2001 20:04:08 +0000 (20:04 +0000)]
changed version to:  1.0pre3 [cvs]

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

23 years agoWhy did we have two eregi() functions in a row? I changed it so one regexp
fidian [Tue, 16 Jan 2001 19:24:00 +0000 (19:24 +0000)]
Why did we have two eregi() functions in a row?  I changed it so one regexp
should do it.

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

23 years agoFixed a bug where users that did not log in before would get tons of
fidian [Tue, 16 Jan 2001 19:14:29 +0000 (19:14 +0000)]
Fixed a bug where users that did not log in before would get tons of
    Warning: REG_EBRACK in .../imap_mailbox.php on line XXX
Apparently the Trash and Sent folder need to be escaped, just in case they
have some special characters in them.

This only seemed to happen with FreeBSD and special folder names for the
Sent and Trash folder.  Thanks to John Bolster for helping out!

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

23 years agochanged nathan's web site
lkehresman [Tue, 16 Jan 2001 13:16:58 +0000 (13:16 +0000)]
changed nathan's web site

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

23 years agoadded personal web sites to AUTHORS file.. feel free to add yours if
lkehresman [Tue, 16 Jan 2001 13:03:05 +0000 (13:03 +0000)]
added personal web sites to AUTHORS file.. feel free to add yours if
you want it in there.  (please use spaces instead of tabs if you do)

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

23 years agofixed minor bug with expunge button not showing up
lkehresman [Tue, 16 Jan 2001 05:04:38 +0000 (05:04 +0000)]
fixed minor bug with expunge button not showing up

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

23 years agoUpdated polish translation
lkehresman [Tue, 16 Jan 2001 00:22:31 +0000 (00:22 +0000)]
Updated polish translation

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

23 years agochanged date in changelog
lkehresman [Mon, 15 Jan 2001 19:48:40 +0000 (19:48 +0000)]
changed date in changelog

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

23 years agopatch a security hole in UW
lbergman [Mon, 15 Jan 2001 19:11:00 +0000 (19:11 +0000)]
patch a security hole in UW

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

23 years agoadded new hook info to docs
lkehresman [Mon, 15 Jan 2001 15:54:00 +0000 (15:54 +0000)]
added new hook info to docs

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

23 years agoadded a hook in header
lkehresman [Mon, 15 Jan 2001 15:29:09 +0000 (15:29 +0000)]
added a hook in header

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

23 years agoadded fix for translations (changed some ' to ")
lkehresman [Mon, 15 Jan 2001 14:40:02 +0000 (14:40 +0000)]
added fix for translations (changed some ' to ")

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

23 years agoFixed a security hole with regard to themes.
lkehresman [Mon, 15 Jan 2001 14:34:13 +0000 (14:34 +0000)]
Fixed a security hole with regard to themes.

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

23 years agoAdded patch 103186 -- $HTTPS variable checking to case insensitive.
fidian [Mon, 15 Jan 2001 03:08:27 +0000 (03:08 +0000)]
Added patch 103186 -- $HTTPS variable checking to case insensitive.

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

23 years agomade $sent_folder global so that the 'from' column would now be named 'to'
fidian [Sat, 13 Jan 2001 20:43:24 +0000 (20:43 +0000)]
made $sent_folder global so that the 'from' column would now be named 'to'
for messages in the $sent_folder.

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

23 years agochanged some error messages to be formatted, and actually meaningful
lkehresman [Sat, 13 Jan 2001 16:01:43 +0000 (16:01 +0000)]
changed some error messages to be formatted, and actually meaningful
(didn't break string freeze)

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

23 years agoRegarding username='DELETED' bug (Opera and apparently IE 3) - forgot to
fidian [Thu, 11 Jan 2001 15:01:16 +0000 (15:01 +0000)]
Regarding username='DELETED' bug (Opera and apparently IE 3) - forgot to
change 'username' to 'login_username' in one spot.

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

23 years agoo PHP 4.0.4 seemed to have problems with the usort function being defined inline...
gpadgham [Thu, 11 Jan 2001 14:33:36 +0000 (14:33 +0000)]
o PHP 4.0.4 seemed to have problems with the usort function being defined inline with another function.  This should fix that.

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

23 years agoFelt like quadrupling the amount of work done in read_body.php
fidian [Thu, 11 Jan 2001 06:29:17 +0000 (06:29 +0000)]
Felt like quadrupling the amount of work done in read_body.php
On a whim, removed the duplicate address problem with reply_all link
Accidentally just made Luke's change obsolete.  (sorry man)
This is what happens when my mind starts churning ...

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

23 years agofixed some problems with reply all
lkehresman [Thu, 11 Jan 2001 02:01:13 +0000 (02:01 +0000)]
fixed some problems with reply all

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

23 years agofixed the "Select All" bug (bottom string didn't change to "Unselect All"
lkehresman [Thu, 11 Jan 2001 01:23:59 +0000 (01:23 +0000)]
fixed the "Select All" bug (bottom string didn't change to "Unselect All"

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

23 years agopossible fix for IE/SSL problem
lkehresman [Thu, 11 Jan 2001 01:14:46 +0000 (01:14 +0000)]
possible fix for IE/SSL problem

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