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