Commit graph

3121 commits

Author SHA1 Message Date
Tyler Akins
d6d35f4be7 Modified sqWordWrap again, it also now works with lines like '>' 2000-10-12 16:57:01 +00:00
Luke Ehresman
e46b0d6acd runs message through sqWordWrap before putting it in compose area on reply 2000-10-12 15:30:39 +00:00
Luke Ehresman
c1be332c49 If a message has attachments, it is shown in the message index by putting
a "+" in the flags area.
2000-10-12 14:35:58 +00:00
Tyler Akins
0e5a275825 Added the 'login_top' hook (was missing) (login.php)
Made the username form name and password form name changeable (login.php)
Added a random string generator function (strings.php)
mimeBoundaryString now uses the random string generator (smtp.php)
2000-10-11 16:48:02 +00:00
Tyler Akins
73f6370ab5 Changed size display:
- Change to megs if over 1024 k
 - if x < 10, show first digit after decimal point
Created new function (in strings.php) in case sizes should be shown elsewhere.
2000-10-11 15:52:55 +00:00
Tyler Akins
c4651cc100 Fixed silly typo, now you can read your mail. :-) 2000-10-11 12:55:47 +00:00
Tyler Akins
350c5219d6 Minor bugfixes:
- Single word lines would have been wrong (count($words) <= 1)
 - $beginning_spaces doubled on first line that was wrapped
 - Skips leading spaces on wrapped lines, preserving them on the first line
2000-10-10 17:46:57 +00:00
Tyler Akins
be2cc2f087 Updated sqWordWrap() function a lot 2000-10-10 17:24:56 +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
faeaaa46e6 Adds a config option to invert the time for Solaris machines in the US. 2000-10-10 13:11:12 +00:00
Luke Ehresman
a23a8950e1 - improved date parsing
- added file sizes in a number of places
2000-10-10 00:59:05 +00:00
Tyler Akins
32a4467252 New attachment view, do_hook() with parameters, better attachment hook 2000-10-09 12:18:32 +00:00
Luke Ehresman
842c56ae78 made message index order customizable 2000-10-07 16:23:18 +00:00
Luke Ehresman
369e7225ff changed version to "0.6pre1 (cvs)" 2000-10-06 21:22:15 +00:00
pallo
e6366ffc7a Avoid using track vars when not necessary. 2000-10-04 14:17:50 +00:00
Tyler Akins
8c33b4b434 Attempted to auto-detect port number in get_location() 2000-10-02 20:35:25 +00:00
Luke Ehresman
1aab461cf7 added catalan 2000-10-02 13:37:45 +00:00
Tyler Akins
60ec412850 Improved random number generation 2000-10-02 12:17:26 +00:00
Tyler Akins
cffb2e9b1f Strings with ) are not counted in mime_match_parenthesis() 2000-10-01 16:32:46 +00:00
pallo
b799a269df Fixed bug in PHP version checking code. 2000-09-29 09:55:54 +00:00
pallo
addf91a3ff Fixed one of Gustav's many famous typos :) 2000-09-27 14:13:08 +00:00
gustavf
7f2b62ea70 Added mopre entropy collection before creating onte time pad. 2000-09-27 13:34:29 +00:00
Tyler Akins
de87d8da29 Minor HTML change to make Opera see the message list like Netscape 2000-09-26 16:12:35 +00:00
pallo
7afec3a7e7 Use extra parameters on ldap_search if PHP version is 4.0.2 or newer. 2000-09-26 10:24:05 +00:00
pallo
ff6f07534e Added function to check what PHP version we have. 2000-09-26 09:44:30 +00:00
Ondřej Surý
9c9c414faa Delete in Trash does Purge. OndraS. 2000-09-25 08:50:39 +00:00
Luke Ehresman
7199a45025 if no date is sent in the header of a message, it takes the IMAP server's
internal date for that message.
2000-09-23 00:50:23 +00:00
Tyler Akins
9add5d6ab6 Improved link detection in bodies of mail messages. 2000-09-22 18:02:35 +00:00
Luke Ehresman
f0c8e588d3 fixed problems I introduced in previous version of date.php 2000-09-22 01:20:02 +00:00
Luke Ehresman
f0fc78ac9f made some changes to date parsing trying to fix bugs 2000-09-22 01:01:22 +00:00
Luke Ehresman
56a63a2cec Fixed bug I noticed when ONLY an attachment is sent (no text message), it
would display junk.  Now it shows the attachment box.
2000-09-20 05:13:07 +00:00
Luke Ehresman
8e1d8f7136 added CHARSET option to searching.. should fix the german character
problem.  Please test it out.  It takes the charset from your current
language.
2000-09-19 21:46:22 +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
pallo
6359632f7b Small security patch: Make sure that the envelope sender address doesn't
contain any spaces or other chars that could be used in an expolit.
2000-09-19 08:22:44 +00:00
pallo
502957a773 Fixed error in MIME structure parsing when response from IMAP server was more than one line. 2000-09-15 08:16:18 +00:00
gustavf
4dbd78bc85 Added new function charset_decode_iso_8859_2. 2000-09-15 07:58:46 +00:00
Luke Ehresman
3763033079 tweaks, fixed some misspellings, added a few hooks 2000-09-14 12:45:53 +00:00
gustavf
7eff600439 Added Norwegian (Nynorsk) translation by Magni Onsoien. I have some
problems with it, but I am working on it.
2000-09-04 13:13:34 +00:00
lbergman
e269c16ef1 Added Korean. 2000-08-30 14:12:28 +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
2b85fd91d9 finished adding czech translation 2000-08-28 20:55:34 +00:00
Luke Ehresman
7fb6b302e1 fixed double folder problem 2000-08-28 18:57:28 +00:00
lbergman
96143a8a2f Added Italian translation from Aldo Moresco. 2000-08-22 19:36:07 +00:00
Luke Ehresman
64293cc273 did a few bugfixes in imap functions,
applied patches from list
2000-08-21 15:56:33 +00:00
gustavf
2dbb129036 Changed a few strings to be easier to translate. Should be ready for
0.5 string freeze now.
2000-08-17 11:28:19 +00:00
gustavf
1bbc280e7a Added encryption of the password before it is stored in a cookie. 2000-08-17 10:11:07 +00:00
Luke Ehresman
b426710f20 tweaked conf.pl
added patch from Bill Thousand to allow sending with virtual domains
(see smtp.php for more info in function sendSMTP)
2000-08-14 20:20:31 +00:00
Luke Ehresman
dd974cdaef if from = "" <user@domain.com>
it now displays the address.  Previously it was blank.
2000-08-14 17:31:58 +00:00
mattphillips
25a486951e Added patch number 101150 to fix the regex stuff. Should fix the bug some people were having where messages were being sent to co, etc. 2000-08-11 12:44:59 +00:00
Luke Ehresman
8c3f9a7b88 simple fix of a sorta-bug. Did a check for function bindtextdomain().
It was reported on bugs list that someone got "function doesn't exist" error.
2000-08-11 10:01:45 +00:00