source: github/CHANGELOG @ 8c2e58b

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

Minor improvements and bugfixes (see changelog)

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