Commit graph

48 commits

Author SHA1 Message Date
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
gustavf
960fbbd382 Added a constat to all files in functions/ to be able to chech whether the
file has already been included.
2000-03-01 08:44:35 +00:00
Luke Ehresman
d507e552c8 Rewrote IMAP functions. 2000-02-21 12:00:17 +00:00
Luke Ehresman
db4f8834c4 Fixed some major bugs in getting the folder list. Might fix the problem with the left folder not refreshing. Also made the folder creation and deletion look nicer. 2000-02-09 12:10:43 +00:00
Luke Ehresman
081c511520 Added some preference options, and debugged many bugs 2000-01-07 15:54:53 +00:00
Luke Ehresman
e4f9a42e4b Added "Themes" to personal preferences 2000-01-06 17:03:04 +00:00
Luke Ehresman
b2bc6ea821 just cleaning up some stuff 2000-01-05 21:12:57 +00:00
Luke Ehresman
54bc4869dd Made MIME much more efficient 2000-01-05 16:48:14 +00:00
Luke Ehresman
8682da5ee2 Updated the themes, and general SquirrelMail stuff 2000-01-02 21:16:38 +00:00
Luke Ehresman
080737884d Redid the way folders are listed 1999-12-18 16:08:29 +00:00
Luke Ehresman
5936ae8562 I believe everything is compatable with all IMAP servers now 1999-12-16 21:18:54 +00:00
Luke Ehresman
45a065a2f9 Composing messages works great! 1999-12-04 21:42:37 +00:00
Luke Ehresman
178a49c801 Added MUCH better composing 1999-12-04 19:24:54 +00:00
Luke Ehresman
3fbde0345a * Word Wrapping works good
* Added "Message List" link to read_body.php
* beginnings of Compose
1999-12-04 14:50:25 +00:00
Luke Ehresman
bd1f8851e7 Fixed some MAJOR bugs 1999-12-03 22:03:45 +00:00
Luke Ehresman
f4d230a3a3 Updated all php3's to php's 1999-11-23 03:07:24 +00:00
Renamed from functions/strings.php3 (Browse further)