source: github/CHANGELOG @ c8c1e0ef

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since c8c1e0ef was c8c1e0ef, checked in by svncommit <devs@…>, 7 years ago

Renameable folders, mail-checking changes, other fixes (richs)

  • Property mode set to 100644
File size: 9.0 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42006/06/26 (richs)
5----------
6- Added button to immediately check for new messages
7- New message checking now displays status "Checking for new messages..."
8- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
9- Task buttons now respond to clicks by darkening (as in other applications)
10- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
11- Added ability to sort messages by "Size"
12- Added ability to rename folders (Feature #1326396)
13- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
14- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
15
16
172006/06/25
18----------
19- Changed behavior to include host-specific configuration (Bug #1483849)
20- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
21- Fixed spell checker to work with the new URL at google.com
22- Some memory and security optimizations sendmail.inc
23- Updated UGRADING description
24
25
262006/06/19
27----------
28- Added Drafts support (Feature #1326839) (richs)
29
30
312006/06/02
32----------
33- Updated Estonian localization and moved from ee to et
34- Added Bulgarian localization
35
36
372006/05/25
38----------
39- Finalized GoogieSpell integration
40
41
422006/05/18
43----------
44- Added Arabic and Armenian localizations
45- Updated Russian localization
46- Removed MDB2 classes from repository. Install them seperately if used.
47- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
48- Allow & in e-mail addresses
49
50
512006/05/05
52----------
53- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
54- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
55- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
56- Corrected INSTALL description (Bug #1476106)
57- Added charset to javascript HTTP headers
58- Fixed Opera bug with CC and BCC fields (Bug #1474576)
59- Changed login page title regarding product name (Bug #1476413)
60- Pimped search function
61- Applied attachment viewing/forwarding patches by Andrew Fladmark
62- Applied prev/next patch by Leonard Bouchet
63- Applied patches by Mark Bucciarelli
64- Applied patch for requesting receipts by Salvatore Ansani
65- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
66
67
682006/04/13
69----------
70- Added Slovenian localization
71- Updated Portuguese localization
72- Fixed parent.location problem for compose-links
73- Added sort order saving patch by Jacob Brunson
74- Added gzip compression support
75
76
772006/04/02
78----------
79- Added Lithuanian localization
80- Improved search function
81- Added version string as template object
82- Load host-specific configuration file (see config/main.inc.php)
83- New config parameter adding domain to user names for login
84- Strip tags on _auth, _action, _task parameters
85- Corrected labels for next/previous page buttons in address book
86
87
882006/03/23
89----------
90- Auto-detect mail header delimiters
91- Regard daylight savings
92- Localized quota display
93- Started implementing search function
94
95
962006/03/20
97----------
98- Avoid error message when saving an unchanged identity (Bug #1429510)
99- Fixed hard-coded cols selection for sent folder (Bug #1354586)
100- Enable some HTML links for use with "open in new window" or "save target"
101- Check meta-key instead of ctrl on Macs
102- Ignore double clicks when holding down a modifier key
103- Fixed reloading of the login page
104- Fixed typo in compose template (Bug #1446852)
105- Added compose button to message read step (Request #1433288)
106- New config parameter for persistent database connections (Bug #1431817)
107
108
1092006/03/14
110----------
111- Don't remove internal HTML tags in plaintext messages
112- Improved error handling in DB connection failure
113
114
1152006/02/22
116----------
117- Updated localizations
118- Fixed bug #1435989
119
120
1212006/02/19
122----------
123- Updated localizations
124- Applied patch of Anders Karlsson
125- Applied patch of Jacob Brunson
126- Applied patch for virtuser_query by Robin Elfrink
127- Added support for References header (patch by Auke)
128- Added support for mbstring module by Tadashi Jokagi
129- Added function for automatic remove of slashes on GET and POST vars
130  if magic_quotes is enabled
131
132
1332006/02/05
134----------
135- Added Slovak, Hungarian, Bosnian and Croation translation
136- Fixed bug when inserting signatures with !?&
137- Chopping message headers before inserting into the message cache table
138  (to avoid bugs in Postgres)
139- Allow one-char domains in e-mail addresses
140- Make product name in page title configurable
141- Make username available as skin object
142- Added session_write_close() in rcube_db class destructor to avoid problems
143  in PHP 5.0.5
144- Use move_uploaded_file() instead of copy() for a more secure handling of
145  uploaded attachments
146- Additional config parameter to show/hide deleted messages
147- Added periodic request for checking new mails (Request #1307821)
148- Added EXPUNGE command
149- Optimized loading time for mail interface
150- Changed to full UTF-8 support
151- Additional timezones (Patch #1389912)
152- Added LDAP public search (experimental)
153- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
154- Casting to strings when adding empty headers to message cache (Bug #1406026)
155- Skip sender-address as recipient when Reply-to-all
156- Fixes in utf8-class
157- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
158- Added garbage collector for message cache
159- Added patches for BCC headers
160
161
1622005/12/16
163----------
164- Added Turkish and Simplified Chinese translation
165- Use virtusertable to resolve e-mail addresses at login
166- Configurable mail_domain used to compose correct e-mail addresses
167  on first login
168
169
1702005/12/03
171----------
172- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
173  Estonian and Chinese translation
174- Get IMAP server capabilities in array
175- Check for NAMESPACE capability before sending command
176- Set default user language from config 'locale_string'
177- Added sorting patch for message list
178- Make default sort col/order configurable
179- Fixed XSS in address book and identities
180- Added more XSS protection (Bug #1308236)
181- Added tab indexes for compose form
182- Added 'changed' col to contacts table
183- Support for 160-bit session hashes
184- Added input check for contacts and identities (Patch #1346523)
185- Added messages/warning to compose step (Patch #1323895)
186- Added favicon to the default skin
187- Fixed Bug #1334337 as far as possible
188- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
189- Redesign of client side AJAX code (enable multi threading)
190- Added keep-alive signal every minute
191- Make logs dir configurable
192- Added support for SMTPS
193- Decode attachment file names
194- Make delimiter for message headers configurable
195- Add generic footer to sent messages
196- Choose the rigt identity when replying
197- Remove signature when replying (Request #1333167)
198- Signatures for each identity
199- Select charset when composing message
200- Complete re-design of the caching mechanism
201
202
2032005/08/11
204----------
205- Write list header to client even if list is empty
206- Add functions "select all", "select none" to message list
207- Improved filter for HTML messages to remove potentially malicious tags
208  (script, iframe, object) and event handlers.
209- Buttons for next/previous message in view mode
210- Add new created contact to list and show confirmation status
211- Added folder management (subscribe/create/delete)
212- Log message sending (SMTP log)
213- Grant access for Camino browser
214- Added German translation
215
216
2172005/10/20
218----------
219- Added Swedish, Latvian, Portuguese and Catalan translation
220- Make SMTP auth method configurable
221- Make mailboxlist scrollable (Bug #1326372)
222- Fixed SSL support
223- Improved support for Courier IMAP (root folder and delimiter issues)
224- Moved taskbar from bottom to top
225- Added 'session_lifetime' parameter
226- Fixed wrong unread count when deleting message (Bug #1332434)
227- Srip tags when creating a new folder (Bug #1332084)
228- Translate HTML tags in message headers (Bug #1330134)
229- Correction in German translation (Bug #1329434)
230- Display folder names with special chars correctly (Bug #1330157)
231
232
2332005/10/07
234----------
235- Added French, Italian, Spanish, Danish, Dutch translation
236- Clarified license (Bug #1305966)
237- Fixed PHP warnings (Bug #1299403)
238- Fixed english translation (Bug #1295406)
239- Fixed bug #1290833: Last character of email not seen
240- Fixed bug #1292199 when creating new user
241- Allow more browsers (Bug #1285101)
242- Added setting for showing pretty dates
243- Added support for SQLite database
244- Make use of message caching configurable
245- Also add attachments when forwarding a message
246- Long folder names will not flow over message list (Bug #1267232)
247- Show nested mailboxes hieracically
248- Enable IMAPS by host
249
250
2512005/08/20
252----------
253- Improved cacheing of mailbox messagecount
254- Fixed javascript bug when creating a new message folder
255- Fixed javascript bugs #1260990 and #1260992: folder selection
256- Make Trash folder configurable
257- Auto create folders Inbox, Sent and Trash (if configured)
258- Support for IMAP root folder
259- Added support fot text/enriched messages
260- Make list of special mailboxes configurable
261
Note: See TracBrowser for help on using the repository browser.