diff options
author | alecpl <alec@alec.pl> | 2010-05-28 09:38:41 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-05-28 09:38:41 +0000 |
commit | d311d809d650e4cab6a5bf0aeb92b97631672c64 (patch) | |
tree | 80ae4736c520debf7fb9e0fd5e2117c3256cc886 /CHANGELOG | |
parent | 89e31bec153c28896c177c1d5e652b38d5d8a55f (diff) |
- Fix forwarding of messages with winmail attachments
- Remove some redundant code for winmail handling in get.inc, move tnef_decode() to rcube_message
- Fix handling of uuencoded attachments in message body (#1485839)
- Extend rc_mime_content_type() to work with string buffer
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ CHANGELOG RoundCube Webmail =========================== +- Fix forwarding of messages with winmail attachments +- Fix handling of uuencoded attachments in message body (#1485839) - Added list_mailboxes hook in rcube_imap::list_unsubscribed() (#1486668) - Fix wrong message on file upload error (#1486725) - Add support for data URI scheme [RFC2397] (#1486740) |