Commit graph

61 commits

Author SHA1 Message Date
Fredrik Jervfors
9ed98bb1ec phpDocumentor updates 2005-09-18 10:25:54 +00:00
Fredrik Jervfors
2531f52955 Trimming whitespace and replacing tabs 2005-04-23 12:08:00 +00:00
pdontthink
c463fb73c7 More accurate mailto replacements 2005-03-15 06:03:11 +00:00
Fredrik Jervfors
9faf3051c1 Changing squirrelmail/Squirrelmail to SquirrelMail in some strings as well as other minor documentation fixes 2004-12-29 15:06:20 +00:00
Thijs Kinkhorst
a73561b911 Increment year in copyright notice. 2004-12-27 15:04:02 +00:00
Fredrik Jervfors
8c8ecffa57 Replacing tabs with spaces, trimming white space at EOL and newline at EOF 2004-11-02 22:21:34 +00:00
Fredrik Jervfors
92e3b26a9e Suggesting senders address if none is present in the vCard 2004-10-26 05:29:10 +00:00
Fredrik Jervfors
3b83c567dd Minor cleanups 2004-08-24 00:40:28 +00:00
indiri69
8e25839036 Better email address matching. This should match more characters defined in RFC822 2004-07-12 14:33:57 +00:00
pdontthink
724e725716 Multiple URLs on one line weren't getting parsed correctly 2004-07-12 07:53:37 +00:00
Fredrik Jervfors
9d4db8b166 Phpdocumentor update - sed is your friend for these kinds of things ;) 2004-05-21 23:56:53 +00:00
Thijs Kinkhorst
cde0377d36 We're living in 2004 now... perl is your friend for these kinds of things :) 2004-02-24 15:51:22 +00:00
alex-brainstorm
44b0539df5 Really skip empty mailto: and bug fix in case of malformed mailto: url 2003-11-30 17:01:44 +00:00
alex-brainstorm
b62ad343b5 rfc 2368 (mailto URL) implementation 2003-11-14 00:57:43 +00:00
Thijs Kinkhorst
2751145774 Add phpdoc doc blocks to some files. 2003-10-29 09:35:51 +00:00
tassium
9098cb73e4 Preparation to begin using phpdocumentor.
Added basic @package/@subpackage tags
The decode/ files were documented slightly more thoroughly, although they're almost self-explanatory anyway.

The individual functions in the functions/ files need to be documented though, and now that this commit is in, anyone willing to write docblocks for functions should get cracking ;)
2003-10-28 21:27:47 +00:00
Thijs Kinkhorst
9d5490c98a Fix comp_in_new: make outputing the compose link a function so that
the comp_in_new works the same everywhere.
In this new function, make sure that comp_in_new still works when
JavaScript off.
When JavaScript off, do not output all kinds of JavaScript functions
which are never going to be called.
2003-06-08 14:37:35 +00:00
Thijs Kinkhorst
75de52f258 Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
indiri69
dab10fdbbd Moved line to prevent enless loops 2002-08-10 19:39:07 +00:00
indiri69
2247e2d006 url_parser.php didn't handle multiple addresses on the same line. This
fixes that.  Also some readability changes.
2002-08-08 22:10:41 +00:00
stekkel
c927308c6e fix for changed comp_in_new function 2002-07-30 10:30:42 +00:00
stekkel
1650517a7c fixed comp_in_new handling 2002-05-24 16:46:21 +00:00
simond
17f36392d0 Clear out tabs for proper spaces 2002-03-02 20:31:04 +00:00
jmunro
c12c7b406e Added a "compose in new window" option located in display prefs. Each file that calls compose.php has been modified 2002-02-11 18:25:59 +00:00
Pontus Ullgren
e2aad33f25 Code formating cleanup and bugfix for
[ #502971 ] user+bla@... not parsed correctly
2002-01-16 12:43:21 +00:00
thomppj
1e2a9cc5d0 Getting ready for 1.2.0 release. 2001-12-23 07:42:40 +00:00
thomppj
5d15361f1f Code cleanup brigage... 2001-12-02 09:33:02 +00:00
philippe_mingo
da2f3297dd ** -> * 2001-11-26 19:33:28 +00:00
jdries3
b0c5cb50f4 Fixed parsing of ',', '.', and EOL 2001-11-26 16:49:47 +00:00
philippe_mingo
d61b98077f Added (c) stuff and some formatting. 2001-11-21 18:38:12 +00:00
philippe_mingo
c3aed0d769 Some fixup:
- Operation foo_once step 2 (and final)
- Create folders bugfix
- None folder bugfix
- Fixed some tabs, structs etc.
- Added some (c) stuff
- Removed some debug stuff

This changes should result in a faster SM.
2001-11-20 20:08:28 +00:00
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