Tyler Akins
47505bdd6d
Changed regexps
...
Altered function names to make them possibly collide with other functions
less frequently
Altered code for sorting to hopefully improve speed
2001-01-31 18:43:47 +00:00
Tyler Akins
d68811b388
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.
2001-01-31 18:28:49 +00:00
thomppj
c517d51f81
Correct changes of "" to ''.
2001-01-31 18:27:06 +00:00
Tyler Akins
92a03048c8
Another initialization thing fixed
2001-01-31 18:20:57 +00:00
Tyler Akins
e14f82ea0a
Commented out code -- I don't think that this problem exists anymore, so we
...
don't need to correct for it.
2001-01-31 18:17:47 +00:00
Tyler Akins
988e87f1b7
$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
2001-01-31 18:03:55 +00:00
Tyler Akins
3bb8c89d5e
That should fix the changes.
...
Must not '*$var*' -- use "*$var*" or '*'.$var.'*'
2001-01-31 17:49:31 +00:00
Tyler Akins
8266e5c308
Changed _('String') into _("String") to help out the gettext stuff
2001-01-31 17:24:23 +00:00
Luke Ehresman
38b9a97c76
updated changelog, fixed folder subscriptions not displaying problem
2001-01-31 17:19:18 +00:00
Tyler Akins
69320ed3e4
All strings that have an escape sequence must not be 'string'
...
\n, \r, \209 are all escape sequences.
2001-01-31 17:13:11 +00:00
Tyler Akins
d5750c6aca
Changed many "Call-time pass-by-reference" errors. Things should be passed
...
correctly.
2001-01-31 17:04:11 +00:00
Tyler Akins
8e45c13a78
Apparently usort() REQUIRES a user-defined function instead of a PHP
...
built-in function. Worked fine on my machine, killed the server on another.
2001-01-31 16:55:05 +00:00
thomppj
70ebf1a30b
Converted "foo" to 'foo' for abook_*.php
2001-01-31 15:15:36 +00:00
Luke Ehresman
8d8593475c
fixed bug i introduced that always showed attachment box
2001-01-31 04:33:16 +00:00
Luke Ehresman
89501e1126
added more bugfixes and warning squashes
2001-01-31 03:59:49 +00:00
Luke Ehresman
8eb3a42386
fixed parse error
2001-01-31 03:55:48 +00:00
Luke Ehresman
54a58f6be5
careful lewis.. a variable was inside ''. :)
2001-01-31 03:50:46 +00:00
lbergman
b84e343846
replace with ''
2001-01-31 03:32:31 +00:00
lbergman
2614511432
replace with ''
2001-01-31 03:24:03 +00:00
lbergman
7be088555d
Fixed unread messages not bolded bug
2001-01-31 03:05:58 +00:00
Luke Ehresman
6f10a0740a
fixed more warnings
2001-01-31 03:00:08 +00:00
Luke Ehresman
63bb5ec59c
fixed some more warning messages
2001-01-31 02:34:44 +00:00
Tyler Akins
d92f40e1af
Hopefully fixed the "unbalanced <" error
2001-01-30 21:10:39 +00:00
Tyler Akins
18da02590c
Removed pass-by-reference. I think this might break attachment_common.
2001-01-30 21:05:27 +00:00
Tyler Akins
248061a4d0
* 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
2001-01-30 20:23:46 +00:00
Luke Ehresman
46f6a04943
minor version changes and updates
2001-01-30 19:12:02 +00:00
Tyler Akins
505cf3de89
Couple warnings removed
...
If subject line is over 55 chars, trims it and appends "..."
2001-01-30 18:11:09 +00:00
Tyler Akins
b60593dc7f
More changes to remove warnings when all are enabled.
2001-01-30 17:34:51 +00:00
Tyler Akins
de965920f1
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.
2001-01-30 17:22:38 +00:00
centaurix
f6ac0367c1
check if safe_mode is enabled (putenv is not allowed then) and
...
check if LC_ALL is already == $sm_language to save an putenv
2001-01-29 21:11:32 +00:00
Luke Ehresman
79c4cc599b
alphebetized languages
2001-01-29 20:49:29 +00:00
Luke Ehresman
28e457b1b7
updated russian translation
2001-01-29 20:34:06 +00:00
Luke Ehresman
e9af1654e7
added hook for new_window plugin
2001-01-29 14:04:13 +00:00
centaurix
538e135372
- included strings.php before config.php to avoid warning (see Bug #130107 )
...
- added $Id:$ tag
2001-01-28 23:36:58 +00:00
Luke Ehresman
372e6f544b
added finnish locale
2001-01-28 17:53:21 +00:00
Tyler Akins
de7069a67c
Replaced preg_match with ereg (speed)
2001-01-27 22:06:50 +00:00
Luke Ehresman
57564a5cf0
fixed some problems in sqimap_read_body(). Please test it out.
2001-01-25 05:25:48 +00:00
Luke Ehresman
ebcaab41c0
fixed mistype, added translation to i18n.php
2001-01-20 07:26:02 +00:00
Luke Ehresman
1f973b92da
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.
2001-01-18 00:50:38 +00:00
Tyler Akins
cb3984d52c
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.
2001-01-17 23:35:53 +00:00
Tyler Akins
dc7871ef8b
Temporary fix for problem when reading a message and you get some weird
...
error message.
2001-01-17 22:31:42 +00:00
Tyler Akins
472a8f45d8
Another fix for my broken code.
2001-01-17 21:51:40 +00:00
Tyler Akins
293ac43cf9
parseAddrs now always returns an array (expected behavior)
2001-01-17 17:56:32 +00:00
Tyler Akins
f0f30c095d
* Fixed typo.
...
* Changed two negations and OR into one negation and AND
- 1/2 the number of negations! :-)
2001-01-17 17:14:49 +00:00
Tyler Akins
f8a9fe982e
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)
2001-01-17 17:11:20 +00:00
pallo
4d1e0a14bd
Replaced an eregi() with strcasecmp() which should be considerably faster.
2001-01-17 08:34:01 +00:00
pallo
9885b36d40
Reverted 1.53->1.54 change because it introduced a bug (the new regexp was wrong).
2001-01-17 08:15:21 +00:00
Luke Ehresman
8d56719384
fixed select all bug with spaces in folder name
2001-01-17 03:40:55 +00:00
Luke Ehresman
02508d318b
Finally fixed the IE/SSL download problem.
2001-01-17 01:06:57 +00:00
Luke Ehresman
8d0f4a0af0
changed version to: 1.0pre3 [cvs]
2001-01-16 20:04:08 +00:00