Commit graph

65 commits

Author SHA1 Message Date
Tyler Akins
bab85e2806 Added html_top and html_bottom hooks to read_body for compression plugin
Changed internationalization things a bit, hopefully easier and less errors
Many bug fixes and speed enhancements from Martin Jespersen (embeejay)
Fixed a few bugs and did some speed changes on my own too!
2000-10-21 16:08:31 +00:00
Tyler Akins
c60acc2295 When reading mail messages, you won't get all spaces replaced with   --
only the necessary ones required for spacing purposes are left.  (every other)
2000-10-17 22:05:57 +00:00
Tyler Akins
ad8fed9e47 Attempted to fix a bug where the port number was added twice to the URLs. 2000-10-17 18:29:01 +00:00
Tyler Akins
995d93b74d Changed how replied-to messages are wrapped. 2000-10-14 15:22:16 +00:00
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
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
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
Tyler Akins
60ec412850 Improved random number generation 2000-10-02 12:17:26 +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
pallo
ff6f07534e Added function to check what PHP version we have. 2000-09-26 09:44:30 +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
gustavf
1bbc280e7a Added encryption of the password before it is stored in a cookie. 2000-08-17 10:11:07 +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
bcbd7bc514 - fixed and improved wordWrap
- added sqStripSlashes() function
2000-08-10 08:24:55 +00:00
Luke Ehresman
bc05456516 updated changelog, changed version number to 0.5pre2 2000-08-09 18:57:44 +00:00
Luke Ehresman
5f688d9fbf - fixed bug with word wrapping deleting last word
- renamed wordWrap() to sqWordWrap()
Applied patches:
  - fix html errors in mailbox_display.php
  - add a urlencode() in page_header.php
2000-08-08 13:54:37 +00:00
Luke Ehresman
d1bc9ef85e - Fixed bug when one message left in message index, displayed wrong one
- Added MOTD back in
2000-08-01 10:58:39 +00:00
mattphillips
bfe087e99f Fix for bug number 110588. Addresses listed in the CC field of reply all messages never get double commas now. 2000-07-31 21:31:20 +00:00
Luke Ehresman
b7304a887c removed making search results highlighted -- messed up other parsing badly 2000-07-31 16:16:57 +00:00
Luke Ehresman
9d36327160 - fixed bug when deleting last message, sends you to previous list
- fixed bug about translate_text missing an argument
- added functionality in conf.pl to detect themes
- fixed a number of <? to be <?php
2000-07-31 14:24:37 +00:00
Luke Ehresman
ce696e8508 updated the squirrelmail.po file, fixed some bugs with next/prev 2000-07-24 16:28:26 +00:00
Luke Ehresman
323a7118d1 - made the date like Netscape Messenger: if today show time, if this week
show day and time, else show month day year.
- Fixed error in the way we send the "from" header -- had been sending:
  Luke Ehresman <luke@squirrelmail.org> without the quites.. needed them!
- Fixed error when parsing url messages.  If it is longer than the word
  wrap length, it doesn't wrap it.
- fixed bug reported to list about next/prev not working (needed urlMailbox)
2000-07-23 15:31:05 +00:00
Luke Ehresman
4c8b901c3e - added a bunch of sqimap_logout's where none existed
- deleting/moving takes you right back where you were
- Folders section is handled better, removed notification screens
- The options "cc" and "to and cc" were added to message highlighting
2000-07-08 11:13:09 +00:00
pallo
7dac11777b Applied patch from Toby Cabot to fix a small bug in address handling.
Added htmlspecialchars() around variables in form output.
2000-07-05 08:32:10 +00:00
Luke Ehresman
5bb18f1127 Rewrote MIME support and made it much, MUCH quicker. All parsing of the
messages are now handled on the IMAP server, rather than inside PHP, which
makes it about 20x faster (literally).
2000-06-21 16:09:37 +00:00
Luke Ehresman
1966ba7a22 Updated some things to say 0.5pre1 2000-06-01 12:52:44 +00:00
Luke Ehresman
8c08e2e7e2 minor bugfix, first line of message used to remove preceeding spaces. 2000-05-04 22:29:25 +00:00
Luke Ehresman
659198a392 updated bugs file, changed version number to pre2 2000-04-30 19:21:41 +00:00
Luke Ehresman
2fde228d88 fixed message deleting problem 2000-04-20 00:09:53 +00:00
Luke Ehresman
34c3063ea0 bugfixes with folder list 2000-04-14 03:19:59 +00:00
Luke Ehresman
583642327f bugfixes with folder listing 2000-04-14 03:17:41 +00:00
Luke Ehresman
e02cfd342e changed <? to <?php in everything 2000-04-11 23:19:53 +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
pallo
b650a80da1 Removed the count_chars funtion (not in use, and exists in PHP4.0b4) 2000-03-24 14:54:56 +00:00
gustavf
1f57cc97aa Added limited support for Cyrillic (only KOI8-R yet) and made it possible to
select default charset.
2000-03-22 13:59:07 +00:00
Luke Ehresman
f0c37871b8 upped the version to 0.4pre1 2000-03-19 14:03:45 +00:00
Luke Ehresman
6d65b66b3c Saving of sent messages works..kinda 2000-03-15 12:41:17 +00:00
Luke Ehresman
c988303370 updated some documentation 2000-03-10 00:02:10 +00:00
Luke Ehresman
679934e638 added german translation, fixed some minor bugs. 2000-03-07 22:20:59 +00:00