]> git.donarmstrong.com Git - roundcube.git/blob - CHANGELOG
Imported Upstream version 0.2.2
[roundcube.git] / CHANGELOG
1 CHANGELOG RoundCube Webmail
2 ===========================
3
4 - Fix quicksearchbox look in Chrome and Konqueror (#1484841)
5 - Fix UTF-8 byte-order mark removing (#1485514)
6 - Fix folders subscribtions on Konqueror (#1484841) 
7 - Fix debug console on Konqueror and Safari
8 - Fix messagelist focus issue when modifying status of selected messages (#1485807)
9 - Support STARTTLS in IMAP connection (#1485284)
10 - Fix DEL key problem in search boxes (#1485528)
11 - Support several e-mail addresses per user from virtuser_file (#1485678)
12 - Fix drag&drop with scrolling on IE (#1485786)
13 - Fix adding signature separator in html mode (#1485350)
14 - Fix opening attachment marks message as read (#1485803)
15 - Fix 'temp_dir' does not support relative path under Windows (#1484529)
16 - Fix "Initialize Database" button missing from installer (#1485802)
17 - Fix compose window doesn't fit 1024x768 window (#1485396)
18 - Fix service not available error when pressing back from compose dialog (#1485552)
19 - Fix using mail() on Windows (#1485779)
20 - Fix word wrapping in message-part's <PRE>s for printing (#1485787)
21 - Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714)
22 - Fix double footer in HTML message with embedded images
23 - Fix TNEF implementation bug (#1485773)
24 - Fix incorrect row id parsing for LDAP contacts list (#1485784) 
25 - Fix 'mode' parameter in sqlite DSN (#1485772)
26
27 RELEASE 0.2.1
28 ------------------
29 - Use US-ASCII as failover when Unicode searching fails (#1485762)
30 - Fix errors handling in IMAP command continuations (#1485762)
31 - Fix FETCH result parsing for servers returning flags at the end of result (#1485763)
32 - Fix datetime columns defaults in mysql's DDL (#1485641)
33 - Fix attaching more than nine inline images (#1485759)
34 - Support 'UNICODE-1-1-UTF-7' alias for UTF-7 encoding (#1485758)
35 - Fix mime-type detection using a hard-coded map (#1485311)
36 - Don't return empty string if charset conversion failed (#1485757)
37 - Disable concurrent autocomplete query results display (#1485743)
38 - Fix new lines stripped from message footer (#1485751)
39 - Fix IE problem with mouse click autocomplete (#1485739)
40 - Fix html body washing on reply/forward + fix attachments handling (#1485676)
41 - Fix multiple recipients input parsing (#1485733)
42 - Fix replying to message with html attachment (#1485676)
43 - Use default_charset for messages without specified charset (#1485661, #1484961)
44 - Support non-standard "GMT-XXXX" literal in date header (#1485729)
45 - Added TNEF support to decode MS Outlook attachments (winmail.dat)
46 - Fix "value continuation" MIME headers by adding required semicolon (#1485727)
47 - Fix pressing select all/unread multiple times (#1485723)
48 - Fix selecting all unread does not honor new messages (#1485724)
49 - Fix some base64 encoded attachments handling (#1485725)
50 - Support NGINX as IMAP backend: better BAD response handling (#1485720)
51 - Performance fix: don't fetch attachment parts headers twice to parse filename
52 - Fix checking for recent messages on various IMAP servers (#1485702)
53 - Performance fix: Don't fetch quota and recent messages in "message view" mode
54 - Fix displaying of alternative-inside-alternative messages (#1485713)
55 - Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)
56 - Fix creation of folders with '&' sign in name
57 - Fix parsing of email addresses without angle brackets (#1485693)
58 - Save spellcheck corrections when switching from plain to html editor (and spellchecking is on)
59 - Fix large search results on server without SORT capability (#1485668)
60 - Get rid of preg_replace() with eval modifier and create_function usage (#1485686)
61 - Bring back <base> and <link> tags in HTML messages
62 - Fix XSS vulnerability through background attributes as reported by Julien Cayssol
63 - Fix problems with backslash as IMAP hierarchy delimiter (#1484467)
64 - Secure vcard export by getting rid of preg's 'e' modifier use (#1485689)
65 - Fix authentication when submitting form with existing session (#1485679)
66 - Allow absolute URLs to images in HTML messages/sigs (#1485666)
67 - Fix message body which contains both inline attachments and emotions
68 - Fix SQL query execution errors handling in rcube_mdb2 class (#1485509)
69 - Fix address names with '@' sign handling (#1485654)
70 - Improve messages display performance
71 - Fix messages searching with 'to:' modifier