| | |
| | | CHANGELOG RoundCube Webmail |
| | | --------------------------- |
| | | |
| | | 2009/02/02 (alec) |
| | | ---------- |
| | | - Fix checking for recent messages on various IMAP servers (#1485702) |
| | | - performance fix: Don't fetch quota and recent messages in "message view" mode |
| | | |
| | | 2009/01/28 (alec) |
| | | ---------- |
| | | - Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706) |
| | | |
| | | 2009/01/23 (alec) |
| | | ---------- |
| | | - Fix creation of folders with '&' sign in name |
| | | - Fix parsing of email addresses without angle brackets (#1485693) |
| | | - Save spellcheck corrections when switching from plain to html editor (and spellchecking is on) |
| | | - Fix large search results on server without SORT capability (#1485668) |
| | | |
| | | 2009/01/22 (thomasb) |
| | | ---------- |
| | | - Get rid of preg_replace() with eval modifier and create_function usage (#1485686) |
| | | - Bring back <base> and <link> tags in HTML messages |
| | | |
| | | 2009/01/20 (thomasb) |
| | | ---------- |
| | | - Fix XSS vulnerability through background attributes as reported by Julien Cayssol |
| | | |
| | | 2009/01/18 (alec) |
| | | ---------- |
| | | - Fix problems with backslash as IMAP hierarchy delimiter (#1484467) |
| | | - Secure vcard export by getting rid of preg's 'e' modifier use (#1485689) |
| | | - Fix authentication when submitting form with existing session (#1485679) |
| | | |
| | | 2009/01/15 (alec) |
| | | ---------- |
| | | - Allow absolute URLs to images in HTML messages/sigs (#1485666) |
| | | - Fix message body which contains both inline attachments and emotions |
| | | - Fix SQL query execution errors handling in rcube_mdb2 class (#1485509) |
| | | - Fix address names with '@' sign handling (#1485654) |
| | | |
| | | 2009/01/08 (alec) |
| | | ---------- |
| | | - Improve messages display performance |
| | | - Fix messages searching with 'to:' modifier |
| | | |
| | | 2008/12/30 (thomasb) |
| | | ---------- |
| | | - Fix mark popup in IE 7 (#1485369) |
| | | - Fix line-break issue when copy & paste in Firefox (#1485425) |
| | | |
| | | 2008/12/18 (thomasb) |
| | | ---------- |
| | | - Only abbreviate attachment file names in MSIE < 7 |
| | | - Fix autocomplete "unknown server error" (#1485637) |
| | | - Optimize autocomplete search and output |
| | | |
| | | 2008/12/18 (alec) |
| | | ---------- |
| | | - Fix STARTTLS before AUTH in SMTP connection (#1484883) |