source: github/CHANGELOG @ 5a6ad20

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

Fixed message headers encoding; improved recipient splitting; applied patch for attachment download (#1484198)

  • Property mode set to 100644
File size: 19.5 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42007/03/13 (thomasb)
5----------
6- Applied patch for attachment download by crichardson (closes #1484198)
7- Fixed bug in Postgres DB handling (closes #1484068)
8- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
9- Fixed array_merge bug (closes #1484281)
10- Fixed flag for deletion in list view (closes #1484264)
11- Finally support semicolons as recipient separator (closes ##1484251)
12- Fixed message headers (subject) encoding
13
14
152007/03/04 (tomekp)
16----------
17- check if safe mode is on or not (closes #1484269)
18
19
202007/03/02 (thomasb)
21----------
22- Show "no subject" in message list if subject is missing (closes #1484243)
23- Solved page caching of message preview (closes #1484153)
24- Only use gzip compression if configured (closes #1484236)
25
26
272007/02/25 (estadtherr)
28----------
29- Fixed priority selector issue (#1484150)
30- Upgraded to TinyMCE v2.1.0
31
32
332007/02/21 (thomasb)
34----------
35- Fixed some CSS issues in default skin (closes #1484210 and #1484161)
36- Prevent from double quoting of numeric HTML character references (closes #1484253)
37
38
392007/02/07 (tomekp)
40----------
41- Updated (bg) translation (Doichin Dokov)
42
43
442007/02/06 (tomekp)
45----------
46- Updated (pl) translation
47- Updated (pt_BR) translation (Robson F. Ramaldes)
48- Big cleanup in program/localization
49
50
512007/02/05 (thomasb)
52----------
53- Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
54
55
562007/01/07 (estadtherr)
57----------
58- Fixed display of HTML message attachments (closes #1484178)
59
60
612007/01/07 (thomasb)
62----------
63- Applied patch for preview caching (closes #1484186)
64- Added Thai and Vietnamese localization files
65
66
672006/12/29 (thomasb)
68----------
69- Added error handling for attachment uploads
70- Use multibyte safe string functions where necessary (closes #1483988)
71- Updated Swiss German localization (de_CH)
72
73
742006/12/22 (thomasb)
75----------
76- Applied security patch to validate the submitted host value (by Kees Cook)
77- Applied security patch to validate input values when deleting contacts (by Kees Cook)
78- Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
79- Applied a patch to more aggressively sanitize a HTML message
80- Visualize blocked images in HTML messages
81
82
832006/12/20 (thomasb)
84----------
85- Fixed wrong message listing when showing search results (closes #1484131)
86- Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
87- Show remote images when opening HTML message part as attachment
88
89
902006/12/17 (thomasb)
91----------
92- Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
93
94
952006/12/06 (thomasb)
96----------
97- Improve memory usage when sending mail (closes #1484098)
98- Mark messages as read once the preview is loaded (closes #1484132)
99- Include smtp final response in log (closes #1484081)
100
101
1022006/12/04 (thomasb)
103----------
104- Corrected date string in sent message header (closes #1484125)
105- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
106- Changed srong tooltips for message browse buttons (closes #1483930)
107
108
1092006/12/03 (estadtherr)
110----------
111- Added fix to convert HTML signatures for plain text messages
112- Fixed signature delimeter character to be standard (Bug #1484035)
113
114
1152006/12/01 (thomasb)
116----------
117- Implemented preview pane
118- Fixed XSS vulnerability (Bug #1484109)
119- Remove newlines from mail headers (Bug #1484031)
120- Selection issues when moving/deleting (Bug #1484044)
121- Applied patch of Clement Moulin for imap host auto-selection
122- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
123- Fixed folder name encoding in subscription list (Bug #1484113)
124- Fixed JS errors in identity list (Bug #1484120)
125- Show client debug console on debug_level 8
126- Added Serbian translation
127- Updated Spanish and Bulgarian localization
128
129
1302006/11/22 (robin)
131----------
132- Fix a bug introduced with Shift-Del yesterday
133
134
1352006/11/21 (robin)
136----------
137- Add missing nl_NL translations
138- Translate foldernames in folder form (closes #1484113)
139
140
1412006/11/21 (robin)
142----------
143- Added first and last buttons to message list, address book
144  and message detail
145- Pressing Shift-Del bypasses Trash folder
146- Enable purge command for Junk folder
147
148
1492006/11/17 (robin)
150----------
151- Re-initialize message list after shift-select and delete
152
153
1542006/11/16 (robin)
155----------
156- Fixed updating message list after expunge and purge
157- Fetch all aliases if virtuser_query is used instead
158  of only the first one
159
160
1612006/11/11 (estadtherr)
162----------
163- fixed deletion/moving of messages from within "show" page
164
165
1662006/11/09 (thomasb)
167----------
168- Little bugfix in HTML encoding
169- Fixed encoding issues and delete-on-reply problem
170- Corrected template parsing
171
172
1732006/11/07 (estadtherr)
174----------
175- Upgraded to TinyMCE v2.0.8
176- Fixed CSS path for editor popups
177
1782006/09/26 (estadtherr)
179----------
180- Added spellchecker plugin to TinyMCE configuration
181- Fixed HTML/Plain toggle labels
182
183
1842006/09/24 (thomasb)
185----------
186- Partial client re-write with a common list class
187- Re-enabled multi select of contacts (Bug #1484017)
188- Enable contact editing right after creation (Bug #1459641)
189- Updated Hungarian, Estonian and Traditional Chinese localization
190
191
1922006/09/19 (thomasb)
193----------
194- Correct UTF-7 to UTF-8 conversion if mbstring is not available
195
196
1972006/09/13 (estadtherr)
198----------
199- Introduction of TinyMCE HTML editor support for message composition and signatures
200  Note : a new column is added to the "identities" database table
201
202
2032006/09/12 (estadtherr)
204----------
205- Fixed html2text treatment of table headers (Bug #1484020)
206- Fixed IMAP fetch of message body (Bug #1484019)
207
208
2092006/09/08 (thomasb)
210----------
211- Fixed safe_mode problems (Bug #1418381)
212- Fixed wrong header encoding (Bug #1483976)
213
214
2152006/09/07 (thomasb)
216----------
217- Made automatic draft saving configurable
218- Fixed JS bug when renaming folders (Bug #1483989)
219- Don't wait for complete page load when calling JavaScript init()
220- Some improvements to prevent session expiration
221- Prevent from double submit of spell check requests
222
223
2242006/09/01 (thomasb)
225----------
226- Imporoved message parsing and HTML validation
227- Added quota display as image (by Brett Patterson)
228- Corrected creation of a message-id
229- Updated Norwegian (bokmal) localization
230
231
2322006/08/30 (thomasb)
233----------
234- New indentation for quoted message text
235- Improved HTML validity
236
237
2382006/08/28 (estadtherr)
239----------
240- Fixed URL character set (Ticket #1445501)
241- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
242
243
2442006/08/25 (thomasb)
245----------
246- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
247- Finalized new message parsing (+ chaching)
248- Updated SQL scripts and UPGRADING instructions
249
250
2512006/08/23 (thomasb)
252----------
253- Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
254
255
2562006/08/20 (thomasb)
257----------
258- Fixed wrong usage of mbstring (Bug #1462439)
259- Set default spelling language (Ticket #1483938)
260- Added support for Nox Spell Server
261
262
2632006/08/18 (thomasb)
264----------
265- Re-built message parsing (Bug #1327068)
266  Now based on the message structure delivered by the IMAP server.
267- Fixed some XSS and SQL injection issues
268
269
2702006/08/10 (thomasb)
271----------
272- Fixed charset problems with folder renaming
273
274
2752006/08/04 (thomasb)
276----------
277- Fixed Bug in saving identities (Ticket #1483915)
278- Set folder name in window title (Bug #1483919)
279- Don't add imap_root to INBOX path (Bug #1483816)
280- Attempt to create default folders only after login
281- Avoid usage of $CONFIG in rcube_imap class
282
283
2842006/07/30 (thomasb)
285----------
286- Alter links in HTML messages (Bug #1326402)
287- Added fallback if host not found in 'mail_domain' array
288- Applied patch of Charles to highlight droptargets (Ticket #1473034)
289- Fixed folder renaming (Bug #1483914)
290- Added confirmation message after deleting a folder
291
292
2932006/07/25 (thomasb)
294----------
295- Made folder renaming a bit more ajax-style
296- Changed rename-labels and German translation
297- Fixed addressbox countbar width (Bug #1483845)
298- Fixed refresh interval problems in Safari (Bug #1483902)
299- Fixed clear_message_list_header() errors (Bug #1483898)
300- Sanity check of $message_set in imap.inc (Bug #1443200)
301- Added correct changing of message list headers for Sent folder
302- Updated Spanish localization (Ticket #1483887)
303- Applied patch #1483846
304
305
3062006/07/24 (richs)
307----------
308- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
309- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
310- Draft saving now properly returns an error when saving fails
311- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
312- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
313
314
3152006/07/19 (thomasb)
316----------
317- Correct entity encoding of link urls (HTML validity)
318- Improved usability in compose step (Ticket #1483807)
319- Added absolute URLs to several buttons (for "open in new window")
320- Applied patch #1328032
321- Fixed Bug/Patch #1443200
322
323
3242006/07/18 (thomasb)
325----------
326- Fixed password with spaces issue (Bug #1364122)
327- Replaced _auth hash with second cookie (Ticket #1483811)
328- Don't use get_input_value() for passwords (Bug #1468895)
329- Made password encryption key configurable
330- Minor bugfixes with charset encoding
331- Added <label> tags to forms (Ticket #1483810)
332
333
3342006/07/07 (thomasb)
335----------
336- Fixed INSTALL_PATH bug #1425663
337
338
3392006/07/03 (richs)
340----------
341- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
342- Updated French localizations (Ticket #1483862)
343- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
344- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
345- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
346- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
347
348
3492006/06/30 (richs)
350----------
351- Fixed empty INBOX compatibility bug (Patch #1443200)
352- Temporarily fixed French "compact" localization (Patch #1483862)
353- Fixed "Select All" not working with Delete interface button (Bug #1332434)
354- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
355- Fixed "unread count" in window title when count changed (Bug #1483812)
356- Fixed DB error when deleting from message table (Patch #1483835)
357
358
3592006/06/29 (richs)
360----------
361- Added ability to remove attachments (Feature #1436721)
362- Default folders are now auto-created on first login (Feature #1471594)
363- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
364- Corrected Italian localizations
365- Tweaked rename-folder form to clear after a rename
366
367
3682006/06/26 (richs)
369----------
370- Added button to immediately check for new messages
371- New message checking now displays status "Checking for new messages..."
372- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
373- Task buttons now respond to clicks by darkening (as in other applications)
374- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
375- Added ability to sort messages by "Size"
376- Added ability to rename folders (Feature #1326396)
377- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
378- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
379
380
3812006/06/25
382----------
383- Changed behavior to include host-specific configuration (Bug #1483849)
384- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
385- Fixed spell checker to work with the new URL at google.com
386- Some memory and security optimizations sendmail.inc
387- Updated UGRADING description
388
389
3902006/06/19
391----------
392- Added Drafts support (Feature #1326839) (richs)
393
394
3952006/06/02
396----------
397- Updated Estonian localization and moved from ee to et
398- Added Bulgarian localization
399
400
4012006/05/25
402----------
403- Finalized GoogieSpell integration
404
405
4062006/05/18
407----------
408- Added Arabic and Armenian localizations
409- Updated Russian localization
410- Removed MDB2 classes from repository. Install them seperately if used.
411- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
412- Allow & in e-mail addresses
413
414
4152006/05/05
416----------
417- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
418- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
419- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
420- Corrected INSTALL description (Bug #1476106)
421- Added charset to javascript HTTP headers
422- Fixed Opera bug with CC and BCC fields (Bug #1474576)
423- Changed login page title regarding product name (Bug #1476413)
424- Pimped search function
425- Applied attachment viewing/forwarding patches by Andrew Fladmark
426- Applied prev/next patch by Leonard Bouchet
427- Applied patches by Mark Bucciarelli
428- Applied patch for requesting receipts by Salvatore Ansani
429- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
430
431
4322006/04/13
433----------
434- Added Slovenian localization
435- Updated Portuguese localization
436- Fixed parent.location problem for compose-links
437- Added sort order saving patch by Jacob Brunson
438- Added gzip compression support
439
440
4412006/04/02
442----------
443- Added Lithuanian localization
444- Improved search function
445- Added version string as template object
446- Load host-specific configuration file (see config/main.inc.php)
447- New config parameter adding domain to user names for login
448- Strip tags on _auth, _action, _task parameters
449- Corrected labels for next/previous page buttons in address book
450
451
4522006/03/23
453----------
454- Auto-detect mail header delimiters
455- Regard daylight savings
456- Localized quota display
457- Started implementing search function
458
459
4602006/03/20
461----------
462- Avoid error message when saving an unchanged identity (Bug #1429510)
463- Fixed hard-coded cols selection for sent folder (Bug #1354586)
464- Enable some HTML links for use with "open in new window" or "save target"
465- Check meta-key instead of ctrl on Macs
466- Ignore double clicks when holding down a modifier key
467- Fixed reloading of the login page
468- Fixed typo in compose template (Bug #1446852)
469- Added compose button to message read step (Request #1433288)
470- New config parameter for persistent database connections (Bug #1431817)
471
472
4732006/03/14
474----------
475- Don't remove internal HTML tags in plaintext messages
476- Improved error handling in DB connection failure
477
478
4792006/02/22
480----------
481- Updated localizations
482- Fixed bug #1435989
483
484
4852006/02/19
486----------
487- Updated localizations
488- Applied patch of Anders Karlsson
489- Applied patch of Jacob Brunson
490- Applied patch for virtuser_query by Robin Elfrink
491- Added support for References header (patch by Auke)
492- Added support for mbstring module by Tadashi Jokagi
493- Added function for automatic remove of slashes on GET and POST vars
494  if magic_quotes is enabled
495
496
4972006/02/05
498----------
499- Added Slovak, Hungarian, Bosnian and Croation translation
500- Fixed bug when inserting signatures with !?&
501- Chopping message headers before inserting into the message cache table
502  (to avoid bugs in Postgres)
503- Allow one-char domains in e-mail addresses
504- Make product name in page title configurable
505- Make username available as skin object
506- Added session_write_close() in rcube_db class destructor to avoid problems
507  in PHP 5.0.5
508- Use move_uploaded_file() instead of copy() for a more secure handling of
509  uploaded attachments
510- Additional config parameter to show/hide deleted messages
511- Added periodic request for checking new mails (Request #1307821)
512- Added EXPUNGE command
513- Optimized loading time for mail interface
514- Changed to full UTF-8 support
515- Additional timezones (Patch #1389912)
516- Added LDAP public search (experimental)
517- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
518- Casting to strings when adding empty headers to message cache (Bug #1406026)
519- Skip sender-address as recipient when Reply-to-all
520- Fixes in utf8-class
521- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
522- Added garbage collector for message cache
523- Added patches for BCC headers
524
525
5262005/12/16
527----------
528- Added Turkish and Simplified Chinese translation
529- Use virtusertable to resolve e-mail addresses at login
530- Configurable mail_domain used to compose correct e-mail addresses
531  on first login
532
533
5342005/12/03
535----------
536- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
537  Estonian and Chinese translation
538- Get IMAP server capabilities in array
539- Check for NAMESPACE capability before sending command
540- Set default user language from config 'locale_string'
541- Added sorting patch for message list
542- Make default sort col/order configurable
543- Fixed XSS in address book and identities
544- Added more XSS protection (Bug #1308236)
545- Added tab indexes for compose form
546- Added 'changed' col to contacts table
547- Support for 160-bit session hashes
548- Added input check for contacts and identities (Patch #1346523)
549- Added messages/warning to compose step (Patch #1323895)
550- Added favicon to the default skin
551- Fixed Bug #1334337 as far as possible
552- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
553- Redesign of client side AJAX code (enable multi threading)
554- Added keep-alive signal every minute
555- Make logs dir configurable
556- Added support for SMTPS
557- Decode attachment file names
558- Make delimiter for message headers configurable
559- Add generic footer to sent messages
560- Choose the rigt identity when replying
561- Remove signature when replying (Request #1333167)
562- Signatures for each identity
563- Select charset when composing message
564- Complete re-design of the caching mechanism
565
566
5672005/08/11
568----------
569- Write list header to client even if list is empty
570- Add functions "select all", "select none" to message list
571- Improved filter for HTML messages to remove potentially malicious tags
572  (script, iframe, object) and event handlers.
573- Buttons for next/previous message in view mode
574- Add new created contact to list and show confirmation status
575- Added folder management (subscribe/create/delete)
576- Log message sending (SMTP log)
577- Grant access for Camino browser
578- Added German translation
579
580
5812005/10/20
582----------
583- Added Swedish, Latvian, Portuguese and Catalan translation
584- Make SMTP auth method configurable
585- Make mailboxlist scrollable (Bug #1326372)
586- Fixed SSL support
587- Improved support for Courier IMAP (root folder and delimiter issues)
588- Moved taskbar from bottom to top
589- Added 'session_lifetime' parameter
590- Fixed wrong unread count when deleting message (Bug #1332434)
591- Srip tags when creating a new folder (Bug #1332084)
592- Translate HTML tags in message headers (Bug #1330134)
593- Correction in German translation (Bug #1329434)
594- Display folder names with special chars correctly (Bug #1330157)
595
596
5972005/10/07
598----------
599- Added French, Italian, Spanish, Danish, Dutch translation
600- Clarified license (Bug #1305966)
601- Fixed PHP warnings (Bug #1299403)
602- Fixed english translation (Bug #1295406)
603- Fixed bug #1290833: Last character of email not seen
604- Fixed bug #1292199 when creating new user
605- Allow more browsers (Bug #1285101)
606- Added setting for showing pretty dates
607- Added support for SQLite database
608- Make use of message caching configurable
609- Also add attachments when forwarding a message
610- Long folder names will not flow over message list (Bug #1267232)
611- Show nested mailboxes hieracically
612- Enable IMAPS by host
613
614
6152005/08/20
616----------
617- Improved cacheing of mailbox messagecount
618- Fixed javascript bug when creating a new message folder
619- Fixed javascript bugs #1260990 and #1260992: folder selection
620- Make Trash folder configurable
621- Auto create folders Inbox, Sent and Trash (if configured)
622- Support for IMAP root folder
623- Added support fot text/enriched messages
624- Make list of special mailboxes configurable
625
Note: See TracBrowser for help on using the repository browser.