source: github/CHANGELOG @ 051893f

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since 051893f was 051893f, checked in by thomascube <thomas@…>, 7 years ago

Several patches and bugfixes

  • Property mode set to 100644
File size: 4.5 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42006/01/13
5----------
6- Added Slovak translation
7- Fixed bug when inserting signatures with !?&
8- Chopping message headers before inserting into the message cache table (to avoid bugs in Postgres)
9- Allow one-char domains in e-mail addresses
10- Make product name in page title configurable
11- Make username available as skin object
12- Added session_write_close() in rcube_db class destructor to avoid problems in PHP 5.0.5
13- Use move_uploaded_file() instead of copy() for a more secure handling of uploaded attachments
14- Additional config parameter to show/hide deleted messages
15- Added periodic request for checking new mails (Request #1307821)
16- Added EXPUNGE command
17- Optimized loading time for mail interface
18- Changed to full UTF-8 support
19- Additional timezones (Patch #1389912)
20- Added LDAP public search (experimental)
21
22
232005/12/16
24----------
25- Added Turkish and Simplified Chinese translation
26- Use virtusertable to resolve e-mail addresses at login
27- Configurable mail_domain used to compose correct e-mail addresses on first login
28
29
302005/12/03
31----------
32- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian, Estonian and Chinese translation
33- Get IMAP server capabilities in array
34- Check for NAMESPACE capability before sending command
35- Set default user language from config 'locale_string'
36- Added sorting patch for message list
37- Make default sort col/order configurable
38- Fixed XSS in address book and identities
39- Added more XSS protection (Bug #1308236)
40- Added tab indexes for compose form
41- Added 'changed' col to contacts table
42- Support for 160-bit session hashes
43- Added input check for contacts and identities (Patch #1346523)
44- Added messages/warning to compose step (Patch #1323895)
45- Added favicon to the default skin
46- Fixed Bug #1334337 as far as possible
47- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
48- Redesign of client side AJAX code (enable multi threading)
49- Added keep-alive signal every minute
50- Make logs dir configurable
51- Added support for SMTPS
52- Decode attachment file names
53- Make delimiter for message headers configurable
54- Add generic footer to sent messages
55- Choose the rigt identity when replying
56- Remove signature when replying (Request #1333167)
57- Signatures for each identity
58- Select charset when composing message
59- Complete re-design of the caching mechanism
60
61
622005/08/11
63----------
64- Write list header to client even if list is empty
65- Add functions "select all", "select none" to message list
66- Improved filter for HTML messages to remove potentially malicious tags (script, iframe, object) and event handlers.
67- Buttons for next/previous message in view mode
68- Add new created contact to list and show confirmation status
69- Added folder management (subscribe/create/delete)
70- Log message sending (SMTP log)
71- Grant access for Camino browser
72- Added German translation
73
74
752005/10/20
76----------
77- Added Swedish, Latvian, Portuguese and Catalan translation
78- Make SMTP auth method configurable
79- Make mailboxlist scrollable (Bug #1326372)
80- Fixed SSL support
81- Improved support for Courier IMAP (root folder and delimiter issues)
82- Moved taskbar from bottom to top
83- Added 'session_lifetime' parameter
84- Fixed wrong unread count when deleting message (Bug #1332434)
85- Srip tags when creating a new folder (Bug #1332084)
86- Translate HTML tags in message headers (Bug #1330134)
87- Correction in German translation (Bug #1329434)
88- Display folder names with special chars correctly (Bug #1330157)
89
90
912005/10/07
92----------
93- Added French, Italian, Spanish, Danish, Dutch translation
94- Clarified license (Bug #1305966)
95- Fixed PHP warnings (Bug #1299403)
96- Fixed english translation (Bug #1295406)
97- Fixed bug #1290833: Last character of email not seen
98- Fixed bug #1292199 when creating new user
99- Allow more browsers (Bug #1285101)
100- Added setting for showing pretty dates
101- Added support for SQLite database
102- Make use of message caching configurable
103- Also add attachments when forwarding a message
104- Long folder names will not flow over message list (Bug #1267232)
105- Show nested mailboxes hieracically
106- Enable IMAPS by host
107
108
1092005/08/20
110----------
111- Improved cacheing of mailbox messagecount
112- Fixed javascript bug when creating a new message folder
113- Fixed javascript bugs #1260990 and #1260992: folder selection
114- Make Trash folder configurable
115- Auto create folders Inbox, Sent and Trash (if configured)
116- Support for IMAP root folder
117- Added support fot text/enriched messages
118- Make list of special mailboxes configurable
119
Note: See TracBrowser for help on using the repository browser.