lbergman
51a7aa967a
fix bug select one highlight item, deletes all
2001-02-10 00:45:31 +00:00
Tyler Akins
cb94ee36af
* Moved subject handling code into its own function.
...
* Hopefully simplified the entity-checking loop.
2001-02-09 19:40:51 +00:00
graf25
74660a55d6
Fixes the problem of subjects with entities getting trimmed too short.
2001-02-09 17:08:21 +00:00
Tyler Akins
9a96b73714
* Stupid bugfix
2001-02-09 16:38:35 +00:00
Tyler Akins
e56942b319
* Added more plugin stuff. :-)
2001-02-09 16:13:23 +00:00
Tyler Akins
094f8dccbe
* 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.
2001-02-09 16:12:54 +00:00
Tyler Akins
3e5746932f
* Lots-o-debug info
2001-02-09 14:51:01 +00:00
Tyler Akins
5210c3a8d3
* 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.
2001-02-09 14:44:15 +00:00
Tyler Akins
25fe3ea0ab
* Added a debug mode.
2001-02-09 13:24:07 +00:00
graf25
d561672259
Bugfixes in l10n
2001-02-09 07:18:42 +00:00
Luke Ehresman
b16a368ca6
fixed version number
2001-02-08 15:39:50 +00:00
Luke Ehresman
2337897ef7
added icelandic translation
2001-02-08 14:21:47 +00:00
Luke Ehresman
ec694b1787
* added Hungarian translation
...
* updated Taiwan translation
2001-02-08 02:32:28 +00:00
Tyler Akins
eade0db4c3
* Minor bugfixes with addressbooks
...
* Local addresses now list again when you hit the Addresses button on the
compose.php form.
2001-02-07 16:39:03 +00:00
Tyler Akins
da36de70bf
* quotemeta() wasn't the right function. addslashes() is correct.
...
* This should fix the bugs Lewis was talking about.
2001-02-07 14:37:51 +00:00
Tyler Akins
52cd3aa105
* 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.
2001-02-07 04:24:43 +00:00
Tyler Akins
86e6878adc
* Removed the other workarounds too. :-)
2001-02-07 03:46:12 +00:00
Luke Ehresman
017304f846
using tyler's method, added OPTIONAL workaround for Konq problem
2001-02-07 02:45:00 +00:00
Tyler Akins
124a582ee4
* More fixes
...
* $boxes[$i]['flags'] is always an array now. :-)
2001-02-06 20:30:03 +00:00
Tyler Akins
e669789d91
* Hopefully squashed all those annoying "flags" workarounds
...
* Should kill the error I was just reported with search.php
2001-02-06 20:26:33 +00:00
Tyler Akins
5d06ba1f88
* Removed a potential warning and potential config problem (like the plugins)
2001-02-06 18:39:50 +00:00
Tyler Akins
7d14d61ad7
* Very minor bugfixes
...
* Removed warnings
2001-02-06 18:30:47 +00:00
Tyler Akins
e566fef3ee
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
2001-02-05 21:13:53 +00:00
pallo
7aeabb6d9f
Added example code to help people enable the database addressbook backend.
2001-02-05 09:34:58 +00:00
pallo
7972c4e57b
Fixed PHP warning for LDAP entries without an e-mail address.
2001-02-05 09:33:59 +00:00
pallo
1195b78cbd
Converted some ereg_replace() into str_replace().
...
Fixed some SQL queries in the database backend.
2001-02-05 09:33:01 +00:00
Tyler Akins
ddf5d9224f
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.
2001-02-04 01:56:08 +00:00
Tyler Akins
4abdf237cc
* 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).
2001-02-03 16:58:14 +00:00
Tyler Akins
fc353073cf
Fixed the weird date thing. Forgot it had to be an associative array.
2001-02-02 21:38:11 +00:00
Tyler Akins
ae170e7286
Hopefully fixes problem with "wrong datatype for second argument to in_array"
2001-02-02 21:00:31 +00:00
Luke Ehresman
a06909f185
standard version transition stuff
2001-02-02 20:00:45 +00:00
Tyler Akins
c2cd55a5a9
* 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
2001-02-02 17:51:19 +00:00
Tyler Akins
d7abdc9a6b
Cleaned up regexp's.
...
Removed one ereg.
2001-02-02 16:58:56 +00:00
Tyler Akins
373e95a8d1
Commented where more workarounds were added
2001-02-02 16:05:10 +00:00
Luke Ehresman
cd371ecca9
fixed warnings and fixed broken part of my updated sqimap_read_data()
2001-02-02 15:43:28 +00:00
lbergman
77173ee663
some foo to 'foo'
2001-02-02 14:59:47 +00:00
Luke Ehresman
c431513c48
removed warnings
2001-02-02 03:08:27 +00:00
Luke Ehresman
89609943b2
added another fix for the odd addition of newlines
2001-02-02 02:13:35 +00:00
Luke Ehresman
e77db066ff
improved imap_general.php -- much better handling
2001-02-02 01:09:36 +00:00
Luke Ehresman
34298fb38b
removed another warning
2001-02-01 21:07:38 +00:00
Luke Ehresman
f457b84556
removed error messages
2001-02-01 20:51:52 +00:00
Tyler Akins
73abab391b
Removed ereg and ereg_replace calls. Using simple string manipulation.
...
This way we don't have to worry about what $needle is.
2001-02-01 13:05:56 +00:00
Luke Ehresman
57baafdd47
whoops.. didn't mean to commit this stuff
2001-02-01 05:13:40 +00:00
Luke Ehresman
511959ba1b
warnings removed
2001-02-01 05:06:58 +00:00
Luke Ehresman
5301802ba0
* speed improvemnts in sorting
...
* more warnings removed
2001-02-01 02:53:12 +00:00
Luke Ehresman
f0a1030d3e
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)
2001-02-01 00:56:53 +00:00
Luke Ehresman
486b8d34b7
fixed more warnings
2001-02-01 00:39:52 +00:00
Tyler Akins
2ad89fc7c6
Removed workaround for Konqueror.
2001-02-01 00:35:59 +00:00
thomppj
2866c6b6e7
More "" to '' conversions.
2001-01-31 18:59:14 +00:00
Tyler Akins
a15a0caec8
Reinstating fix for the "to" addresses. Hopefully won't need them for CC
...
and BCC.
2001-01-31 18:45:19 +00:00