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
Luke Ehresman
28e457b1b7
updated russian translation
2001-01-29 20:34:06 +00:00
centaurix
538e135372
- included strings.php before config.php to avoid warning (see Bug #130107 )
...
- added $Id:$ tag
2001-01-28 23:36:58 +00:00
Tyler Akins
293ac43cf9
parseAddrs now always returns an array (expected behavior)
2001-01-17 17:56:32 +00:00
Luke Ehresman
8d0f4a0af0
changed version to: 1.0pre3 [cvs]
2001-01-16 20:04:08 +00:00
Tyler Akins
220f0ea2b0
Added patch 103186 -- $HTTPS variable checking to case insensitive.
2001-01-15 03:08:27 +00:00
mattphillips
43b1d485b5
Fix for [ Bug #125985 ] Random Login Failure. Sometimes funky characters in
...
the onetimepad weren't coming back out of the session correctly. The
onetimepad is now base64_encoded in the session.
2001-01-10 21:02:38 +00:00
pallo
d05b70622e
Fixed bug in readShortMailboxName() if "needle" (delimiter) is empty.
2000-12-18 13:13:52 +00:00
Luke Ehresman
cf33fc7dfa
added catalan help translation
...
updated korean, spanish, and catalan translations
changed version to 1.0pre2
2000-12-14 18:33:51 +00:00
pallo
653b606b95
Fixed how folder names are formatted in a hierarchy of folders.
2000-12-09 15:22:00 +00:00
Luke Ehresman
6481dd9f96
fixed some problems and improved "view header" functionality
2000-12-07 05:01:27 +00:00
Tyler Akins
be38c8215d
Made the handle_errors flag to sqimap_mailbox_expunge default to true.
2000-11-28 19:42:30 +00:00
mattphillips
5a93799a67
Fixed a bug that was causing problems deleting messages with SM through SSL.
2000-11-08 15:21:36 +00:00
Luke Ehresman
9c37a5ebd9
- Changed version numbers from 0.6pre1 to 1.0pre1
2000-10-30 18:25:13 +00:00
Tyler Akins
d60cece8f1
<pre> tags instead of <tt> and stuff for reading mail.
2000-10-30 16:48:22 +00:00
Tyler Akins
d4db78af51
- Returned sqimap_get_delimiter() to the old code, but left the new code
...
there to see if anyone could get it working
- Returned sqimap_find_displayable_name() to the old code
- Fixed readShortMailboxName() to deal with dissapearing mailboxes and more
- Returned parseAddres() to the old code
2000-10-27 17:06:21 +00:00
Tyler Akins
a9354cd059
Added numerous changes from embeejay
...
Added an expunge button, shown only when needed
Better flag handling
ereg() calls instead of lots of other calls
2000-10-23 16:17:52 +00:00
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