source: github/CHANGELOG @ 487edf8

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since 487edf8 was 487edf8, checked in by alecpl <alec@…>, 4 years ago
  • Support NGINX as IMAP backend: better BAD response handling (#1485720)
  • Property mode set to 100644
File size: 52.0 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42009/02/05 (alec)
5----------
6- Support NGINX as IMAP backend: better BAD response handling (#1485720)
7
82009/02/04 (alec)
9----------
10- performance fix: don't fetch attachment parts headers twice to parse filename
11
122009/02/02 (alec)
13----------
14- Fix checking for recent messages on various IMAP servers (#1485702)
15- performance fix: Don't fetch quota and recent messages in "message view" mode
16- Fix displaying of alternative-inside-alternative messages (#1485713)
17
182009/01/28 (alec)
19----------
20- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)
21
222009/01/23 (alec)
23----------
24- Fix creation of folders with '&' sign in name
25- Fix parsing of email addresses without angle brackets (#1485693)
26- Save spellcheck corrections when switching from plain to html editor (and spellchecking is on)
27- Fix large search results on server without SORT capability (#1485668)
28
292009/01/22 (thomasb)
30----------
31- Get rid of preg_replace() with eval modifier and create_function usage (#1485686)
32- Bring back <base> and <link> tags in HTML messages
33
342009/01/20 (thomasb)
35----------
36- Fix XSS vulnerability through background attributes as reported by Julien Cayssol
37
382009/01/18 (alec)
39----------
40- Fix problems with backslash as IMAP hierarchy delimiter (#1484467)
41- Secure vcard export by getting rid of preg's 'e' modifier use (#1485689)
42- Fix authentication when submitting form with existing session (#1485679)
43
442009/01/15 (alec)
45----------
46- Allow absolute URLs to images in HTML messages/sigs (#1485666)
47- Fix message body which contains both inline attachments and emotions
48- Fix SQL query execution errors handling in rcube_mdb2 class (#1485509)
49- Fix address names with '@' sign handling (#1485654)
50
512009/01/08 (alec)
52----------
53- Improve messages display performance
54- Fix messages searching with 'to:' modifier
55
562008/12/30 (thomasb)
57----------
58- Fix mark popup in IE 7 (#1485369)
59- Fix line-break issue when copy & paste in Firefox (#1485425)
60
612008/12/18 (thomasb)
62----------
63- Only abbreviate attachment file names in MSIE < 7
64- Fix autocomplete "unknown server error" (#1485637)
65- Optimize autocomplete search and output
66
672008/12/18 (alec)
68----------
69- Fix STARTTLS before AUTH in SMTP connection (#1484883)
70- Support multiple quota values in QUOTAROOT resonse (#1485626)
71
722008/12/16 (thomasb)
73----------
74- Only abbreviate file name for IE browsers (#1485063)
75
762008/12/11 (alec)
77----------
78- Performance: allow setting imap rootdir and delimiter before connect (#1485172)
79
802008/12/06 (alec)
81----------
82- Fix sorting of folders with more than 2 levels (#1485569)
83- Fix search results page jumps in LDAP addressbook (#1485253)
84- Fix empty line before the signature in IE (#1485351)
85- Fix horizontal scrollbar in preview pane on IE (#1484633)
86- Add Robots meta tag in login page and installer (#1484846)
87
882008/12/04 (alec)
89----------
90- Added 'show_images' option, removed 'addrbook_show_images' (#1485597)
91- Performance fix: some mail actions do not require imap connection
92
932008/11/28 (thomasb)
94----------
95- Option to check for new mails in all folders (#1484374)
96- Don't set client busy when checking for new messages (#1485276)
97
982008/11/26 (alec)
99----------
100- Allow UTF-8 folder names in config (#1485579)
101- Add junk_mbox option configuration in installer (#1485579)
102
1032008/11/23 (thomasb)
104----------
105- Do serverside addressbook queries for autocompletion (#1485531)
106
1072008/11/23 (alec)
108----------
109- Allow setting attachment col position in 'list_cols' option
110- Allow override 'list_cols' via skin (#1485577)
111
1122008/11/21 (alec)
113----------
114- Fix 'cache' table cleanup on session destroy (#1485516)
115- Increase speed of session destroy and garbage clean up
116- Fix session timeout when DB server got clock skew (#1485490)
117
1182008/11/19 (alec)
119----------
120- Fix handling of some malformed messages (#1484438)
121- Speed up raw message body handling
122- Better HTML entities conversion in html2text (#1485519)
123
1242008/11/15 (alec)
125----------
126- Fix big memory consumption and speed up searching on servers without SORT capability
127- Fix setting locale to tr_TR, ku and az_AZ (#1485470)
128
1292008/11/12 (alec)
130----------
131- Use SORT for searching on servers with SORT capability
132- Added message status filter
133
1342008/11/06 (alec)
135----------
136- Fix empty file sending (#1485389)
137- Improved searching with many criterias (calling one SEARCH command)
138
1392008/11/05 (alec)
140----------
141- Fix HTML editor initialization on IE (#1485304)
142
1432008/11/03 (alec)
144----------
145- Add warning when switching editor mode from html to plain (#1485488)
146- Make identities list scrollable (#1485538)
147
1482008/10/29 (alec)
149----------
150- Fix problem with numeric folder names (#1485527)
151- Added BYE response simple support to prevent from endless loops in imap.inc (#1483956)
152
1532008/10/27 (alec)
154----------
155- Fix unread message unintentionally marked as read if read_when_deleted=true (#1485409)
156- Remove port number from SERVER_NAME in smtp_helo_host (#1485518)
157
1582008/10/25 (alec)
159----------
160- Don't send disposition notification receipts for messages marked as 'read' (#1485523)
161- Added 'keep_alive' and 'min_keep_alive' options (#1485360)
162
1632008/10/24 (alec)
164----------
165- Added option 'identities_level', removed 'multiple_identities'
166- Allow deleting identities when multiple_identities=false (#1485435)
167
1682008/10/22 (alec)
169----------
170- Added option focus_on_new_message (#1485374)
171
1722008/10/18 (alec)
173----------
174- Fix html2text class autoloading on Windows (#1485505)
175- Fix html signature formatting when identity save error occured (#1485426)
176
1772008/10/15 (alec)
178----------
179- Add feedback and set busy when moving folder (#1485497)
180
1812008/10/10 (alec)
182----------
183- Fix 'Empty' link visibility for some languages e.g. Slovak (#1485489)
184- Fix messages count bar overlapping (#1485270)
185- Fix adding signature in drafts compose mode (#1485484)
186
1872008/10/09 (alec)
188----------
189- Fix iil_C_Sort() to support very long and/or divided responses (#1485283)
190- Fix matching case sensitivity when setting identity on reply (#1485480)
191- Prefer default identity on reply
192
1932008/10/08 (alec)
194----------
195- Fix imap searching on ISMail server (#1485466)
196- Add css class for flagged messages (#1485464)
197
1982008/10/07 (alec)
199----------
200- Write username instead of id in sendmail log (#1485477)
201- Fix htmlspecialchars() use for PHP version < 5.2.3 (#1485475)
202- Fix js keywords escaping in json_serialize() for IE/Opera (#1485472)
203- Added bin/killcache.php script (#1485434)
204
2052008/10/03 (alec)
206----------
207- Add support for SJIS, GB2312, BIG5 in rc_detect_encoding()
208- Fix vCard file encoding detection for non-UTF-8 strings (#1485410)
209- Add 'skip_deleted' option in User Preferences (#1485445)
210
2112008/10/02 (alec)
212----------
213- Minimize "inline" javascript scripts use (#1485433)
214- Fix css class setting for folders with names matching defined classes names (#1485355)
215- Fix race conditions when changing mailbox
216
2172008/10/01 (alec)
218- Fix spellchecking when switching to html editor (#1485362)
219- Fix compose window width/height (#1485396)
220- Allow calling msgimport.sh/msgexport.sh from any directory (#1485431)
221- Localized filesize units (#1485340)
222- Better handling of "no identity" and "no email in identity" situations (#1485117)
223
2242008/09/29 (alec)
225----------
226- Added 'mime_param_folding' option with possibility to choose
227  long/non-ascii attachment names encoding eg. to be readable
228  in MS Outlook/OE (#1485320)
229- Added "advanced options" feature in User Preferences
230- Fix unread counter when displaying cached massage in preview panel (#1485290)
231- Fix htmleditor spellchecking on MS Windows (#1485397)
232
2332008/09/25 (alec)
234----------
235- Fix problem with non-ascii attachment names in Mail_mime (#1485267, #1485096)
236
2372008/09/23 (alec)
238----------
239- Fix language autodetection (#1485401)
240- Fix button label in folders management (#1485405)
241- Fix collapsed folder not indicating unread msgs count of all subfolders (#1485403)
242- Fix handling of apostrophes in filenames decoded according to rfc2231
243
2442008/09/19 (thomasb)
245----------
246- Made config files location configurable (#1485215)
247
2482008/09/16 (alec)
249----------
250- Reduced memory footprint when forwarding attachments (#1485345)
251- Fix inline images handling when replying/forwarding html messages
252- Allow and use spellcheck attribute for input/textarea fields (#1485060)
253- Added icons for forwarded/forwarded+replied messages (#1485257)
254- Added Reply-To to forwarded emails (#1485315)
255- Display progress message for folders create/delete/rename (#1485357)
256- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)
257
2582008/09/15 (thomasb)
259----------
260- Redesign of the identities settings (#1484042)
261- Add config option to disable creation/deletion of identities (#1484498)
262
2632008/09/15 (alec)
264----------
265- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)
266
2672008/09/12 (alec)
268----------
269- Added vertical splitter for folders list resizing
270- Added possibility to view all headers in message view
271- Fixed splitter drag/resize on Opera (#1485170)
272- Fixed quota img height/width setting from template (#1484857)
273
2742008/09/12 (thomasb)
275----------
276- Refactor drag & drop functionality. Don't rely on browser events anymore (#1484453)
277- Insert "virtual" folders in subscription list (#1484779)
278- Added link to open message in new window
279
2802008/09/05 (thomasb)
281----------
282- Enable export of address book contacts as vCard
283- Respect Content-Location headers in multipart/related messages according to RFC2110 (#1484946)
284- Applied mime_decode patch by David Lublink
285- Allowed max. attachment size now indicated in compose screen (#1485030)
286- Also capture backspace key in list mode (#1484566)
287- Allow application/pgp parts to be displayed (#1484753)
288- Correctly handle options in mailto-links (#1485228)
289- Immediately save sort_col/sort_order in user prefs (#1485265)
290
2912008/09/04 (alec)
292----------
293- Truncate very long (above 50 characters) attachment filenames when displaying
294- Support \" and \\ in quoted strings when parsing BODYSTRUCTURE (mime.inc)
295- Allow 'readonly' atributes in input and textarea (#1485312)
296
2972008/09/03 (thomasb)
298----------
299- Allow to auto-detect client language if none set (#1484434)
300- Auto-detect the client timezone (user configurable)
301
3022008/09/03 (alec)
303----------
304- Add RFC2231 header value continuations support for attachment
305  filenames + hack for servers that not support that feature
306- Fix Reply-To header displaying (#1485314)
307
3082008/09/02 (thomasb)
309----------
310- Add feature to import contacts from vcard files (#1326103)
311- Mark form buttons that provide the most obvious operation (mainaction)
312
3132008/08/30 (alec)
314----------
315- Improved HTML to TXT conversion by html2text class update
316  to version 1.0.0
317
3182008/08/28 (alec)
319----------
320- Added option 'quota_zero_as_unlimited' (#1484604)
321- Added PRE handling in html2text class (#1484740)
322
3232008/08/28 (robin)
324----------
325- Added folder hierarchy collapsing
326
3272008/08/27 (alec)
328----------
329- Added options to use syslog instead of log file (#1484850)
330- Added Logging & Debugging section in Installer
331- Write to smtp log also sent MDN confirmations
332
3332008/08/26 (alec)
334----------
335- Removed support for PEAR::DB driver
336
3372008/08/21 (alec)
338----------
339- Add Content-Length header while attachments downloading (#1484256)
340- Fix In-Reply-To and References headers when composing saved draft
341  message (#1485288)
342- Removed PHP4 class constructors
343- Fix html message charset conversion for charsets with underline (#1485287)
344- Fix buttons status after contacts deletion (#1485233)
345
3462008/08/21 (estadtherr)
347----------
348- Fix escaping of To: and From: fields when building message body for reply
349  or forward in the HTML editor (#1484904)
350
3512008/08/15 (thomasb)
352----------
353- Use current mailbox name in template (#1485256)
354- Better fix for skipping untagged responses (#1485261)
355- Added pspell support patch by Kris Steinhoff (#1483960)
356- Enable spellchecker for HTML editor (#1485114)
357- Respect spellcheck_uri in tinyMCE spellchecker (#1484196)
358
3592008/08/09 (alec)
360----------
361- Case insensitive contacts searching using PostgreSQL (#1485259)
362
3632008/07/31 (thomasb)
364----------
365- Make default imap folders configurable for each user (#1485075)
366- Save outgoing mail to selectable folder (#1324581)
367- Fix hiding of mark menu when clicking th button again (#1484944)
368
3692008/07/21 (alec)
370----------
371- use long date format in print mode (#1485191)
372
3732008/07/18 (alec)
374----------
375- Updated TinyMCE to version 3.1.0.1
376
3772008/07/14 (thomasb)
378----------
379- Re-enable autocomplete attribute for login form (#1485211)
380- Check PERMANENTFLAGS before saving $MDNSent flag (#1484963, #1485163)
381
3822008/06/30 (alec)
383----------
384- Added flag column on messages list (#1484623)
385
3862008/06/24 (alec)
387----------
388- Patched Mail/MimePart.php (http://pear.php.net/bugs/bug.php?id=14232)
389
3902008/06/24 (alec)
391----------
392- Allow trash/junk subfolders to be purged (#1485085)
393
3942008/06/20 (alec)
395----------
396- Added Azerbaijani translation
397
3982008/06/20 (thomasb)
399----------
400- Store compose parameters in session and redirect to a unique URL
401
4022008/06/18 (thomasb)
403----------
404- Fixed CRAM-MD5 authentication (#1484819)
405- Add fallback to old 'skin_path' property
406
4072008/06/16 (alec)
408----------
409- Fixed sending emoticons
410- Fixed forwarding messages with one HTML attachment (#1484442)
411- Fixed encoding of message/rfc822 attachments and image/pjpeg handling (#1484914)
412
4132008/06/15 (alec)
414----------
415- Added option to select skin in user preferences
416  WARNING: option 'skin_path' replaced by 'skin' option!
417
4182008/06/14 (alec)
419----------
420- Added option to disable displaying of attached images below the message body
421
4222008/06/13 (alec)
423----------
424- Added option to display images in messages from known senders (#1484601)
425- Updated PEAR::Mail_Mime
426- User preferences grouped in more fieldsets
427
4282008/06/12 (alec)
429----------
430- Fix corrupted MIME headers of messages in Sent folder (#1485111)
431- Fixed bug in MDB2 package: http://pear.php.net/bugs/bug.php?id=14124
432- Use keypress instead of keydown to select list's row (#1484816)
433
4342008/06/11 (alec)
435----------
436- Don't call expunge and don't remove message row after message move
437  if flag_for_deletion is set to true (#1485002)
438
4392008/06/08 (alec)
440----------
441- Added option to disable autocompletion from selected LDAP address books (#1484922)
442
4432008/06/07 (thomasb)
444----------
445- Cleaned up localization names. Now named with lang_COUNTRY according to ISO 639-1/3166-1
446- Updated Catalan localization
447
4482008/06/06 (robin)
449----------
450- Add option to log successful logins
451
4522008/06/06 (alec)
453----------
454- TLS support in LDAP connections: 'use_tls' property (#1485104)
455
4562008/06/05 (alec)
457----------
458- Fix removing messages from search set after deleting them (#1485106)
459
4602008/06/03 (alec)
461----------
462- imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of iil_ReadLine()
463- imap.inc: Fixed iil_C_FetchStructureString() to handle many
464  literal strings in response (#1484969)
465- imap.inc: Removed hardcoded data size in iil_ReadLine()
466
4672008/05/30 (alec)
468----------
469- Support for subfolders in default/protected folders (#1484665)
470- Disallowed delimiter in folder name (#1484803)
471- Support " and \ in folder names
472- Escape \ in login (#1484614)
473
4742008/05/29 (thomasb)
475----------
476- Better HTML sanitization with the DOM-based washtml script (#1484701)
477
4782008/05/29 (alec)
479----------
480- Polish localization folder renamed to pl_PL
481
4822008/05/28 (alec)
483----------
484- Fixed sorting of folders with non-ascii characters
485
4862008/05/21 (alec)
487----------
488- Localized pagetitle in Settings and Address Book
489
4902008/05/19 (alec)
491----------
492- Fixed Mysql DDL for default identities creation (#1485070)
493
4942008/05/16 (alec)
495----------
496- In Preferences added possibility to configure 'read_when_deleted',
497  'mdn_requests', 'flag_for_deletion' options
498
4992008/05/15 (thomasb)
500----------
501- Make IMAP auth type configurable (#1483825)
502- Fix empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055)
503
5042008/05/15 (alec)
505----------
506- Fix attachment list on IE 6/7 (#1484807)
507
5082008/05/12 (estadtherr)
509----------
510- fix JavaScript in compose.html that shows cc/bcc fields if populated
511
5122008/05/12 (alec)
513----------
514- Updated PEAR::DB package to version 1.7.13
515
5162008/05/10 (alec)
517----------
518- Make password input fields of type password in installer (#1484886)
519
5202008/05/09 (alec)
521----------
522- Don't call CAPABILITY if was recieved as server's optional response
523  on connect (RFC3501 [7.1])
524
5252008/05/08 (alec)
526----------
527- Don't attempt to delete cache entries if enable_caching is FALSE (#1485051)
528- Optimized messages sorting on servers without sort capability (#1485049)
529- Option 'use_SQL_address_book' replaced by 'address_book_type'
530- Corrected message headers decoding when charset isn't specified and improved
531  support for native languages (#1485050, #1485048)
532
5332008/05/07 (davidke/richs)
534----------
535- Completed LDAP address book support so it can now write to an LDAP server.
536- Expanded LDAP configuration options to support LDAP server writes.
537- Modified config/main.inc.php.dist:
538  New Option: $rcmail_config['use_SQL_address_book']
539  Changed Option:  $rcmail_config['ldap_public']['Verisign']
540
5412008/05/05 (alec)
542----------
543- Installer: encode special characters in DB username/password (#1485042)
544- Do charset conversion also for from/to column on messages list
545- Fix management of folders with national characters in names (#1485036, #1485001)
546
5472008/05/02 (alec)
548----------
549- Updated MDB2 package to version 2.5.0b1
550- Updated MDB2 pgsql, mysql, mysqli, sqlite drivers to version 1.5.0b1
551- Updated MDB2 mssql driver to version 1.3.0b1
552- Fixed identities saving when using MDB2 pgsql driver (#1485032)
553
5542008/05/01 (alec)
555----------
556- Fix BCC header reset (#1484997)
557
5582008/04/30 (thomasb)
559----------
560- Introduce new application class 'rcmail' and get rid of some global vars
561
5622008/04/29 (alec)
563----------
564- improved messages list performance - patch from Justin Heesemann
565
5662008/04/23 (alec)
567----------
568- Append skin_path to images location only when it starts
569  with '/' sign (#1484859)
570
5712008/04/20 (estadtherr)
572----------
573- fix parse_attrib_string to handle unquoted values, which fixes
574  display issues with HTML messages that do not quote attributes
575
5762008/04/17 (alec)
577----------
578- Fix IMAP response in message body when message has no body (#1484964)
579- Updated PEAR::Auth_SASL to 1.0.2
580- Fix non-RFC dates formatting (#1484901)
581
5822008/04/16 (estadtherr)
583----------
584- Fix mail sending with new TinyMCE
585
5862008/04/16 (alec)
587----------
588- Fix typo in set_charset() (#1484991)
589- Decode entities when inserting HTML signature to plain text message (#1484990)
590
5912008/04/15 (estadtherr)
592----------
593- HTML editing is now working with PHP5 updates and TinyMCE v3.0.6
594- fix signature loading on Windows (#1484545)
595- add language support to HTML editing (#1484862)
596
5972008/04/15 (alec)
598----------
599- Fix remove signature when replying (#1333167)
600- Fix problem with line with a space at the end (#1484916)
601- Don't send set_env() in ajax response when env array is empty
602- Fix <!DOCTYPE> tag filtering (#1484391)
603- Fix <?xml> tag filtering (#1484403)
604 
6052008/04/14 (alec)
606----------
607- Added sections (fieldset+label) in Settings interface
608
6092008/04/12 (alec)
610----------
611- Fixed and optimized 'read_when_deleted': mark as read on server side
612  in one action when marking as deleted, fixed js bugs when deleting
613  from message preview page
614
6152008/04/12 (thomasb)
616----------
617- Changed codebase to PHP5 with autoloader
618- Added some new classes from devel-vnext branch
619
6202008/04/11 (alec)
621----------
622- Mark as read in one action with message preview (#1484972)
623- Delete redundant quota reads (#1484972)
624- Add options for empty trash and expunge inbox on logout (#1483863)
625
6262008/04/10 (alec)
627----------
628- Add rows highlighting in onmousemove on ksearch list
629- Remove lines wrapping when displaying message
630- Fix month localization
631- Do ob_start/ob_end_clean when reading config files (#1484624)
632- Fix debug (ajax) console
633
6342008/04/02 (alec)
635----------
636- Updated timezones list (#1484908)
637- Fix design in Settings (#1484799)
638- Fix deleting messages after clicking on "All" (#1484838)
639- Fix sorting o0f message list when default folder is empty (#1484317)
640- Fix creating a new folder w/a comma in its name (#1484681)
641
6422008/04/01 (thomasb)
643----------
644- Fix Enter problem on login (#1484839)
645- Make the http-received header in outgoing mails configurable
646
6472008/03/30 (till)
648----------
649- Fix Firefox problem with ob_gzhandler (#1484932)
650- Improve message previewpane - less loading (#1484316)
651
6522008/03/28 (thomasb)
653----------
654- Disable installer by default; add config option to enable it again
655
6562008/03/24 (till)
657----------
658- Don't send mark requests for already marked messages (#1484906)
659- Fix "quote inside a quote" (#1484783)
660
6612008/03/23 (till)
662
663- Applied patch to strip newlines from headers (#1484811)
664- Applied patch to trim login (#1484231)
665- Added robots.txt
666- Fix attachment problem when restoring saved draft without body (#1484506)
667- Fix call to undefined function decrypt_passwd() 
668
6692008/03/21 (thomasb)
670----------
671- Add configurable default charset for message decoding
672- Applied patch to fix mime decoding an folder subscription (#1484191)
673- Applied patch to correctly quote email recipient strings (#1484191)
674- Fix wrong charset aliases (#1484818 and #1484598)
675- Remove hard-coded size of logo image (#1484378)
676- Strip slashes from virtuser email values (#1484700)
677- Fixed message part window display in IE6 (#1484610)
678
6792008/02/28 (thomasb)
680----------
681- Fix folder adding/renaming inspired by #1484800
682- Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets
683- Fix quirky message selection
684- Completed installer
685
6862008/02/20 (thomasb)
687----------
688- Localize folder name in page title (#1484785)
689- Fix code using wrong variable name (#1484018)
690- Allow to send mail with BCC recipients only
691- Remove MDN headers before saving in sent folder
692
6932008/02/12 (estadtherr)
694----------
695- fix switching between HTML/plain composing (#1484752)
696- condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
697- fix image removal in message display when message HTML includes JS event handlers
698
6992008/02/11 (thomasb)
700----------
701- Add function to mark the selected messages as read/unread (#1457360)
702- Also do charset decoding as suggested in RFC 2231 (fix #1484321)
703- Show message count in folder list and hint when creating a subfolder
704
7052008/02/08 (thomasb)
706----------
707- Distinguish ssl and tls for imap connections (#1484667)
708- Added some charset aliases to fix typical mis-labelling (#1484565)
709
7102008/02/07 (thomasb)
711----------
712- Remember decision to display images for a certain message during session (#1484754)
713- Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
714- Fix size of the attachment preview frame (#1484758)
715
7162008/02/05 (thomasb)
717----------
718- Fix regular expression for checking e-mail address (#1484710)
719- Make sending of read receipts configurable
720- Respect config when localize folder names (#1484707)
721- Applied patch for updating page title (#1484727, #1484650)
722- Applied patch to prevent from purging inbox by uberlinuxguy (#1484449)
723- Applied patch to prevent bad header delimiters (#1484751)
724- Also send search request when deleting a contact (#1484620)
725- Add CSS hack for Safari
726
7272008/02/02 (thomasb)
728----------
729- Always update $CONFIG with user prefs (#1484729)
730- Don't ask for MDN confirmations on drafted messages (#1484691)
731- Also respect receipt and priority settings when re-opening a draft message
732
7332008/01/31 (robin)
734----------
735- Remember search results (closes #1483883), patch by the_glu
736
7372008/01/08 (tomekp)
738----------
739- add he (Hebrew) localization (#1484713)
740
7412008/01/08 (tomekp)
742----------
743- update fr localization
744
7452008/01/04 (tomekp)
746- purge kur_KU because it has no messages translation
747- bump copyright for all localization files
748
7492007/12/31 (tomekp)
750----------
751- update es localization
752
7532007/12/28 (tomekp)
754----------
755- update mk localization
756
7572007/12/27 (tomekp)
758----------
759- update se localization
760
7612007/12/13 (robin)
762----------
763- Add Received header on outgoing mail
764
7652007/12/10 (estadtherr)
766----------
767- Upgrade to TinyMCE 2.1.3
768- Allow inserting image attachments into HTML messages while composing (#1484557)
769
7702007/12/10 (thomasb)
771----------
772- Delegate user-stuff to new class rcube_user
773- Implement Message-Disposition-Notification (Receipts)
774
7752007/12/05 (tomekp)
776----------
777- update bg, uk localization
778
7792007/12/04 (tomekp)
780----------
781- update bg localization
782
7832007/11/25 (thomasb)
784----------
785- Applied UID fetch patch by Glen Ogilvie
786- Applied patch for correct Postgres instructions from ticket #1484674
787- Fix overriding of session vars when register_globals is on (#1484670)
788- Fix wrong Postgres setup instructions in INSTALL (#1484674)
789- Fix bug with case-sensitive folder names (#1484245)
790- Don't create default folders by default
791- Added Georgian localization by Zaza Zviadadze
792- Updated Russian localization
793- Fixed some potential security risks (audited by Andris)
794- Only show new messages if they match the current search (#1484176)
795
7962007/11/20 (tomekp)
797----------
798- add Korean (kr) localization
799
8002007/11/14 (tomekp)
801----------
802- update id_ID localization
803
8042007/11/06 (thomasb)
805----------
806- Switch to/from when searcing in Sent folder (#1484555)
807- Correctly read the References header (#1484646)
808- Unset old cookie in before sending a new value (#1484639)
809- Correctly decode attachments when downloading them (#1484645 and #1484642)
810
8112007/10/22 (tomekp)
812----------
813- update ru, eo localizations
814
8152007/10/17 (thomasb)
816----------
817- Make message listing less error prone
818
8192007/10/10 (thomasb)
820----------
821- Suppress IE errors when clearing attachments form (#1484356)
822- Set preferences field in user table to NULL (#1484386)
823- Log error when login fails due to auto_create_user turned off
824- Update UPGRADING instructions
825
8262007/10/05 (tomekp)
827----------
828- Add Esperanto localization
829
8302007/10/04 (Stiwi)
831----------
832- Updated German localization
833
8342007/10/04 (yllar)
835----------
836- Added Malay localization
837- Updated Lithuanian localization
838
8392007/09/27 (tomekp)
840----------
841- Update dutch localization (closes #1484588)
842
8432007/09/29 (thomasb)
844----------
845- Filter linked/imported CSS files (closes #1484056)
846
847
8482007/09/27 (tomekp)
849----------
850- Update brazilian portuguese localization (#1484580)
851
8522007/09/26 (thomasb)
853----------
854- Improve message compose screen (closes #1484383)
855- Select next row after removing one from list (#1484387)
856
857
8582007/09/26 (tomekp)
859----------
860- Add polish labels for changes in r816.
861- Update polish localization (#1484579)
862- Update thai localization (#1484578)
863
8642007/09/25 (robin)
865----------
866- Enable drag-/dropping of folders to a new parent folder (#1457344)
867
868
8692007/09/24 (robin)
870----------
871- Fix preview pane size for Safari & Konqueror (#1484187)
872
873
8742007/09/20 (robin)
875----------
876- Make smtp HELO/EHLO hostname configurable (#1484067)
877
878
8792007/09/19 (thomasb)
880----------
881- IPv6 Compatability (#1484322), Patch #1484373
882- Unlock interface when message sending fails (#1484570)
883- Eval PHP code in template includes (if configured)
884- Show message when folder is empty. Mo more static text in table (#1484395)
885- Only display unread count in page title when new messages arrived
886- Show mailbox name in page title
887
888
8892007/09/09 (thomasb)
890----------
891- Fixed wrong delete button tooltip (#1483965)
892- Fixed charset encoding bug (#1484429)
893- Applied patch for LDAP version (#1484552)
894- Improved XHTML validation
895
896
8972007/09/05 (thomasb)
898----------
899- Fix message list selection (#1484550)
900- Better fix lowercased usernames (#1484473)
901- Update pngbehavior Script as suggested in #1484490
902
903
9042007/08/29 (richs)
905----------
906- Fixed moving/deleting messages when more than 1 is selected
907
9082007/08/15 (thomasb)
909----------
910- Applied patch for LDAP contacts listing by Glen Ogilvie
911- Applied patch for more address fields in LDAP contacts (#1484402)
912- Close LDAP connections on script shutdown
913
914
9152007/08/13 (thomasb)
916----------
917- Add alternative for getallheaders() (fix #1484508)
918- Revert changes for mbstring usage (fix #1484509)
919
920
9212007/08/10 (thomasb)
922----------
923- Identify mailboxes case-sensitive
924- Sort mailbox list case-insensitive (closes #1484338)
925- Fix display of multipart messages from Apple Mail (closes #1484027)
926- Protect AJAX request from being fetched by a foreign site (XSS)
927- Make autocomplete for loginform configurable by the skin template
928- Fix compose function from address book (closes #1484426)
929- Added //IGNORE to iconv call (patch #1484420, closes #1484023)
930- Check if mbstring supports charset (#1484290 and #1484292)
931- Prefer iconv over mbstring (as suggested in #1484292)
932- Check filesize of template includes (#1484409)
933- Updated Simplified Chinese localization
934- Added Ukrainian translation
935
936
9372007/08/09 (richs)
938----------
939- Fixed bug with buttons not dimming/enabling properly after switching folders
940- Fixed compose window becoming unresponsive after saving a draft (#1484487)
941- Re-enabled "Back" button in compose window now that bug #1484487 is fixed
942- Fixed unresponsive interface issue when downloading attachments (#1484496)
943- Lowered status message time from 5 to 3 seconds to improve responsiveness
944- Added note to INSTALL about .htaccess limiting upload_max_filesize
945- Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
946- Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
947- Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
948
949
9502007/07/03 (thomasb)
951----------
952- Added Macedonian (Slavic FYROM) localization
953- Fix status message bug #1484464 with regard to #1484353
954- Fix address adding bug reported by David Koblas
955- Applied socket error patch by Thomas Mangin
956
957
9582007/06/28 (tomekp)
959----------
960- fix typos in Polish localization (Janusz Zamecki)
961
962
9632007/06/27 (tomekp)
964----------
965- Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
966
967
9682007/06/12 (thomasb)
969----------
970- Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
971- Added Irish/Gaelic translation
972- Little correction in Swedish translation
973- Quote username for virtuser_query
974- Pass-by-reference workarround for PHP5 in sendmail.inc
975
976
9772007/06/04 (estadtherr)
978----------
979- Fixed bug in HTML->Plain editor toggling
980
981
9822007/05/28 (thomasb)
983---------
984- Fixed buggy imap_root settings (closes #1484379)
985- Prevent default events on subject links (#1484399)
986- Typo in rcube_smtp.inc
987
988
9892007/05/23 (estadtherr)
990----------
991- Upgrade to TinyMCE v2.1.1.1
992
993
9942007/05/18 (thomasb)
995----------
996- Use HTTP-POST requests for actions that change state
997
998
9992007/05/17 (thomasb)
1000----------
1001- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
1002- Renamed localization folder for Chinese (Big5)
1003- Chanegd Slovenian language code from 'si' to 'sl'
1004- Added Sinhala (Sri-Lanka) localization
1005- Use global filters and bind username/ for Ldap searches (#1484159)
1006- Hide quota display if imap server does not support it
1007- Hide address groups if no LDAP servers configured
1008- Add link to message subjects (closes #1484257)
1009- Better SQL query for contact listing/search (closes #1484369)
1010
1011
10122007/05/13 (thomasb)
1013----------
1014- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
1015- Fixed marking as read in preview pane (closes #1484364)
1016- CSS hack to display attachments correctly in IE6
1017- Wrap message body text (closes #1484148)
1018
1019
10202007/05/03 (yllar)
1021----------
1022- Updated French, Lithuanian, Armenian, Spanish and Italian translations
1023
1024
10252007/05/01 (thomasb)
1026----------
1027- Updated German, Euskara, Hungarian, Romanian and Spanish translation
1028- Added Hindi and Kurdish localization
1029
1030
10312007/04/28 (thomasb)
1032----------
1033- LDAP access is back in address book (closes #1484087)
1034- Added search function for contacts
1035- New Template parsing and output encoding
1036- Fixed bugs #1484119 and #1483978
1037
1038
10392007/04/08 (thomasb)
1040----------
1041- Fixed message moving procedure (closes #1484308)
1042- Fixed display of multiple attachments (closes #1466563)
1043- Fixed check for new messages (closes #1484310)
1044- List attachments without filename
1045
1046
10472007/03/27 (thomasb)
1048----------
1049- New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
1050  Should close bugs #1483951 and #1484299
1051
1052
10532007/03/23 (thomasb)
1054----------
1055- Correctly translate mailbox names (closes #1484276)
1056- Quote e-mail address links (closes #1484300)
1057
1058
10592007/03/21 (thomasb)
1060----------
1061- Updated PEAR::Mail_mime package
1062- Added Persian localization
1063- Updated Catalan and Brazilian Portuguese translations
1064- Updated INSTALL manual with a note about database passwords
1065- Accept single quotes for HTML attributes when modifying message body (thanks Jason)
1066- Sanitize input for new users/identities (thanks Colin Alston)
1067
1068
10692007/03/19 (thomasb)
1070----------
1071- Don't download HTML message parts
1072- Convert HTML parts to plaintext if 'prefer_html' is off
1073- Correctly parse message/rfc822 parts (closes #1484045)
1074- Code cleanup
1075
1076
10772007/03/18 (thomasb)
1078----------
1079- Also use user_id for unique key in messages table (closes #1484074)
1080- Hide contacts drop down on blur (closes #1484203)
1081- Make entries in contacts drop down clickable
1082- Turn off browser autocompletion on login page
1083- Quote <? in text/html message parts
1084- Hide border around radio buttons
1085- Replaced old JS function calls.
1086
1087
10882007/03/13 (thomasb)
1089----------
1090- Applied patch for attachment download by crichardson (closes #1484198)
1091- Fixed bug in Postgres DB handling (closes #1484068)
1092- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
1093- Fixed array_merge bug (closes #1484281)
1094- Fixed flag for deletion in list view (closes #1484264)
1095- Finally support semicolons as recipient separator (closes ##1484251)
1096- Fixed message headers (subject) encoding
1097
1098
10992007/03/04 (tomekp)
1100----------
1101- check if safe mode is on or not (closes #1484269)
1102
1103
11042007/03/02 (thomasb)
1105----------
1106- Show "no subject" in message list if subject is missing (closes #1484243)
1107- Solved page caching of message preview (closes #1484153)
1108- Only use gzip compression if configured (closes #1484236)
1109
1110
11112007/02/25 (estadtherr)
1112----------
1113- Fixed priority selector issue (#1484150)
1114- Upgraded to TinyMCE v2.1.0
1115
1116
11172007/02/21 (thomasb)
1118----------
1119- Fixed some CSS issues in default skin (closes #1484210 and #1484161)
1120- Prevent from double quoting of numeric HTML character references (closes #1484253)
1121
1122
11232007/02/07 (tomekp)
1124----------
1125- Updated (bg) translation (Doichin Dokov)
1126
1127
11282007/02/06 (tomekp)
1129----------
1130- Updated (pl) translation
1131- Updated (pt_BR) translation (Robson F. Ramaldes)
1132- Big cleanup in program/localization
1133
1134
11352007/02/05 (thomasb)
1136----------
1137- Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
1138
1139
11402007/01/07 (estadtherr)
1141----------
1142- Fixed display of HTML message attachments (closes #1484178)
1143
1144
11452007/01/07 (thomasb)
1146----------
1147- Applied patch for preview caching (closes #1484186)
1148- Added Thai and Vietnamese localization files
1149
1150
11512006/12/29 (thomasb)
1152----------
1153- Added error handling for attachment uploads
1154- Use multibyte safe string functions where necessary (closes #1483988)
1155- Updated Swiss German localization (de_CH)
1156
1157
11582006/12/22 (thomasb)
1159----------
1160- Applied security patch to validate the submitted host value (by Kees Cook)
1161- Applied security patch to validate input values when deleting contacts (by Kees Cook)
1162- Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
1163- Applied a patch to more aggressively sanitize a HTML message
1164- Visualize blocked images in HTML messages
1165
1166
11672006/12/20 (thomasb)
1168----------
1169- Fixed wrong message listing when showing search results (closes #1484131)
1170- Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
1171- Show remote images when opening HTML message part as attachment
1172
1173
11742006/12/17 (thomasb)
1175----------
1176- Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
1177
1178
11792006/12/06 (thomasb)
1180----------
1181- Improve memory usage when sending mail (closes #1484098)
1182- Mark messages as read once the preview is loaded (closes #1484132)
1183- Include smtp final response in log (closes #1484081)
1184
1185
11862006/12/04 (thomasb)
1187----------
1188- Corrected date string in sent message header (closes #1484125)
1189- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
1190- Changed srong tooltips for message browse buttons (closes #1483930)
1191
1192
11932006/12/03 (estadtherr)
1194----------
1195- Added fix to convert HTML signatures for plain text messages
1196- Fixed signature delimeter character to be standard (Bug #1484035)
1197
1198
11992006/12/01 (thomasb)
1200----------
1201- Implemented preview pane
1202- Fixed XSS vulnerability (Bug #1484109)
1203- Remove newlines from mail headers (Bug #1484031)
1204- Selection issues when moving/deleting (Bug #1484044)
1205- Applied patch of Clement Moulin for imap host auto-selection
1206- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
1207- Fixed folder name encoding in subscription list (Bug #1484113)
1208- Fixed JS errors in identity list (Bug #1484120)
1209- Show client debug console on debug_level 8
1210- Added Serbian translation
1211- Updated Spanish and Bulgarian localization
1212
1213
12142006/11/22 (robin)
1215----------
1216- Fix a bug introduced with Shift-Del yesterday
1217
1218
12192006/11/21 (robin)
1220----------
1221- Add missing nl_NL translations
1222- Translate foldernames in folder form (closes #1484113)
1223
1224
12252006/11/21 (robin)
1226----------
1227- Added first and last buttons to message list, address book
1228  and message detail
1229- Pressing Shift-Del bypasses Trash folder
1230- Enable purge command for Junk folder
1231
1232
12332006/11/17 (robin)
1234----------
1235- Re-initialize message list after shift-select and delete
1236
1237
12382006/11/16 (robin)
1239----------
1240- Fixed updating message list after expunge and purge
1241- Fetch all aliases if virtuser_query is used instead
1242  of only the first one
1243
1244
12452006/11/11 (estadtherr)
1246----------
1247- fixed deletion/moving of messages from within "show" page
1248
1249
12502006/11/09 (thomasb)
1251----------
1252- Little bugfix in HTML encoding
1253- Fixed encoding issues and delete-on-reply problem
1254- Corrected template parsing
1255
1256
12572006/11/07 (estadtherr)
1258----------
1259- Upgraded to TinyMCE v2.0.8
1260- Fixed CSS path for editor popups
1261
12622006/09/26 (estadtherr)
1263----------
1264- Added spellchecker plugin to TinyMCE configuration
1265- Fixed HTML/Plain toggle labels
1266
1267
12682006/09/24 (thomasb)
1269----------
1270- Partial client re-write with a common list class
1271- Re-enabled multi select of contacts (Bug #1484017)
1272- Enable contact editing right after creation (Bug #1459641)
1273- Updated Hungarian, Estonian and Traditional Chinese localization
1274
1275
12762006/09/19 (thomasb)
1277----------
1278- Correct UTF-7 to UTF-8 conversion if mbstring is not available
1279
1280
12812006/09/13 (estadtherr)
1282----------
1283- Introduction of TinyMCE HTML editor support for message composition and signatures
1284  Note : a new column is added to the "identities" database table
1285
1286
12872006/09/12 (estadtherr)
1288----------
1289- Fixed html2text treatment of table headers (Bug #1484020)
1290- Fixed IMAP fetch of message body (Bug #1484019)
1291
1292
12932006/09/08 (thomasb)
1294----------
1295- Fixed safe_mode problems (Bug #1418381)
1296- Fixed wrong header encoding (Bug #1483976)
1297
1298
12992006/09/07 (thomasb)
1300----------
1301- Made automatic draft saving configurable
1302- Fixed JS bug when renaming folders (Bug #1483989)
1303- Don't wait for complete page load when calling JavaScript init()
1304- Some improvements to prevent session expiration
1305- Prevent from double submit of spell check requests
1306
1307
13082006/09/01 (thomasb)
1309----------
1310- Imporoved message parsing and HTML validation
1311- Added quota display as image (by Brett Patterson)
1312- Corrected creation of a message-id
1313- Updated Norwegian (bokmal) localization
1314
1315
13162006/08/30 (thomasb)
1317----------
1318- New indentation for quoted message text
1319- Improved HTML validity
1320
1321
13222006/08/28 (estadtherr)
1323----------
1324- Fixed URL character set (Ticket #1445501)
1325- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
1326
1327
13282006/08/25 (thomasb)
1329----------
1330- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
1331- Finalized new message parsing (+ chaching)
1332- Updated SQL scripts and UPGRADING instructions
1333
1334
13352006/08/23 (thomasb)
1336----------
1337- Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
1338
1339
13402006/08/20 (thomasb)
1341----------
1342- Fixed wrong usage of mbstring (Bug #1462439)
1343- Set default spelling language (Ticket #1483938)
1344- Added support for Nox Spell Server
1345
1346
13472006/08/18 (thomasb)
1348----------
1349- Re-built message parsing (Bug #1327068)
1350  Now based on the message structure delivered by the IMAP server.
1351- Fixed some XSS and SQL injection issues
1352
1353
13542006/08/10 (thomasb)
1355----------
1356- Fixed charset problems with folder renaming
1357
1358
13592006/08/04 (thomasb)
1360----------
1361- Fixed Bug in saving identities (Ticket #1483915)
1362- Set folder name in window title (Bug #1483919)
1363- Don't add imap_root to INBOX path (Bug #1483816)
1364- Attempt to create default folders only after login
1365- Avoid usage of $CONFIG in rcube_imap class
1366
1367
13682006/07/30 (thomasb)
1369----------
1370- Alter links in HTML messages (Bug #1326402)
1371- Added fallback if host not found in 'mail_domain' array
1372- Applied patch of Charles to highlight droptargets (Ticket #1473034)
1373- Fixed folder renaming (Bug #1483914)
1374- Added confirmation message after deleting a folder
1375
1376
13772006/07/25 (thomasb)
1378----------
1379- Made folder renaming a bit more ajax-style
1380- Changed rename-labels and German translation
1381- Fixed addressbox countbar width (Bug #1483845)
1382- Fixed refresh interval problems in Safari (Bug #1483902)
1383- Fixed clear_message_list_header() errors (Bug #1483898)
1384- Sanity check of $message_set in imap.inc (Bug #1443200)
1385- Added correct changing of message list headers for Sent folder
1386- Updated Spanish localization (Ticket #1483887)
1387- Applied patch #1483846
1388
1389
13902006/07/24 (richs)
1391----------
1392- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
1393- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
1394- Draft saving now properly returns an error when saving fails
1395- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
1396- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
1397
1398
13992006/07/19 (thomasb)
1400----------
1401- Correct entity encoding of link urls (HTML validity)
1402- Improved usability in compose step (Ticket #1483807)
1403- Added absolute URLs to several buttons (for "open in new window")
1404- Applied patch #1328032
1405- Fixed Bug/Patch #1443200
1406
1407
14082006/07/18 (thomasb)
1409----------
1410- Fixed password with spaces issue (Bug #1364122)
1411- Replaced _auth hash with second cookie (Ticket #1483811)
1412- Don't use get_input_value() for passwords (Bug #1468895)
1413- Made password encryption key configurable
1414- Minor bugfixes with charset encoding
1415- Added <label> tags to forms (Ticket #1483810)
1416
1417
14182006/07/07 (thomasb)
1419----------
1420- Fixed INSTALL_PATH bug #1425663
1421
1422
14232006/07/03 (richs)
1424----------
1425- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
1426- Updated French localizations (Ticket #1483862)
1427- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
1428- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
1429- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
1430- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
1431
1432
14332006/06/30 (richs)
1434----------
1435- Fixed empty INBOX compatibility bug (Patch #1443200)
1436- Temporarily fixed French "compact" localization (Patch #1483862)
1437- Fixed "Select All" not working with Delete interface button (Bug #1332434)
1438- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
1439- Fixed "unread count" in window title when count changed (Bug #1483812)
1440- Fixed DB error when deleting from message table (Patch #1483835)
1441
1442
14432006/06/29 (richs)
1444----------
1445- Added ability to remove attachments (Feature #1436721)
1446- Default folders are now auto-created on first login (Feature #1471594)
1447- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
1448- Corrected Italian localizations
1449- Tweaked rename-folder form to clear after a rename
1450
1451
14522006/06/26 (richs)
1453----------
1454- Added button to immediately check for new messages
1455- New message checking now displays status "Checking for new messages..."
1456- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
1457- Task buttons now respond to clicks by darkening (as in other applications)
1458- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
1459- Added ability to sort messages by "Size"
1460- Added ability to rename folders (Feature #1326396)
1461- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
1462- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
1463
1464
14652006/06/25
1466----------
1467- Changed behavior to include host-specific configuration (Bug #1483849)
1468- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
1469- Fixed spell checker to work with the new URL at google.com
1470- Some memory and security optimizations sendmail.inc
1471- Updated UGRADING description
1472
1473
14742006/06/19
1475----------
1476- Added Drafts support (Feature #1326839) (richs)
1477
1478
14792006/06/02
1480----------
1481- Updated Estonian localization and moved from ee to et
1482- Added Bulgarian localization
1483
1484
14852006/05/25
1486----------
1487- Finalized GoogieSpell integration
1488
1489
14902006/05/18
1491----------
1492- Added Arabic and Armenian localizations
1493- Updated Russian localization
1494- Removed MDB2 classes from repository. Install them seperately if used.
1495- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
1496- Allow & in e-mail addresses
1497
1498
14992006/05/05
1500----------
1501- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
1502- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
1503- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
1504- Corrected INSTALL description (Bug #1476106)
1505- Added charset to javascript HTTP headers
1506- Fixed Opera bug with CC and BCC fields (Bug #1474576)
1507- Changed login page title regarding product name (Bug #1476413)
1508- Pimped search function
1509- Applied attachment viewing/forwarding patches by Andrew Fladmark
1510- Applied prev/next patch by Leonard Bouchet
1511- Applied patches by Mark Bucciarelli
1512- Applied patch for requesting receipts by Salvatore Ansani
1513- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
1514
1515
15162006/04/13
1517----------
1518- Added Slovenian localization
1519- Updated Portuguese localization
1520- Fixed parent.location problem for compose-links
1521- Added sort order saving patch by Jacob Brunson
1522- Added gzip compression support
1523
1524
15252006/04/02
1526----------
1527- Added Lithuanian localization
1528- Improved search function
1529- Added version string as template object
1530- Load host-specific configuration file (see config/main.inc.php)
1531- New config parameter adding domain to user names for login
1532- Strip tags on _auth, _action, _task parameters
1533- Corrected labels for next/previous page buttons in address book
1534
1535
15362006/03/23
1537----------
1538- Auto-detect mail header delimiters
1539- Regard daylight savings
1540- Localized quota display
1541- Started implementing search function
1542
1543
15442006/03/20
1545----------
1546- Avoid error message when saving an unchanged identity (Bug #1429510)
1547- Fixed hard-coded cols selection for sent folder (Bug #1354586)
1548- Enable some HTML links for use with "open in new window" or "save target"
1549- Check meta-key instead of ctrl on Macs
1550- Ignore double clicks when holding down a modifier key
1551- Fixed reloading of the login page
1552- Fixed typo in compose template (Bug #1446852)
1553- Added compose button to message read step (Request #1433288)
1554- New config parameter for persistent database connections (Bug #1431817)
1555
1556
15572006/03/14
1558----------
1559- Don't remove internal HTML tags in plaintext messages
1560- Improved error handling in DB connection failure
1561
1562
15632006/02/22
1564----------
1565- Updated localizations
1566- Fixed bug #1435989
1567
1568
15692006/02/19
1570----------
1571- Updated localizations
1572- Applied patch of Anders Karlsson
1573- Applied patch of Jacob Brunson
1574- Applied patch for virtuser_query by Robin Elfrink
1575- Added support for References header (patch by Auke)
1576- Added support for mbstring module by Tadashi Jokagi
1577- Added function for automatic remove of slashes on GET and POST vars
1578  if magic_quotes is enabled
1579
1580
15812006/02/05
1582----------
1583- Added Slovak, Hungarian, Bosnian and Croation translation
1584- Fixed bug when inserting signatures with !?&
1585- Chopping message headers before inserting into the message cache table
1586  (to avoid bugs in Postgres)
1587- Allow one-char domains in e-mail addresses
1588- Make product name in page title configurable
1589- Make username available as skin object
1590- Added session_write_close() in rcube_db class destructor to avoid problems
1591  in PHP 5.0.5
1592- Use move_uploaded_file() instead of copy() for a more secure handling of
1593  uploaded attachments
1594- Additional config parameter to show/hide deleted messages
1595- Added periodic request for checking new mails (Request #1307821)
1596- Added EXPUNGE command
1597- Optimized loading time for mail interface
1598- Changed to full UTF-8 support
1599- Additional timezones (Patch #1389912)
1600- Added LDAP public search (experimental)
1601- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
1602- Casting to strings when adding empty headers to message cache (Bug #1406026)
1603- Skip sender-address as recipient when Reply-to-all
1604- Fixes in utf8-class
1605- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
1606- Added garbage collector for message cache
1607- Added patches for BCC headers
1608
1609
16102005/12/16
1611----------
1612- Added Turkish and Simplified Chinese translation
1613- Use virtusertable to resolve e-mail addresses at login
1614- Configurable mail_domain used to compose correct e-mail addresses
1615  on first login
1616
1617
16182005/12/03
1619----------
1620- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
1621  Estonian and Chinese translation
1622- Get IMAP server capabilities in array
1623- Check for NAMESPACE capability before sending command
1624- Set default user language from config 'locale_string'
1625- Added sorting patch for message list
1626- Make default sort col/order configurable
1627- Fixed XSS in address book and identities
1628- Added more XSS protection (Bug #1308236)
1629- Added tab indexes for compose form
1630- Added 'changed' col to contacts table
1631- Support for 160-bit session hashes
1632- Added input check for contacts and identities (Patch #1346523)
1633- Added messages/warning to compose step (Patch #1323895)
1634- Added favicon to the default skin
1635- Fixed Bug #1334337 as far as possible
1636- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
1637- Redesign of client side AJAX code (enable multi threading)
1638- Added keep-alive signal every minute
1639- Make logs dir configurable
1640- Added support for SMTPS
1641- Decode attachment file names
1642- Make delimiter for message headers configurable
1643- Add generic footer to sent messages
1644- Choose the rigt identity when replying
1645- Remove signature when replying (Request #1333167)
1646- Signatures for each identity
1647- Select charset when composing message
1648- Complete re-design of the caching mechanism
1649
1650
16512005/08/11
1652----------
1653- Write list header to client even if list is empty
1654- Add functions "select all", "select none" to message list
1655- Improved filter for HTML messages to remove potentially malicious tags
1656  (script, iframe, object) and event handlers.
1657- Buttons for next/previous message in view mode
1658- Add new created contact to list and show confirmation status
1659- Added folder management (subscribe/create/delete)
1660- Log message sending (SMTP log)
1661- Grant access for Camino browser
1662- Added German translation
1663
1664
16652005/10/20
1666----------
1667- Added Swedish, Latvian, Portuguese and Catalan translation
1668- Make SMTP auth method configurable
1669- Make mailboxlist scrollable (Bug #1326372)
1670- Fixed SSL support
1671- Improved support for Courier IMAP (root folder and delimiter issues)
1672- Moved taskbar from bottom to top
1673- Added 'session_lifetime' parameter
1674- Fixed wrong unread count when deleting message (Bug #1332434)
1675- Srip tags when creating a new folder (Bug #1332084)
1676- Translate HTML tags in message headers (Bug #1330134)
1677- Correction in German translation (Bug #1329434)
1678- Display folder names with special chars correctly (Bug #1330157)
1679
1680
16812005/10/07
1682----------
1683- Added French, Italian, Spanish, Danish, Dutch translation
1684- Clarified license (Bug #1305966)
1685- Fixed PHP warnings (Bug #1299403)
1686- Fixed english translation (Bug #1295406)
1687- Fixed bug #1290833: Last character of email not seen
1688- Fixed bug #1292199 when creating new user
1689- Allow more browsers (Bug #1285101)
1690- Added setting for showing pretty dates
1691- Added support for SQLite database
1692- Make use of message caching configurable
1693- Also add attachments when forwarding a message
1694- Long folder names will not flow over message list (Bug #1267232)
1695- Show nested mailboxes hieracically
1696- Enable IMAPS by host
1697
1698
16992005/08/20
1700----------
1701- Improved cacheing of mailbox messagecount
1702- Fixed javascript bug when creating a new message folder
1703- Fixed javascript bugs #1260990 and #1260992: folder selection
1704- Make Trash folder configurable
1705- Auto create folders Inbox, Sent and Trash (if configured)
1706- Support for IMAP root folder
1707- Added support fot text/enriched messages
1708- Make list of special mailboxes configurable
1709
Note: See TracBrowser for help on using the repository browser.