thomascube
2006-03-14 a2f2c5e1b7c8ed6d398eb6fd751f94553fa7d38e
commit | author | age
4e17e6 1 CHANGELOG RoundCube Webmail
T 2 ---------------------------
3
0a6937 4
T 5 2006/02/22
6 ----------
7 - Updated localizations
8 - Fixed bug #1435989
9
10
f88d41 11 2006/02/19
T 12 ----------
13 - Updated localizations
14 - Applied patch of Anders Karlsson
15 - Applied patch of Jacob Brunson
16 - Applied patch for virtuser_query by Robin Elfrink
17 - Added support for References header (patch by Auke)
18 - Added support for mbstring module by Tadashi Jokagi
19 - Added function for automatic remove of slashes on GET and POST vars
20   if magic_quotes is enabled
21
22
23
24 2006/02/05
15a9d1 25 ----------
58e360 26 - Added Slovak, Hungarian, Bosnian and Croation translation
15a9d1 27 - Fixed bug when inserting signatures with !?&
f88d41 28 - Chopping message headers before inserting into the message cache table
T 29   (to avoid bugs in Postgres)
15a9d1 30 - Allow one-char domains in e-mail addresses
T 31 - Make product name in page title configurable
32 - Make username available as skin object
f88d41 33 - Added session_write_close() in rcube_db class destructor to avoid problems
T 34   in PHP 5.0.5
35 - Use move_uploaded_file() instead of copy() for a more secure handling of
36   uploaded attachments
15a9d1 37 - Additional config parameter to show/hide deleted messages
T 38 - Added periodic request for checking new mails (Request #1307821)
39 - Added EXPUNGE command
40 - Optimized loading time for mail interface
051893 41 - Changed to full UTF-8 support
T 42 - Additional timezones (Patch #1389912)
43 - Added LDAP public search (experimental)
03cc16 44 - Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
T 45 - Casting to strings when adding empty headers to message cache (Bug #1406026)
58e360 46 - Skip sender-address as recipient when Reply-to-all
T 47 - Fixes in utf8-class
48 - Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
f88d41 49 - Added garbage collector for message cache
T 50 - Added patches for BCC headers
15a9d1 51
977a29 52
T 53 2005/12/16
54 ----------
55 - Added Turkish and Simplified Chinese translation
56 - Use virtusertable to resolve e-mail addresses at login
f88d41 57 - Configurable mail_domain used to compose correct e-mail addresses
T 58   on first login
977a29 59
T 60
1cded8 61 2005/12/03
4e17e6 62 ----------
f88d41 63 - Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
T 64   Estonian and Chinese translation
f3b659 65 - Get IMAP server capabilities in array
T 66 - Check for NAMESPACE capability before sending command
67 - Set default user language from config 'locale_string'
b076a4 68 - Added sorting patch for message list
T 69 - Make default sort col/order configurable
dba5f7 70 - Fixed XSS in address book and identities
e0ddd4 71 - Added more XSS protection (Bug #1308236)
T 72 - Added tab indexes for compose form
10a699 73 - Added 'changed' col to contacts table
T 74 - Support for 160-bit session hashes
75 - Added input check for contacts and identities (Patch #1346523)
76 - Added messages/warning to compose step (Patch #1323895)
b4a999 77 - Added favicon to the default skin
583f1c 78 - Fixed Bug #1334337 as far as possible
ecf759 79 - Added Reply-To-All functionality (Request #1326395, Patch #1349777)
T 80 - Redesign of client side AJAX code (enable multi threading)
81 - Added keep-alive signal every minute
0cbc09 82 - Make logs dir configurable
fd8c50 83 - Added support for SMTPS
4b0f65 84 - Decode attachment file names
T 85 - Make delimiter for message headers configurable
86 - Add generic footer to sent messages
1cded8 87 - Choose the rigt identity when replying
T 88 - Remove signature when replying (Request #1333167)
89 - Signatures for each identity
90 - Select charset when composing message
91 - Complete re-design of the caching mechanism
4b0f65 92
T 93
1cded8 94 2005/08/11
T 95 ----------
96 - Write list header to client even if list is empty
97 - Add functions "select all", "select none" to message list
f88d41 98 - Improved filter for HTML messages to remove potentially malicious tags
T 99   (script, iframe, object) and event handlers.
1cded8 100 - Buttons for next/previous message in view mode
T 101 - Add new created contact to list and show confirmation status
102 - Added folder management (subscribe/create/delete)
103 - Log message sending (SMTP log)
104 - Grant access for Camino browser
105 - Added German translation
106
107
108 2005/10/20
109 ----------
110 - Added Swedish, Latvian, Portuguese and Catalan translation
111 - Make SMTP auth method configurable
112 - Make mailboxlist scrollable (Bug #1326372)
113 - Fixed SSL support
114 - Improved support for Courier IMAP (root folder and delimiter issues)
115 - Moved taskbar from bottom to top
116 - Added 'session_lifetime' parameter
117 - Fixed wrong unread count when deleting message (Bug #1332434)
118 - Srip tags when creating a new folder (Bug #1332084)
119 - Translate HTML tags in message headers (Bug #1330134)
120 - Correction in German translation (Bug #1329434)
121 - Display folder names with special chars correctly (Bug #1330157)
122
123
124 2005/10/07
125 ----------
126 - Added French, Italian, Spanish, Danish, Dutch translation
127 - Clarified license (Bug #1305966)
128 - Fixed PHP warnings (Bug #1299403)
129 - Fixed english translation (Bug #1295406)
130 - Fixed bug #1290833: Last character of email not seen
131 - Fixed bug #1292199 when creating new user
132 - Allow more browsers (Bug #1285101)
133 - Added setting for showing pretty dates
134 - Added support for SQLite database
135 - Make use of message caching configurable
136 - Also add attachments when forwarding a message
137 - Long folder names will not flow over message list (Bug #1267232)
138 - Show nested mailboxes hieracically
139 - Enable IMAPS by host
140
141
142 2005/08/20
143 ----------
144 - Improved cacheing of mailbox messagecount
145 - Fixed javascript bug when creating a new message folder
146 - Fixed javascript bugs #1260990 and #1260992: folder selection
147 - Make Trash folder configurable
148 - Auto create folders Inbox, Sent and Trash (if configured)
149 - Support for IMAP root folder
150 - Added support fot text/enriched messages
151 - Make list of special mailboxes configurable
152