* 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)
* Changed all instances of replace_spaces to the actual function call
(removing the silly wrapper function replace_spaces)
* Added a collapseable folder list for left_main.php
* Added the option for it under Options -> Folders
(Sorry that I didn't do this in smaller commits that only did one or two of
the above actions.)
data and will only trim when appropriate (the multipart/form-data form)
* Trimming method doesn't eliminate extra newlines -- just the first one.
* Cleaned up the code a bit.
* This code should be removed somewhat soon after RedHat officially releases
a good binary package and after Konqueror works.
(if PHP escaped them) if you include strings.php
* Removed sqStripSlahes (no need anymore)
* Completely fixed problem with some data needing escapes, some not, and some
accidentally getting escaped twice (often in compose.php).
To use:
* Load strings.php at the beginning of your script
* All form variables are accessable as globals (as usual), but are without
the escape backslashes (if PHP put any in).
* 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
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
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!
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)
- 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.
- 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