thomascube
2005-11-06 10a699759d4f106f29c077a6d65d3b8d212825e5
commit | author | age
4e17e6 1 CHANGELOG RoundCube Webmail
T 2 ---------------------------
3
4 2005/08/11
5 ----------
6 - Write list header to client even if list is empty
7 - Add functions "select all", "select none" to message list
8 - Improved filter for HTML messages to remove potentially malicious tags (script, iframe, object) and event handlers.
9 - Buttons for next/previous message in view mode
10 - Add new created contact to list and show confirmation status
11 - Added folder management (subscribe/create/delete)
12 - Log message sending (SMTP log)
13 - Grant access for Camino browser
14 - Added German translation
15
16
17 2005/08/20
18 ----------
19 - Improved cacheing of mailbox messagecount
20 - Fixed javascript bug when creating a new message folder
21 - Fixed javascript bugs #1260990 and #1260992: folder selection
22 - Make Trash folder configurable
23 - Auto create folders Inbox, Sent and Trash (if configured)
24 - Support for IMAP root folder
25 - Added support fot text/enriched messages
26 - Make list of special mailboxes configurable
30233b 27
T 28
888447 29 2005/10/07
30233b 30 ----------
42b113 31 - Added French, Italian, Spanish, Danish, Dutch translation
888447 32 - Clarified license (Bug #1305966)
30233b 33 - Fixed PHP warnings (Bug #1299403)
888447 34 - Fixed english translation (Bug #1295406)
30233b 35 - Fixed bug #1290833: Last character of email not seen
42b113 36 - Fixed bug #1292199 when creating new user
888447 37 - Allow more browsers (Bug #1285101)
30233b 38 - Added setting for showing pretty dates
597170 39 - Added support for SQLite database
T 40 - Make use of message caching configurable
41 - Also add attachments when forwarding a message
49afbf 42 - Long folder names will not flow over message list (Bug #1267232)
597170 43 - Show nested mailboxes hieracically
42b113 44 - Enable IMAPS by host
9fee0e 45
T 46
a95e0e 47 2005/10/20
9fee0e 48 ----------
2dcfa1 49 - Added Swedish, Latvian, Portuguese and Catalan translation
9fee0e 50 - Make SMTP auth method configurable
T 51 - Make mailboxlist scrollable (Bug #1326372)
a95e0e 52 - Fixed SSL support
T 53 - Improved support for Courier IMAP (root folder and delimiter issues)
54 - Moved taskbar from bottom to top
55 - Added 'session_lifetime' parameter
56 - Fixed wrong unread count when deleting message (Bug #1332434)
57 - Srip tags when creating a new folder (Bug #1332084)
58 - Translate HTML tags in message headers (Bug #1330134)
59 - Correction in German translation (Bug #1329434)
2dcfa1 60 - Display folder names with special chars correctly (Bug #1330157)
T 61
62
10a699 63 2005/11/06
f3b659 64 ----------
7cc38e 65 - Added Finnish, Romanian and Chinese translation
f3b659 66 - Get IMAP server capabilities in array
T 67 - Check for NAMESPACE capability before sending command
68 - Set default user language from config 'locale_string'
b076a4 69 - Added sorting patch for message list
T 70 - Make default sort col/order configurable
dba5f7 71 - Fixed XSS in address book and identities
e0ddd4 72 - Added more XSS protection (Bug #1308236)
T 73 - Added tab indexes for compose form
10a699 74 - Added 'changed' col to contacts table
T 75 - Support for 160-bit session hashes
76 - Added input check for contacts and identities (Patch #1346523)
77 - Added messages/warning to compose step (Patch #1323895)