diff options
author | thomascube <thomas@roundcube.net> | 2007-03-19 22:36:24 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-03-19 22:36:24 +0000 |
commit | 5cc4b13a0c6d32d74d0cba17feeb6c5fbceaf25f (patch) | |
tree | a4d6f4f7ea5d0a0360b7b0ead746f6b3c3b556a7 /CHANGELOG | |
parent | 86958f70d2970704e9ec6935d65e294c077143ea (diff) |
Correctly parse message/rfc822; fixed html2text conversion; code cleanup
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,6 +1,14 @@ CHANGELOG RoundCube Webmail --------------------------- +2007/03/19 (thomasb) +---------- +- Don't download HTML message parts +- Convert HTML parts to plaintext if 'prefer_html' is off +- Correctly parse message/rfc822 parts (closes #1484045) +- Code cleanup + + 2007/03/18 (thomasb) ---------- - Also use user_id for unique key in messages table (closes #1484074) |