Tyler Akins
0d0de5d238
* Got bored and copied all the validate.php and define() stuff to 1.1
...
* Cleaned up some code
* Fixed some typos
* Added a few files (documentation, translations)
* EAGERLY awaiting 1.1 to come out
* Made all global stuff "global $varname" so the new define() method we use
will work properly (methinks)
2001-04-19 17:58:10 +00:00
Tyler Akins
bad801a8a1
* Improved speed of URL parser
...
* Made useful regexps global so other plugins (like abook_take) could use them
* Made host regexp match any TLD because of what New.net and ICANN are
squabbling about -- might as well be safe and match a little too much than
not match a valid host.
2001-04-13 13:41:08 +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
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
lbergman
2614511432
replace with ''
2001-01-31 03:24:03 +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
Tyler Akins
75ec65addd
Functions now pass message body by reference to save on memory.
2000-10-10 15:08:41 +00:00
Tyler Akins
9add5d6ab6
Improved link detection in bodies of mail messages.
2000-09-22 18:02:35 +00:00
Luke Ehresman
4468e95b99
Changed version number
...
added patches from Tyler Akins to fix hyperlink rendering
2000-09-19 15:11:35 +00:00
Luke Ehresman
f766c25473
improved email parsing in body of message a little bit (handles more exceptions)
2000-08-30 13:45:30 +00:00
Luke Ehresman
64293cc273
did a few bugfixes in imap functions,
...
applied patches from list
2000-08-21 15:56:33 +00:00
Luke Ehresman
049f7a3655
- fixed some more HTML bugs
...
- fixed bug that threw message index into infinite loop
- changed compose.php to have ENCTYPE=multipart/form-data again
2000-08-02 12:51:17 +00:00
Luke Ehresman
eb096df5d1
fixed minor bug in url parsing that didn't let urls be at beginning of line
2000-08-01 12:49:36 +00:00
oricn
edfe18a7f2
Commented out a DEBUGING line in the URL Parser code.
2000-08-01 11:31:21 +00:00
Luke Ehresman
c7703c06b8
fixed some bugs in url parsing, and in conf.pl
2000-08-01 10:18:27 +00:00
Luke Ehresman
b7304a887c
removed making search results highlighted -- messed up other parsing badly
2000-07-31 16:16:57 +00:00
oricn
f1f530bb81
Wrong version commited last time :P
2000-06-08 18:36:10 +00:00
oricn
78cd9a8756
Added th patch from Tom Duffey, added checking for ftp, telnet, https will lookinto better ways.
2000-06-08 18:34:22 +00:00
Luke Ehresman
6677291b5b
updated the index.php to be absolute, not relative, fixed some bugs in
...
url parser.
2000-05-03 18:55:39 +00:00
Luke Ehresman
13bf7c3644
basic html address book
2000-05-03 15:55:47 +00:00
Luke Ehresman
84433c8b9c
added ( and ) to end markers of html parsing, fixed folder subscribing on UW
2000-04-30 06:24:45 +00:00
oricn
3ad7ce9cc4
Commited Wrong Ver :P Added < and > to possible endinging
2000-04-23 13:28:07 +00:00
oricn
cf048be82e
Chaneged a URL possible ending from < to > as it should have been!
2000-04-23 11:43:14 +00:00
nehresma
c1d5c2628d
changed log in method back to using cookies. also session id is now stored
...
in cookies. preliminary caching done too, but commented out for now (not working).
2000-04-12 03:35:12 +00:00
Luke Ehresman
e02cfd342e
changed <? to <?php in everything
2000-04-11 23:19:53 +00:00
Luke Ehresman
a26b8b0925
added dropdown box for subscribe
2000-04-11 22:59:58 +00:00
Luke Ehresman
8b7e43ce18
added advanced flags to the message list
2000-04-11 02:05:25 +00:00
Luke Ehresman
a1b228fb5e
clicking on email addr sends you to compose screen
2000-04-10 14:57:05 +00:00
Luke Ehresman
14565eb385
Added email addr parsing, added bugfix for boundary= header
2000-04-10 05:33:59 +00:00
Luke Ehresman
e17fec30e1
added url parsing stuff
2000-04-05 14:30:54 +00:00