source: subversion/trunk/roundcubemail/CHANGELOG @ 2099

Last change on this file since 2099 was 2099, checked in by thomasb, 4 years ago

Option to check for new mails in all folders (#1484374)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 49.1 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42008/11/28 (thomasb)
5----------
6- Option to check for new mails in all folders (#1484374)
7- Don't set client busy when checking for new messages (#1485276)
8
92008/11/26 (alec)
10----------
11- Allow UTF-8 folder names in config (#1485579)
12- Add junk_mbox option configuration in installer (#1485579)
13
142008/11/23 (thomasb)
15----------
16- Do serverside addressbook queries for autocompletion (#1485531)
17
182008/11/23 (alec)
19----------
20- Allow setting attachment col position in 'list_cols' option
21- Allow override 'list_cols' via skin (#1485577)
22
232008/11/21 (alec)
24----------
25- Fix 'cache' table cleanup on session destroy (#1485516)
26- Increase speed of session destroy and garbage clean up
27- Fix session timeout when DB server got clock skew (#1485490)
28
292008/11/19 (alec)
30----------
31- Fix handling of some malformed messages (#1484438)
32- Speed up raw message body handling
33- Better HTML entities conversion in html2text (#1485519)
34
352008/11/15 (alec)
36----------
37- Fix big memory consumption and speed up searching on servers without SORT capability
38- Fix setting locale to tr_TR, ku and az_AZ (#1485470)
39
402008/11/12 (alec)
41----------
42- Use SORT for searching on servers with SORT capability
43- Added message status filter
44
452008/11/06 (alec)
46----------
47- Fix empty file sending (#1485389)
48- Improved searching with many criterias (calling one SEARCH command)
49
502008/11/05 (alec)
51----------
52- Fix HTML editor initialization on IE (#1485304)
53
542008/11/03 (alec)
55----------
56- Add warning when switching editor mode from html to plain (#1485488)
57- Make identities list scrollable (#1485538)
58
592008/10/29 (alec)
60----------
61- Fix problem with numeric folder names (#1485527)
62- Added BYE response simple support to prevent from endless loops in imap.inc (#1483956)
63
642008/10/27 (alec)
65----------
66- Fix unread message unintentionally marked as read if read_when_deleted=true (#1485409)
67- Remove port number from SERVER_NAME in smtp_helo_host (#1485518)
68
692008/10/25 (alec)
70----------
71- Don't send disposition notification receipts for messages marked as 'read' (#1485523)
72- Added 'keep_alive' and 'min_keep_alive' options (#1485360)
73
742008/10/24 (alec)
75----------
76- Added option 'identities_level', removed 'multiple_identities'
77- Allow deleting identities when multiple_identities=false (#1485435)
78
792008/10/22 (alec)
80----------
81- Added option focus_on_new_message (#1485374)
82
832008/10/18 (alec)
84----------
85- Fix html2text class autoloading on Windows (#1485505)
86- Fix html signature formatting when identity save error occured (#1485426)
87
882008/10/15 (alec)
89----------
90- Add feedback and set busy when moving folder (#1485497)
91
922008/10/10 (alec)
93----------
94- Fix 'Empty' link visibility for some languages e.g. Slovak (#1485489)
95- Fix messages count bar overlapping (#1485270)
96- Fix adding signature in drafts compose mode (#1485484)
97
982008/10/09 (alec)
99----------
100- Fix iil_C_Sort() to support very long and/or divided responses (#1485283)
101- Fix matching case sensitivity when setting identity on reply (#1485480)
102- Prefer default identity on reply
103
1042008/10/08 (alec)
105----------
106- Fix imap searching on ISMail server (#1485466)
107- Add css class for flagged messages (#1485464)
108
1092008/10/07 (alec)
110----------
111- Write username instead of id in sendmail log (#1485477)
112- Fix htmlspecialchars() use for PHP version < 5.2.3 (#1485475)
113- Fix js keywords escaping in json_serialize() for IE/Opera (#1485472)
114- Added bin/killcache.php script (#1485434)
115
1162008/10/03 (alec)
117----------
118- Add support for SJIS, GB2312, BIG5 in rc_detect_encoding()
119- Fix vCard file encoding detection for non-UTF-8 strings (#1485410)
120- Add 'skip_deleted' option in User Preferences (#1485445)
121
1222008/10/02 (alec)
123----------
124- Minimize "inline" javascript scripts use (#1485433)
125- Fix css class setting for folders with names matching defined classes names (#1485355)
126- Fix race conditions when changing mailbox
127
1282008/10/01 (alec)
129- Fix spellchecking when switching to html editor (#1485362)
130- Fix compose window width/height (#1485396)
131- Allow calling msgimport.sh/msgexport.sh from any directory (#1485431)
132- Localized filesize units (#1485340)
133- Better handling of "no identity" and "no email in identity" situations (#1485117)
134
1352008/09/29 (alec)
136----------
137- Added 'mime_param_folding' option with possibility to choose
138  long/non-ascii attachment names encoding eg. to be readable
139  in MS Outlook/OE (#1485320)
140- Added "advanced options" feature in User Preferences
141- Fix unread counter when displaying cached massage in preview panel (#1485290)
142- Fix htmleditor spellchecking on MS Windows (#1485397)
143
1442008/09/25 (alec)
145----------
146- Fix problem with non-ascii attachment names in Mail_mime (#1485267, #1485096)
147
1482008/09/23 (alec)
149----------
150- Fix language autodetection (#1485401)
151- Fix button label in folders management (#1485405)
152- Fix collapsed folder not indicating unread msgs count of all subfolders (#1485403)
153- Fix handling of apostrophes in filenames decoded according to rfc2231
154
1552008/09/19 (thomasb)
156----------
157- Made config files location configurable (#1485215)
158
1592008/09/16 (alec)
160----------
161- Reduced memory footprint when forwarding attachments (#1485345)
162- Fix inline images handling when replying/forwarding html messages
163- Allow and use spellcheck attribute for input/textarea fields (#1485060)
164- Added icons for forwarded/forwarded+replied messages (#1485257)
165- Added Reply-To to forwarded emails (#1485315)
166- Display progress message for folders create/delete/rename (#1485357)
167- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)
168
1692008/09/15 (thomasb)
170----------
171- Redesign of the identities settings (#1484042)
172- Add config option to disable creation/deletion of identities (#1484498)
173
1742008/09/15 (alec)
175----------
176- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)
177
1782008/09/12 (alec)
179----------
180- Added vertical splitter for folders list resizing
181- Added possibility to view all headers in message view
182- Fixed splitter drag/resize on Opera (#1485170)
183- Fixed quota img height/width setting from template (#1484857)
184
1852008/09/12 (thomasb)
186----------
187- Refactor drag & drop functionality. Don't rely on browser events anymore (#1484453)
188- Insert "virtual" folders in subscription list (#1484779)
189- Added link to open message in new window
190
1912008/09/05 (thomasb)
192----------
193- Enable export of address book contacts as vCard
194- Respect Content-Location headers in multipart/related messages according to RFC2110 (#1484946)
195- Applied mime_decode patch by David Lublink
196- Allowed max. attachment size now indicated in compose screen (#1485030)
197- Also capture backspace key in list mode (#1484566)
198- Allow application/pgp parts to be displayed (#1484753)
199- Correctly handle options in mailto-links (#1485228)
200- Immediately save sort_col/sort_order in user prefs (#1485265)
201
2022008/09/04 (alec)
203----------
204- Truncate very long (above 50 characters) attachment filenames when displaying
205- Support \" and \\ in quoted strings when parsing BODYSTRUCTURE (mime.inc)
206- Allow 'readonly' atributes in input and textarea (#1485312)
207
2082008/09/03 (thomasb)
209----------
210- Allow to auto-detect client language if none set (#1484434)
211- Auto-detect the client timezone (user configurable)
212
2132008/09/03 (alec)
214----------
215- Add RFC2231 header value continuations support for attachment
216  filenames + hack for servers that not support that feature
217- Fix Reply-To header displaying (#1485314)
218
2192008/09/02 (thomasb)
220----------
221- Add feature to import contacts from vcard files (#1326103)
222- Mark form buttons that provide the most obvious operation (mainaction)
223
2242008/08/30 (alec)
225----------
226- Improved HTML to TXT conversion by html2text class update
227  to version 1.0.0
228
2292008/08/28 (alec)
230----------
231- Added option 'quota_zero_as_unlimited' (#1484604)
232- Added PRE handling in html2text class (#1484740)
233
2342008/08/28 (robin)
235----------
236- Added folder hierarchy collapsing
237
2382008/08/27 (alec)
239----------
240- Added options to use syslog instead of log file (#1484850)
241- Added Logging & Debugging section in Installer
242- Write to smtp log also sent MDN confirmations
243
2442008/08/26 (alec)
245----------
246- Removed support for PEAR::DB driver
247
2482008/08/21 (alec)
249----------
250- Add Content-Length header while attachments downloading (#1484256)
251- Fix In-Reply-To and References headers when composing saved draft
252  message (#1485288)
253- Removed PHP4 class constructors
254- Fix html message charset conversion for charsets with underline (#1485287)
255- Fix buttons status after contacts deletion (#1485233)
256
2572008/08/21 (estadtherr)
258----------
259- Fix escaping of To: and From: fields when building message body for reply
260  or forward in the HTML editor (#1484904)
261
2622008/08/15 (thomasb)
263----------
264- Use current mailbox name in template (#1485256)
265- Better fix for skipping untagged responses (#1485261)
266- Added pspell support patch by Kris Steinhoff (#1483960)
267- Enable spellchecker for HTML editor (#1485114)
268- Respect spellcheck_uri in tinyMCE spellchecker (#1484196)
269
2702008/08/09 (alec)
271----------
272- Case insensitive contacts searching using PostgreSQL (#1485259)
273
2742008/07/31 (thomasb)
275----------
276- Make default imap folders configurable for each user (#1485075)
277- Save outgoing mail to selectable folder (#1324581)
278- Fix hiding of mark menu when clicking th button again (#1484944)
279
2802008/07/21 (alec)
281----------
282- use long date format in print mode (#1485191)
283
2842008/07/18 (alec)
285----------
286- Updated TinyMCE to version 3.1.0.1
287
2882008/07/14 (thomasb)
289----------
290- Re-enable autocomplete attribute for login form (#1485211)
291- Check PERMANENTFLAGS before saving $MDNSent flag (#1484963, #1485163)
292
2932008/06/30 (alec)
294----------
295- Added flag column on messages list (#1484623)
296
2972008/06/24 (alec)
298----------
299- Patched Mail/MimePart.php (http://pear.php.net/bugs/bug.php?id=14232)
300
3012008/06/24 (alec)
302----------
303- Allow trash/junk subfolders to be purged (#1485085)
304
3052008/06/20 (alec)
306----------
307- Added Azerbaijani translation
308
3092008/06/20 (thomasb)
310----------
311- Store compose parameters in session and redirect to a unique URL
312
3132008/06/18 (thomasb)
314----------
315- Fixed CRAM-MD5 authentication (#1484819)
316- Add fallback to old 'skin_path' property
317
3182008/06/16 (alec)
319----------
320- Fixed sending emoticons
321- Fixed forwarding messages with one HTML attachment (#1484442)
322- Fixed encoding of message/rfc822 attachments and image/pjpeg handling (#1484914)
323
3242008/06/15 (alec)
325----------
326- Added option to select skin in user preferences
327  WARNING: option 'skin_path' replaced by 'skin' option!
328
3292008/06/14 (alec)
330----------
331- Added option to disable displaying of attached images below the message body
332
3332008/06/13 (alec)
334----------
335- Added option to display images in messages from known senders (#1484601)
336- Updated PEAR::Mail_Mime
337- User preferences grouped in more fieldsets
338
3392008/06/12 (alec)
340----------
341- Fix corrupted MIME headers of messages in Sent folder (#1485111)
342- Fixed bug in MDB2 package: http://pear.php.net/bugs/bug.php?id=14124
343- Use keypress instead of keydown to select list's row (#1484816)
344
3452008/06/11 (alec)
346----------
347- Don't call expunge and don't remove message row after message move
348  if flag_for_deletion is set to true (#1485002)
349
3502008/06/08 (alec)
351----------
352- Added option to disable autocompletion from selected LDAP address books (#1484922)
353
3542008/06/07 (thomasb)
355----------
356- Cleaned up localization names. Now named with lang_COUNTRY according to ISO 639-1/3166-1
357- Updated Catalan localization
358
3592008/06/06 (robin)
360----------
361- Add option to log successful logins
362
3632008/06/06 (alec)
364----------
365- TLS support in LDAP connections: 'use_tls' property (#1485104)
366
3672008/06/05 (alec)
368----------
369- Fix removing messages from search set after deleting them (#1485106)
370
3712008/06/03 (alec)
372----------
373- imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of iil_ReadLine()
374- imap.inc: Fixed iil_C_FetchStructureString() to handle many
375  literal strings in response (#1484969)
376- imap.inc: Removed hardcoded data size in iil_ReadLine()
377
3782008/05/30 (alec)
379----------
380- Support for subfolders in default/protected folders (#1484665)
381- Disallowed delimiter in folder name (#1484803)
382- Support " and \ in folder names
383- Escape \ in login (#1484614)
384
3852008/05/29 (thomasb)
386----------
387- Better HTML sanitization with the DOM-based washtml script (#1484701)
388
3892008/05/29 (alec)
390----------
391- Polish localization folder renamed to pl_PL
392
3932008/05/28 (alec)
394----------
395- Fixed sorting of folders with non-ascii characters
396
3972008/05/21 (alec)
398----------
399- Localized pagetitle in Settings and Address Book
400
4012008/05/19 (alec)
402----------
403- Fixed Mysql DDL for default identities creation (#1485070)
404
4052008/05/16 (alec)
406----------
407- In Preferences added possibility to configure 'read_when_deleted',
408  'mdn_requests', 'flag_for_deletion' options
409
4102008/05/15 (thomasb)
411----------
412- Make IMAP auth type configurable (#1483825)
413- Fix empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055)
414
4152008/05/15 (alec)
416----------
417- Fix attachment list on IE 6/7 (#1484807)
418
4192008/05/12 (estadtherr)
420----------
421- fix JavaScript in compose.html that shows cc/bcc fields if populated
422
4232008/05/12 (alec)
424----------
425- Updated PEAR::DB package to version 1.7.13
426
4272008/05/10 (alec)
428----------
429- Make password input fields of type password in installer (#1484886)
430
4312008/05/09 (alec)
432----------
433- Don't call CAPABILITY if was recieved as server's optional response
434  on connect (RFC3501 [7.1])
435
4362008/05/08 (alec)
437----------
438- Don't attempt to delete cache entries if enable_caching is FALSE (#1485051)
439- Optimized messages sorting on servers without sort capability (#1485049)
440- Option 'use_SQL_address_book' replaced by 'address_book_type'
441- Corrected message headers decoding when charset isn't specified and improved
442  support for native languages (#1485050, #1485048)
443
4442008/05/07 (davidke/richs)
445----------
446- Completed LDAP address book support so it can now write to an LDAP server.
447- Expanded LDAP configuration options to support LDAP server writes.
448- Modified config/main.inc.php.dist:
449  New Option: $rcmail_config['use_SQL_address_book']
450  Changed Option:  $rcmail_config['ldap_public']['Verisign']
451
4522008/05/05 (alec)
453----------
454- Installer: encode special characters in DB username/password (#1485042)
455- Do charset conversion also for from/to column on messages list
456- Fix management of folders with national characters in names (#1485036, #1485001)
457
4582008/05/02 (alec)
459----------
460- Updated MDB2 package to version 2.5.0b1
461- Updated MDB2 pgsql, mysql, mysqli, sqlite drivers to version 1.5.0b1
462- Updated MDB2 mssql driver to version 1.3.0b1
463- Fixed identities saving when using MDB2 pgsql driver (#1485032)
464
4652008/05/01 (alec)
466----------
467- Fix BCC header reset (#1484997)
468
4692008/04/30 (thomasb)
470----------
471- Introduce new application class 'rcmail' and get rid of some global vars
472
4732008/04/29 (alec)
474----------
475- improved messages list performance - patch from Justin Heesemann
476
4772008/04/23 (alec)
478----------
479- Append skin_path to images location only when it starts
480  with '/' sign (#1484859)
481
4822008/04/20 (estadtherr)
483----------
484- fix parse_attrib_string to handle unquoted values, which fixes
485  display issues with HTML messages that do not quote attributes
486
4872008/04/17 (alec)
488----------
489- Fix IMAP response in message body when message has no body (#1484964)
490- Updated PEAR::Auth_SASL to 1.0.2
491- Fix non-RFC dates formatting (#1484901)
492
4932008/04/16 (estadtherr)
494----------
495- Fix mail sending with new TinyMCE
496
4972008/04/16 (alec)
498----------
499- Fix typo in set_charset() (#1484991)
500- Decode entities when inserting HTML signature to plain text message (#1484990)
501
5022008/04/15 (estadtherr)
503----------
504- HTML editing is now working with PHP5 updates and TinyMCE v3.0.6
505- fix signature loading on Windows (#1484545)
506- add language support to HTML editing (#1484862)
507
5082008/04/15 (alec)
509----------
510- Fix remove signature when replying (#1333167)
511- Fix problem with line with a space at the end (#1484916)
512- Don't send set_env() in ajax response when env array is empty
513- Fix <!DOCTYPE> tag filtering (#1484391)
514- Fix <?xml> tag filtering (#1484403)
515 
5162008/04/14 (alec)
517----------
518- Added sections (fieldset+label) in Settings interface
519
5202008/04/12 (alec)
521----------
522- Fixed and optimized 'read_when_deleted': mark as read on server side
523  in one action when marking as deleted, fixed js bugs when deleting
524  from message preview page
525
5262008/04/12 (thomasb)
527----------
528- Changed codebase to PHP5 with autoloader
529- Added some new classes from devel-vnext branch
530
5312008/04/11 (alec)
532----------
533- Mark as read in one action with message preview (#1484972)
534- Delete redundant quota reads (#1484972)
535- Add options for empty trash and expunge inbox on logout (#1483863)
536
5372008/04/10 (alec)
538----------
539- Add rows highlighting in onmousemove on ksearch list
540- Remove lines wrapping when displaying message
541- Fix month localization
542- Do ob_start/ob_end_clean when reading config files (#1484624)
543- Fix debug (ajax) console
544
5452008/04/02 (alec)
546----------
547- Updated timezones list (#1484908)
548- Fix design in Settings (#1484799)
549- Fix deleting messages after clicking on "All" (#1484838)
550- Fix sorting o0f message list when default folder is empty (#1484317)
551- Fix creating a new folder w/a comma in its name (#1484681)
552
5532008/04/01 (thomasb)
554----------
555- Fix Enter problem on login (#1484839)
556- Make the http-received header in outgoing mails configurable
557
5582008/03/30 (till)
559----------
560- Fix Firefox problem with ob_gzhandler (#1484932)
561- Improve message previewpane - less loading (#1484316)
562
5632008/03/28 (thomasb)
564----------
565- Disable installer by default; add config option to enable it again
566
5672008/03/24 (till)
568----------
569- Don't send mark requests for already marked messages (#1484906)
570- Fix "quote inside a quote" (#1484783)
571
5722008/03/23 (till)
573
574- Applied patch to strip newlines from headers (#1484811)
575- Applied patch to trim login (#1484231)
576- Added robots.txt
577- Fix attachment problem when restoring saved draft without body (#1484506)
578- Fix call to undefined function decrypt_passwd() 
579
5802008/03/21 (thomasb)
581----------
582- Add configurable default charset for message decoding
583- Applied patch to fix mime decoding an folder subscription (#1484191)
584- Applied patch to correctly quote email recipient strings (#1484191)
585- Fix wrong charset aliases (#1484818 and #1484598)
586- Remove hard-coded size of logo image (#1484378)
587- Strip slashes from virtuser email values (#1484700)
588- Fixed message part window display in IE6 (#1484610)
589
5902008/02/28 (thomasb)
591----------
592- Fix folder adding/renaming inspired by #1484800
593- Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets
594- Fix quirky message selection
595- Completed installer
596
5972008/02/20 (thomasb)
598----------
599- Localize folder name in page title (#1484785)
600- Fix code using wrong variable name (#1484018)
601- Allow to send mail with BCC recipients only
602- Remove MDN headers before saving in sent folder
603
6042008/02/12 (estadtherr)
605----------
606- fix switching between HTML/plain composing (#1484752)
607- condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
608- fix image removal in message display when message HTML includes JS event handlers
609
6102008/02/11 (thomasb)
611----------
612- Add function to mark the selected messages as read/unread (#1457360)
613- Also do charset decoding as suggested in RFC 2231 (fix #1484321)
614- Show message count in folder list and hint when creating a subfolder
615
6162008/02/08 (thomasb)
617----------
618- Distinguish ssl and tls for imap connections (#1484667)
619- Added some charset aliases to fix typical mis-labelling (#1484565)
620
6212008/02/07 (thomasb)
622----------
623- Remember decision to display images for a certain message during session (#1484754)
624- Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
625- Fix size of the attachment preview frame (#1484758)
626
6272008/02/05 (thomasb)
628----------
629- Fix regular expression for checking e-mail address (#1484710)
630- Make sending of read receipts configurable
631- Respect config when localize folder names (#1484707)
632- Applied patch for updating page title (#1484727, #1484650)
633- Applied patch to prevent from purging inbox by uberlinuxguy (#1484449)
634- Applied patch to prevent bad header delimiters (#1484751)
635- Also send search request when deleting a contact (#1484620)
636- Add CSS hack for Safari
637
6382008/02/02 (thomasb)
639----------
640- Always update $CONFIG with user prefs (#1484729)
641- Don't ask for MDN confirmations on drafted messages (#1484691)
642- Also respect receipt and priority settings when re-opening a draft message
643
6442008/01/31 (robin)
645----------
646- Remember search results (closes #1483883), patch by the_glu
647
6482008/01/08 (tomekp)
649----------
650- add he (Hebrew) localization (#1484713)
651
6522008/01/08 (tomekp)
653----------
654- update fr localization
655
6562008/01/04 (tomekp)
657- purge kur_KU because it has no messages translation
658- bump copyright for all localization files
659
6602007/12/31 (tomekp)
661----------
662- update es localization
663
6642007/12/28 (tomekp)
665----------
666- update mk localization
667
6682007/12/27 (tomekp)
669----------
670- update se localization
671
6722007/12/13 (robin)
673----------
674- Add Received header on outgoing mail
675
6762007/12/10 (estadtherr)
677----------
678- Upgrade to TinyMCE 2.1.3
679- Allow inserting image attachments into HTML messages while composing (#1484557)
680
6812007/12/10 (thomasb)
682----------
683- Delegate user-stuff to new class rcube_user
684- Implement Message-Disposition-Notification (Receipts)
685
6862007/12/05 (tomekp)
687----------
688- update bg, uk localization
689
6902007/12/04 (tomekp)
691----------
692- update bg localization
693
6942007/11/25 (thomasb)
695----------
696- Applied UID fetch patch by Glen Ogilvie
697- Applied patch for correct Postgres instructions from ticket #1484674
698- Fix overriding of session vars when register_globals is on (#1484670)
699- Fix wrong Postgres setup instructions in INSTALL (#1484674)
700- Fix bug with case-sensitive folder names (#1484245)
701- Don't create default folders by default
702- Added Georgian localization by Zaza Zviadadze
703- Updated Russian localization
704- Fixed some potential security risks (audited by Andris)
705- Only show new messages if they match the current search (#1484176)
706
7072007/11/20 (tomekp)
708----------
709- add Korean (kr) localization
710
7112007/11/14 (tomekp)
712----------
713- update id_ID localization
714
7152007/11/06 (thomasb)
716----------
717- Switch to/from when searcing in Sent folder (#1484555)
718- Correctly read the References header (#1484646)
719- Unset old cookie in before sending a new value (#1484639)
720- Correctly decode attachments when downloading them (#1484645 and #1484642)
721
7222007/10/22 (tomekp)
723----------
724- update ru, eo localizations
725
7262007/10/17 (thomasb)
727----------
728- Make message listing less error prone
729
7302007/10/10 (thomasb)
731----------
732- Suppress IE errors when clearing attachments form (#1484356)
733- Set preferences field in user table to NULL (#1484386)
734- Log error when login fails due to auto_create_user turned off
735- Update UPGRADING instructions
736
7372007/10/05 (tomekp)
738----------
739- Add Esperanto localization
740
7412007/10/04 (Stiwi)
742----------
743- Updated German localization
744
7452007/10/04 (yllar)
746----------
747- Added Malay localization
748- Updated Lithuanian localization
749
7502007/09/27 (tomekp)
751----------
752- Update dutch localization (closes #1484588)
753
7542007/09/29 (thomasb)
755----------
756- Filter linked/imported CSS files (closes #1484056)
757
758
7592007/09/27 (tomekp)
760----------
761- Update brazilian portuguese localization (#1484580)
762
7632007/09/26 (thomasb)
764----------
765- Improve message compose screen (closes #1484383)
766- Select next row after removing one from list (#1484387)
767
768
7692007/09/26 (tomekp)
770----------
771- Add polish labels for changes in r816.
772- Update polish localization (#1484579)
773- Update thai localization (#1484578)
774
7752007/09/25 (robin)
776----------
777- Enable drag-/dropping of folders to a new parent folder (#1457344)
778
779
7802007/09/24 (robin)
781----------
782- Fix preview pane size for Safari & Konqueror (#1484187)
783
784
7852007/09/20 (robin)
786----------
787- Make smtp HELO/EHLO hostname configurable (#1484067)
788
789
7902007/09/19 (thomasb)
791----------
792- IPv6 Compatability (#1484322), Patch #1484373
793- Unlock interface when message sending fails (#1484570)
794- Eval PHP code in template includes (if configured)
795- Show message when folder is empty. Mo more static text in table (#1484395)
796- Only display unread count in page title when new messages arrived
797- Show mailbox name in page title
798
799
8002007/09/09 (thomasb)
801----------
802- Fixed wrong delete button tooltip (#1483965)
803- Fixed charset encoding bug (#1484429)
804- Applied patch for LDAP version (#1484552)
805- Improved XHTML validation
806
807
8082007/09/05 (thomasb)
809----------
810- Fix message list selection (#1484550)
811- Better fix lowercased usernames (#1484473)
812- Update pngbehavior Script as suggested in #1484490
813
814
8152007/08/29 (richs)
816----------
817- Fixed moving/deleting messages when more than 1 is selected
818
8192007/08/15 (thomasb)
820----------
821- Applied patch for LDAP contacts listing by Glen Ogilvie
822- Applied patch for more address fields in LDAP contacts (#1484402)
823- Close LDAP connections on script shutdown
824
825
8262007/08/13 (thomasb)
827----------
828- Add alternative for getallheaders() (fix #1484508)
829- Revert changes for mbstring usage (fix #1484509)
830
831
8322007/08/10 (thomasb)
833----------
834- Identify mailboxes case-sensitive
835- Sort mailbox list case-insensitive (closes #1484338)
836- Fix display of multipart messages from Apple Mail (closes #1484027)
837- Protect AJAX request from being fetched by a foreign site (XSS)
838- Make autocomplete for loginform configurable by the skin template
839- Fix compose function from address book (closes #1484426)
840- Added //IGNORE to iconv call (patch #1484420, closes #1484023)
841- Check if mbstring supports charset (#1484290 and #1484292)
842- Prefer iconv over mbstring (as suggested in #1484292)
843- Check filesize of template includes (#1484409)
844- Updated Simplified Chinese localization
845- Added Ukrainian translation
846
847
8482007/08/09 (richs)
849----------
850- Fixed bug with buttons not dimming/enabling properly after switching folders
851- Fixed compose window becoming unresponsive after saving a draft (#1484487)
852- Re-enabled "Back" button in compose window now that bug #1484487 is fixed
853- Fixed unresponsive interface issue when downloading attachments (#1484496)
854- Lowered status message time from 5 to 3 seconds to improve responsiveness
855- Added note to INSTALL about .htaccess limiting upload_max_filesize
856- Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
857- Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
858- Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
859
860
8612007/07/03 (thomasb)
862----------
863- Added Macedonian (Slavic FYROM) localization
864- Fix status message bug #1484464 with regard to #1484353
865- Fix address adding bug reported by David Koblas
866- Applied socket error patch by Thomas Mangin
867
868
8692007/06/28 (tomekp)
870----------
871- fix typos in Polish localization (Janusz Zamecki)
872
873
8742007/06/27 (tomekp)
875----------
876- Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
877
878
8792007/06/12 (thomasb)
880----------
881- Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
882- Added Irish/Gaelic translation
883- Little correction in Swedish translation
884- Quote username for virtuser_query
885- Pass-by-reference workarround for PHP5 in sendmail.inc
886
887
8882007/06/04 (estadtherr)
889----------
890- Fixed bug in HTML->Plain editor toggling
891
892
8932007/05/28 (thomasb)
894---------
895- Fixed buggy imap_root settings (closes #1484379)
896- Prevent default events on subject links (#1484399)
897- Typo in rcube_smtp.inc
898
899
9002007/05/23 (estadtherr)
901----------
902- Upgrade to TinyMCE v2.1.1.1
903
904
9052007/05/18 (thomasb)
906----------
907- Use HTTP-POST requests for actions that change state
908
909
9102007/05/17 (thomasb)
911----------
912- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
913- Renamed localization folder for Chinese (Big5)
914- Chanegd Slovenian language code from 'si' to 'sl'
915- Added Sinhala (Sri-Lanka) localization
916- Use global filters and bind username/ for Ldap searches (#1484159)
917- Hide quota display if imap server does not support it
918- Hide address groups if no LDAP servers configured
919- Add link to message subjects (closes #1484257)
920- Better SQL query for contact listing/search (closes #1484369)
921
922
9232007/05/13 (thomasb)
924----------
925- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
926- Fixed marking as read in preview pane (closes #1484364)
927- CSS hack to display attachments correctly in IE6
928- Wrap message body text (closes #1484148)
929
930
9312007/05/03 (yllar)
932----------
933- Updated French, Lithuanian, Armenian, Spanish and Italian translations
934
935
9362007/05/01 (thomasb)
937----------
938- Updated German, Euskara, Hungarian, Romanian and Spanish translation
939- Added Hindi and Kurdish localization
940
941
9422007/04/28 (thomasb)
943----------
944- LDAP access is back in address book (closes #1484087)
945- Added search function for contacts
946- New Template parsing and output encoding
947- Fixed bugs #1484119 and #1483978
948
949
9502007/04/08 (thomasb)
951----------
952- Fixed message moving procedure (closes #1484308)
953- Fixed display of multiple attachments (closes #1466563)
954- Fixed check for new messages (closes #1484310)
955- List attachments without filename
956
957
9582007/03/27 (thomasb)
959----------
960- New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
961  Should close bugs #1483951 and #1484299
962
963
9642007/03/23 (thomasb)
965----------
966- Correctly translate mailbox names (closes #1484276)
967- Quote e-mail address links (closes #1484300)
968
969
9702007/03/21 (thomasb)
971----------
972- Updated PEAR::Mail_mime package
973- Added Persian localization
974- Updated Catalan and Brazilian Portuguese translations
975- Updated INSTALL manual with a note about database passwords
976- Accept single quotes for HTML attributes when modifying message body (thanks Jason)
977- Sanitize input for new users/identities (thanks Colin Alston)
978
979
9802007/03/19 (thomasb)
981----------
982- Don't download HTML message parts
983- Convert HTML parts to plaintext if 'prefer_html' is off
984- Correctly parse message/rfc822 parts (closes #1484045)
985- Code cleanup
986
987
9882007/03/18 (thomasb)
989----------
990- Also use user_id for unique key in messages table (closes #1484074)
991- Hide contacts drop down on blur (closes #1484203)
992- Make entries in contacts drop down clickable
993- Turn off browser autocompletion on login page
994- Quote <? in text/html message parts
995- Hide border around radio buttons
996- Replaced old JS function calls.
997
998
9992007/03/13 (thomasb)
1000----------
1001- Applied patch for attachment download by crichardson (closes #1484198)
1002- Fixed bug in Postgres DB handling (closes #1484068)
1003- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
1004- Fixed array_merge bug (closes #1484281)
1005- Fixed flag for deletion in list view (closes #1484264)
1006- Finally support semicolons as recipient separator (closes ##1484251)
1007- Fixed message headers (subject) encoding
1008
1009
10102007/03/04 (tomekp)
1011----------
1012- check if safe mode is on or not (closes #1484269)
1013
1014
10152007/03/02 (thomasb)
1016----------
1017- Show "no subject" in message list if subject is missing (closes #1484243)
1018- Solved page caching of message preview (closes #1484153)
1019- Only use gzip compression if configured (closes #1484236)
1020
1021
10222007/02/25 (estadtherr)
1023----------
1024- Fixed priority selector issue (#1484150)
1025- Upgraded to TinyMCE v2.1.0
1026
1027
10282007/02/21 (thomasb)
1029----------
1030- Fixed some CSS issues in default skin (closes #1484210 and #1484161)
1031- Prevent from double quoting of numeric HTML character references (closes #1484253)
1032
1033
10342007/02/07 (tomekp)
1035----------
1036- Updated (bg) translation (Doichin Dokov)
1037
1038
10392007/02/06 (tomekp)
1040----------
1041- Updated (pl) translation
1042- Updated (pt_BR) translation (Robson F. Ramaldes)
1043- Big cleanup in program/localization
1044
1045
10462007/02/05 (thomasb)
1047----------
1048- Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
1049
1050
10512007/01/07 (estadtherr)
1052----------
1053- Fixed display of HTML message attachments (closes #1484178)
1054
1055
10562007/01/07 (thomasb)
1057----------
1058- Applied patch for preview caching (closes #1484186)
1059- Added Thai and Vietnamese localization files
1060
1061
10622006/12/29 (thomasb)
1063----------
1064- Added error handling for attachment uploads
1065- Use multibyte safe string functions where necessary (closes #1483988)
1066- Updated Swiss German localization (de_CH)
1067
1068
10692006/12/22 (thomasb)
1070----------
1071- Applied security patch to validate the submitted host value (by Kees Cook)
1072- Applied security patch to validate input values when deleting contacts (by Kees Cook)
1073- Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
1074- Applied a patch to more aggressively sanitize a HTML message
1075- Visualize blocked images in HTML messages
1076
1077
10782006/12/20 (thomasb)
1079----------
1080- Fixed wrong message listing when showing search results (closes #1484131)
1081- Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
1082- Show remote images when opening HTML message part as attachment
1083
1084
10852006/12/17 (thomasb)
1086----------
1087- Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
1088
1089
10902006/12/06 (thomasb)
1091----------
1092- Improve memory usage when sending mail (closes #1484098)
1093- Mark messages as read once the preview is loaded (closes #1484132)
1094- Include smtp final response in log (closes #1484081)
1095
1096
10972006/12/04 (thomasb)
1098----------
1099- Corrected date string in sent message header (closes #1484125)
1100- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
1101- Changed srong tooltips for message browse buttons (closes #1483930)
1102
1103
11042006/12/03 (estadtherr)
1105----------
1106- Added fix to convert HTML signatures for plain text messages
1107- Fixed signature delimeter character to be standard (Bug #1484035)
1108
1109
11102006/12/01 (thomasb)
1111----------
1112- Implemented preview pane
1113- Fixed XSS vulnerability (Bug #1484109)
1114- Remove newlines from mail headers (Bug #1484031)
1115- Selection issues when moving/deleting (Bug #1484044)
1116- Applied patch of Clement Moulin for imap host auto-selection
1117- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
1118- Fixed folder name encoding in subscription list (Bug #1484113)
1119- Fixed JS errors in identity list (Bug #1484120)
1120- Show client debug console on debug_level 8
1121- Added Serbian translation
1122- Updated Spanish and Bulgarian localization
1123
1124
11252006/11/22 (robin)
1126----------
1127- Fix a bug introduced with Shift-Del yesterday
1128
1129
11302006/11/21 (robin)
1131----------
1132- Add missing nl_NL translations
1133- Translate foldernames in folder form (closes #1484113)
1134
1135
11362006/11/21 (robin)
1137----------
1138- Added first and last buttons to message list, address book
1139  and message detail
1140- Pressing Shift-Del bypasses Trash folder
1141- Enable purge command for Junk folder
1142
1143
11442006/11/17 (robin)
1145----------
1146- Re-initialize message list after shift-select and delete
1147
1148
11492006/11/16 (robin)
1150----------
1151- Fixed updating message list after expunge and purge
1152- Fetch all aliases if virtuser_query is used instead
1153  of only the first one
1154
1155
11562006/11/11 (estadtherr)
1157----------
1158- fixed deletion/moving of messages from within "show" page
1159
1160
11612006/11/09 (thomasb)
1162----------
1163- Little bugfix in HTML encoding
1164- Fixed encoding issues and delete-on-reply problem
1165- Corrected template parsing
1166
1167
11682006/11/07 (estadtherr)
1169----------
1170- Upgraded to TinyMCE v2.0.8
1171- Fixed CSS path for editor popups
1172
11732006/09/26 (estadtherr)
1174----------
1175- Added spellchecker plugin to TinyMCE configuration
1176- Fixed HTML/Plain toggle labels
1177
1178
11792006/09/24 (thomasb)
1180----------
1181- Partial client re-write with a common list class
1182- Re-enabled multi select of contacts (Bug #1484017)
1183- Enable contact editing right after creation (Bug #1459641)
1184- Updated Hungarian, Estonian and Traditional Chinese localization
1185
1186
11872006/09/19 (thomasb)
1188----------
1189- Correct UTF-7 to UTF-8 conversion if mbstring is not available
1190
1191
11922006/09/13 (estadtherr)
1193----------
1194- Introduction of TinyMCE HTML editor support for message composition and signatures
1195  Note : a new column is added to the "identities" database table
1196
1197
11982006/09/12 (estadtherr)
1199----------
1200- Fixed html2text treatment of table headers (Bug #1484020)
1201- Fixed IMAP fetch of message body (Bug #1484019)
1202
1203
12042006/09/08 (thomasb)
1205----------
1206- Fixed safe_mode problems (Bug #1418381)
1207- Fixed wrong header encoding (Bug #1483976)
1208
1209
12102006/09/07 (thomasb)
1211----------
1212- Made automatic draft saving configurable
1213- Fixed JS bug when renaming folders (Bug #1483989)
1214- Don't wait for complete page load when calling JavaScript init()
1215- Some improvements to prevent session expiration
1216- Prevent from double submit of spell check requests
1217
1218
12192006/09/01 (thomasb)
1220----------
1221- Imporoved message parsing and HTML validation
1222- Added quota display as image (by Brett Patterson)
1223- Corrected creation of a message-id
1224- Updated Norwegian (bokmal) localization
1225
1226
12272006/08/30 (thomasb)
1228----------
1229- New indentation for quoted message text
1230- Improved HTML validity
1231
1232
12332006/08/28 (estadtherr)
1234----------
1235- Fixed URL character set (Ticket #1445501)
1236- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
1237
1238
12392006/08/25 (thomasb)
1240----------
1241- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
1242- Finalized new message parsing (+ chaching)
1243- Updated SQL scripts and UPGRADING instructions
1244
1245
12462006/08/23 (thomasb)
1247----------
1248- Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
1249
1250
12512006/08/20 (thomasb)
1252----------
1253- Fixed wrong usage of mbstring (Bug #1462439)
1254- Set default spelling language (Ticket #1483938)
1255- Added support for Nox Spell Server
1256
1257
12582006/08/18 (thomasb)
1259----------
1260- Re-built message parsing (Bug #1327068)
1261  Now based on the message structure delivered by the IMAP server.
1262- Fixed some XSS and SQL injection issues
1263
1264
12652006/08/10 (thomasb)
1266----------
1267- Fixed charset problems with folder renaming
1268
1269
12702006/08/04 (thomasb)
1271----------
1272- Fixed Bug in saving identities (Ticket #1483915)
1273- Set folder name in window title (Bug #1483919)
1274- Don't add imap_root to INBOX path (Bug #1483816)
1275- Attempt to create default folders only after login
1276- Avoid usage of $CONFIG in rcube_imap class
1277
1278
12792006/07/30 (thomasb)
1280----------
1281- Alter links in HTML messages (Bug #1326402)
1282- Added fallback if host not found in 'mail_domain' array
1283- Applied patch of Charles to highlight droptargets (Ticket #1473034)
1284- Fixed folder renaming (Bug #1483914)
1285- Added confirmation message after deleting a folder
1286
1287
12882006/07/25 (thomasb)
1289----------
1290- Made folder renaming a bit more ajax-style
1291- Changed rename-labels and German translation
1292- Fixed addressbox countbar width (Bug #1483845)
1293- Fixed refresh interval problems in Safari (Bug #1483902)
1294- Fixed clear_message_list_header() errors (Bug #1483898)
1295- Sanity check of $message_set in imap.inc (Bug #1443200)
1296- Added correct changing of message list headers for Sent folder
1297- Updated Spanish localization (Ticket #1483887)
1298- Applied patch #1483846
1299
1300
13012006/07/24 (richs)
1302----------
1303- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
1304- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
1305- Draft saving now properly returns an error when saving fails
1306- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
1307- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
1308
1309
13102006/07/19 (thomasb)
1311----------
1312- Correct entity encoding of link urls (HTML validity)
1313- Improved usability in compose step (Ticket #1483807)
1314- Added absolute URLs to several buttons (for "open in new window")
1315- Applied patch #1328032
1316- Fixed Bug/Patch #1443200
1317
1318
13192006/07/18 (thomasb)
1320----------
1321- Fixed password with spaces issue (Bug #1364122)
1322- Replaced _auth hash with second cookie (Ticket #1483811)
1323- Don't use get_input_value() for passwords (Bug #1468895)
1324- Made password encryption key configurable
1325- Minor bugfixes with charset encoding
1326- Added <label> tags to forms (Ticket #1483810)
1327
1328
13292006/07/07 (thomasb)
1330----------
1331- Fixed INSTALL_PATH bug #1425663
1332
1333
13342006/07/03 (richs)
1335----------
1336- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
1337- Updated French localizations (Ticket #1483862)
1338- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
1339- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
1340- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
1341- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
1342
1343
13442006/06/30 (richs)
1345----------
1346- Fixed empty INBOX compatibility bug (Patch #1443200)
1347- Temporarily fixed French "compact" localization (Patch #1483862)
1348- Fixed "Select All" not working with Delete interface button (Bug #1332434)
1349- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
1350- Fixed "unread count" in window title when count changed (Bug #1483812)
1351- Fixed DB error when deleting from message table (Patch #1483835)
1352
1353
13542006/06/29 (richs)
1355----------
1356- Added ability to remove attachments (Feature #1436721)
1357- Default folders are now auto-created on first login (Feature #1471594)
1358- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
1359- Corrected Italian localizations
1360- Tweaked rename-folder form to clear after a rename
1361
1362
13632006/06/26 (richs)
1364----------
1365- Added button to immediately check for new messages
1366- New message checking now displays status "Checking for new messages..."
1367- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
1368- Task buttons now respond to clicks by darkening (as in other applications)
1369- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
1370- Added ability to sort messages by "Size"
1371- Added ability to rename folders (Feature #1326396)
1372- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
1373- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
1374
1375
13762006/06/25
1377----------
1378- Changed behavior to include host-specific configuration (Bug #1483849)
1379- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
1380- Fixed spell checker to work with the new URL at google.com
1381- Some memory and security optimizations sendmail.inc
1382- Updated UGRADING description
1383
1384
13852006/06/19
1386----------
1387- Added Drafts support (Feature #1326839) (richs)
1388
1389
13902006/06/02
1391----------
1392- Updated Estonian localization and moved from ee to et
1393- Added Bulgarian localization
1394
1395
13962006/05/25
1397----------
1398- Finalized GoogieSpell integration
1399
1400
14012006/05/18
1402----------
1403- Added Arabic and Armenian localizations
1404- Updated Russian localization
1405- Removed MDB2 classes from repository. Install them seperately if used.
1406- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
1407- Allow & in e-mail addresses
1408
1409
14102006/05/05
1411----------
1412- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
1413- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
1414- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
1415- Corrected INSTALL description (Bug #1476106)
1416- Added charset to javascript HTTP headers
1417- Fixed Opera bug with CC and BCC fields (Bug #1474576)
1418- Changed login page title regarding product name (Bug #1476413)
1419- Pimped search function
1420- Applied attachment viewing/forwarding patches by Andrew Fladmark
1421- Applied prev/next patch by Leonard Bouchet
1422- Applied patches by Mark Bucciarelli
1423- Applied patch for requesting receipts by Salvatore Ansani
1424- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
1425
1426
14272006/04/13
1428----------
1429- Added Slovenian localization
1430- Updated Portuguese localization
1431- Fixed parent.location problem for compose-links
1432- Added sort order saving patch by Jacob Brunson
1433- Added gzip compression support
1434
1435
14362006/04/02
1437----------
1438- Added Lithuanian localization
1439- Improved search function
1440- Added version string as template object
1441- Load host-specific configuration file (see config/main.inc.php)
1442- New config parameter adding domain to user names for login
1443- Strip tags on _auth, _action, _task parameters
1444- Corrected labels for next/previous page buttons in address book
1445
1446
14472006/03/23
1448----------
1449- Auto-detect mail header delimiters
1450- Regard daylight savings
1451- Localized quota display
1452- Started implementing search function
1453
1454
14552006/03/20
1456----------
1457- Avoid error message when saving an unchanged identity (Bug #1429510)
1458- Fixed hard-coded cols selection for sent folder (Bug #1354586)
1459- Enable some HTML links for use with "open in new window" or "save target"
1460- Check meta-key instead of ctrl on Macs
1461- Ignore double clicks when holding down a modifier key
1462- Fixed reloading of the login page
1463- Fixed typo in compose template (Bug #1446852)
1464- Added compose button to message read step (Request #1433288)
1465- New config parameter for persistent database connections (Bug #1431817)
1466
1467
14682006/03/14
1469----------
1470- Don't remove internal HTML tags in plaintext messages
1471- Improved error handling in DB connection failure
1472
1473
14742006/02/22
1475----------
1476- Updated localizations
1477- Fixed bug #1435989
1478
1479
14802006/02/19
1481----------
1482- Updated localizations
1483- Applied patch of Anders Karlsson
1484- Applied patch of Jacob Brunson
1485- Applied patch for virtuser_query by Robin Elfrink
1486- Added support for References header (patch by Auke)
1487- Added support for mbstring module by Tadashi Jokagi
1488- Added function for automatic remove of slashes on GET and POST vars
1489  if magic_quotes is enabled
1490
1491
14922006/02/05
1493----------
1494- Added Slovak, Hungarian, Bosnian and Croation translation
1495- Fixed bug when inserting signatures with !?&
1496- Chopping message headers before inserting into the message cache table
1497  (to avoid bugs in Postgres)
1498- Allow one-char domains in e-mail addresses
1499- Make product name in page title configurable
1500- Make username available as skin object
1501- Added session_write_close() in rcube_db class destructor to avoid problems
1502  in PHP 5.0.5
1503- Use move_uploaded_file() instead of copy() for a more secure handling of
1504  uploaded attachments
1505- Additional config parameter to show/hide deleted messages
1506- Added periodic request for checking new mails (Request #1307821)
1507- Added EXPUNGE command
1508- Optimized loading time for mail interface
1509- Changed to full UTF-8 support
1510- Additional timezones (Patch #1389912)
1511- Added LDAP public search (experimental)
1512- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
1513- Casting to strings when adding empty headers to message cache (Bug #1406026)
1514- Skip sender-address as recipient when Reply-to-all
1515- Fixes in utf8-class
1516- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
1517- Added garbage collector for message cache
1518- Added patches for BCC headers
1519
1520
15212005/12/16
1522----------
1523- Added Turkish and Simplified Chinese translation
1524- Use virtusertable to resolve e-mail addresses at login
1525- Configurable mail_domain used to compose correct e-mail addresses
1526  on first login
1527
1528
15292005/12/03
1530----------
1531- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
1532  Estonian and Chinese translation
1533- Get IMAP server capabilities in array
1534- Check for NAMESPACE capability before sending command
1535- Set default user language from config 'locale_string'
1536- Added sorting patch for message list
1537- Make default sort col/order configurable
1538- Fixed XSS in address book and identities
1539- Added more XSS protection (Bug #1308236)
1540- Added tab indexes for compose form
1541- Added 'changed' col to contacts table
1542- Support for 160-bit session hashes
1543- Added input check for contacts and identities (Patch #1346523)
1544- Added messages/warning to compose step (Patch #1323895)
1545- Added favicon to the default skin
1546- Fixed Bug #1334337 as far as possible
1547- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
1548- Redesign of client side AJAX code (enable multi threading)
1549- Added keep-alive signal every minute
1550- Make logs dir configurable
1551- Added support for SMTPS
1552- Decode attachment file names
1553- Make delimiter for message headers configurable
1554- Add generic footer to sent messages
1555- Choose the rigt identity when replying
1556- Remove signature when replying (Request #1333167)
1557- Signatures for each identity
1558- Select charset when composing message
1559- Complete re-design of the caching mechanism
1560
1561
15622005/08/11
1563----------
1564- Write list header to client even if list is empty
1565- Add functions "select all", "select none" to message list
1566- Improved filter for HTML messages to remove potentially malicious tags
1567  (script, iframe, object) and event handlers.
1568- Buttons for next/previous message in view mode
1569- Add new created contact to list and show confirmation status
1570- Added folder management (subscribe/create/delete)
1571- Log message sending (SMTP log)
1572- Grant access for Camino browser
1573- Added German translation
1574
1575
15762005/10/20
1577----------
1578- Added Swedish, Latvian, Portuguese and Catalan translation
1579- Make SMTP auth method configurable
1580- Make mailboxlist scrollable (Bug #1326372)
1581- Fixed SSL support
1582- Improved support for Courier IMAP (root folder and delimiter issues)
1583- Moved taskbar from bottom to top
1584- Added 'session_lifetime' parameter
1585- Fixed wrong unread count when deleting message (Bug #1332434)
1586- Srip tags when creating a new folder (Bug #1332084)
1587- Translate HTML tags in message headers (Bug #1330134)
1588- Correction in German translation (Bug #1329434)
1589- Display folder names with special chars correctly (Bug #1330157)
1590
1591
15922005/10/07
1593----------
1594- Added French, Italian, Spanish, Danish, Dutch translation
1595- Clarified license (Bug #1305966)
1596- Fixed PHP warnings (Bug #1299403)
1597- Fixed english translation (Bug #1295406)
1598- Fixed bug #1290833: Last character of email not seen
1599- Fixed bug #1292199 when creating new user
1600- Allow more browsers (Bug #1285101)
1601- Added setting for showing pretty dates
1602- Added support for SQLite database
1603- Make use of message caching configurable
1604- Also add attachments when forwarding a message
1605- Long folder names will not flow over message list (Bug #1267232)
1606- Show nested mailboxes hieracically
1607- Enable IMAPS by host
1608
1609
16102005/08/20
1611----------
1612- Improved cacheing of mailbox messagecount
1613- Fixed javascript bug when creating a new message folder
1614- Fixed javascript bugs #1260990 and #1260992: folder selection
1615- Make Trash folder configurable
1616- Auto create folders Inbox, Sent and Trash (if configured)
1617- Support for IMAP root folder
1618- Added support fot text/enriched messages
1619- Make list of special mailboxes configurable
1620
Note: See TracBrowser for help on using the repository browser.