| | |
| | | CHANGELOG RoundCube Webmail |
| | | --------------------------- |
| | | |
| | | 2008/03/21 (thomasb) |
| | | ---------- |
| | | - Add configurable default charset for message decoding |
| | | - Applied patch to fix mime decoding an folder subscription (#1484191) |
| | | - Applied patch to correctly quote email recipient strings (#1484191) |
| | | - Fix wrong charset aliases (#1484818 and #1484598) |
| | | - Remove hard-coded size of logo image (#1484378) |
| | | - Strip slashes from virtuser email values (#1484700) |
| | | - Fixed message part window display in IE6 (#1484610) |
| | | |
| | | 2008/02/28 (thomasb) |
| | | ---------- |
| | | - Fix folder adding/renaming inspired by #1484800 |
| | | - Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets |
| | | - Fix quirky message selection |
| | | - Completed installer |
| | | |
| | | 2008/02/20 (thomasb) |
| | | ---------- |
| | | - Localize folder name in page title (#1484785) |
| | | - Fix code using wrong variable name (#1484018) |
| | | - Allow to send mail with BCC recipients only |
| | | - Remove MDN headers before saving in sent folder |
| | | |
| | | 2008/02/12 (estadtherr) |
| | | ---------- |
| | | - fix switching between HTML/plain composing (#1484752) |
| | | - condense TinyMCE toolbar down to one line, removing table buttons (#1484747) |
| | | - fix image removal in message display when message HTML includes JS event handlers |
| | | |
| | | 2008/02/11 (thomasb) |
| | | ---------- |
| | | - Add function to mark the selected messages as read/unread (#1457360) |
| | | - Also do charset decoding as suggested in RFC 2231 (fix #1484321) |
| | | - Show message count in folder list and hint when creating a subfolder |
| | | |
| | | 2008/02/08 (thomasb) |
| | | ---------- |
| | | - Distinguish ssl and tls for imap connections (#1484667) |
| | | - Added some charset aliases to fix typical mis-labelling (#1484565) |
| | | |
| | | 2008/02/07 (thomasb) |
| | | ---------- |
| | | - Remember decision to display images for a certain message during session (#1484754) |
| | | - Truncte attachment filenames to 55 characters due to an IE bug (#1484757) |
| | | - Truncate attachment filenames to 55 characters due to an IE bug (#1484757) |
| | | - Fix size of the attachment preview frame (#1484758) |
| | | |
| | | 2008/02/05 (thomasb) |
| | |
| | | ---------- |
| | | - Always update $CONFIG with user prefs (#1484729) |
| | | - Don't ask for MDN confirmations on drafted messages (#1484691) |
| | | - Also respect receipt and priority settings when re-opening a draft message |
| | | |
| | | 2008/01/31 (robin) |
| | | ---------- |
| | | - Remember search results (closes #1483883), patch by the_glu |
| | | |
| | | 2008/01/08 (tomekp) |