source: github/CHANGELOG @ 3baec23

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

Optimized loading time; added periodic mail check; added EXPUNGE command

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