]> git.donarmstrong.com Git - roundcube.git/blob - CHANGELOG
Merge commit 'debian/0.2.1-1' into debian
[roundcube.git] / CHANGELOG
1 CHANGELOG RoundCube Webmail
2 ===========================
3
4 - Use US-ASCII as failover when Unicode searching fails (#1485762)
5 - Fix errors handling in IMAP command continuations (#1485762)
6 - Fix FETCH result parsing for servers returning flags at the end of result (#1485763)
7 - Fix datetime columns defaults in mysql's DDL (#1485641)
8 - Fix attaching more than nine inline images (#1485759)
9 - Support 'UNICODE-1-1-UTF-7' alias for UTF-7 encoding (#1485758)
10 - Fix mime-type detection using a hard-coded map (#1485311)
11 - Don't return empty string if charset conversion failed (#1485757)
12 - Disable concurrent autocomplete query results display (#1485743)
13 - Fix new lines stripped from message footer (#1485751)
14 - Fix IE problem with mouse click autocomplete (#1485739)
15 - Fix html body washing on reply/forward + fix attachments handling (#1485676)
16 - Fix multiple recipients input parsing (#1485733)
17 - Fix replying to message with html attachment (#1485676)
18 - Use default_charset for messages without specified charset (#1485661, #1484961)
19 - Support non-standard "GMT-XXXX" literal in date header (#1485729)
20 - Added TNEF support to decode MS Outlook attachments (winmail.dat)
21 - Fix "value continuation" MIME headers by adding required semicolon (#1485727)
22 - Fix pressing select all/unread multiple times (#1485723)
23 - Fix selecting all unread does not honor new messages (#1485724)
24 - Fix some base64 encoded attachments handling (#1485725)
25 - Support NGINX as IMAP backend: better BAD response handling (#1485720)
26 - Performance fix: don't fetch attachment parts headers twice to parse filename
27 - Fix checking for recent messages on various IMAP servers (#1485702)
28 - Performance fix: Don't fetch quota and recent messages in "message view" mode
29 - Fix displaying of alternative-inside-alternative messages (#1485713)
30 - Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)
31 - Fix creation of folders with '&' sign in name
32 - Fix parsing of email addresses without angle brackets (#1485693)
33 - Save spellcheck corrections when switching from plain to html editor (and spellchecking is on)
34 - Fix large search results on server without SORT capability (#1485668)
35 - Get rid of preg_replace() with eval modifier and create_function usage (#1485686)
36 - Bring back <base> and <link> tags in HTML messages
37 - Fix XSS vulnerability through background attributes as reported by Julien Cayssol
38 - Fix problems with backslash as IMAP hierarchy delimiter (#1484467)
39 - Secure vcard export by getting rid of preg's 'e' modifier use (#1485689)
40 - Fix authentication when submitting form with existing session (#1485679)
41 - Allow absolute URLs to images in HTML messages/sigs (#1485666)
42 - Fix message body which contains both inline attachments and emotions
43 - Fix SQL query execution errors handling in rcube_mdb2 class (#1485509)
44 - Fix address names with '@' sign handling (#1485654)
45 - Improve messages display performance
46 - Fix messages searching with 'to:' modifier