diff options
author | thomascube <thomas@roundcube.net> | 2007-03-14 00:39:51 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-03-14 00:39:51 +0000 |
commit | 5a6ad209837a8bcca14d4f74541d8ac3ea760341 (patch) | |
tree | 72ebaf62990f65cd2d95e27feeb2d30a0f9e4cdb /CHANGELOG | |
parent | 1c7b97e81bea919c26bfe878312c5118c02ac0a9 (diff) |
Fixed message headers encoding; improved recipient splitting; applied patch for attachment download (#1484198)
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,9 +1,22 @@ CHANGELOG RoundCube Webmail --------------------------- +2007/03/13 (thomasb) +---------- +- Applied patch for attachment download by crichardson (closes #1484198) +- Fixed bug in Postgres DB handling (closes #1484068) +- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280) +- Fixed array_merge bug (closes #1484281) +- Fixed flag for deletion in list view (closes #1484264) +- Finally support semicolons as recipient separator (closes ##1484251) +- Fixed message headers (subject) encoding + + 2007/03/04 (tomekp) +---------- - check if safe mode is on or not (closes #1484269) + 2007/03/02 (thomasb) ---------- - Show "no subject" in message list if subject is missing (closes #1484243) |