diff options
author | thomascube <thomas@roundcube.net> | 2006-01-05 00:37:10 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-01-05 00:37:10 +0000 |
commit | 15a9d1ce671fcbc44ea3e4858d7aa6f5b22300c9 (patch) | |
tree | 30e15c3f52ff435d5b08691424515995d8b077c9 /CHANGELOG | |
parent | 977a295eb1e97e0c230063da40b8296fca778814 (diff) |
Optimized loading time; added periodic mail check; added EXPUNGE command
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,6 +1,20 @@ CHANGELOG RoundCube Webmail --------------------------- +2006/01/04 +---------- +- Fixed bug when inserting signatures with !?& +- Chopping message headers before inserting into the message cache table (to avoid bugs in Postgres) +- Allow one-char domains in e-mail addresses +- Make product name in page title configurable +- Make username available as skin object +- Added session_write_close() in rcube_db class destructor to avoid problems in PHP 5.0.5 +- Use move_uploaded_file() instead of copy() for a more secure handling of uploaded attachments +- Additional config parameter to show/hide deleted messages +- Added periodic request for checking new mails (Request #1307821) +- Added EXPUNGE command +- Optimized loading time for mail interface + 2005/12/16 ---------- |