source: github/CHANGELOG @ 21b160f

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

Added TNEF support to decode MS Outlook (winmail.dat) attachments

  • Property mode set to 100644
File size: 52.4 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42009/02/08 (thomasb)
5----------
6- Added TNEF support to decode MS Outlook attachments (winmail.dat)
7
82009/02/08 (alec)
9----------
10- Fix "value continuation" MIME headers by adding required semicolon (#1485727)
11
122009/02/06 (alec)
13----------
14- Fix pressing select all/unread multiple times (#1485723)
15- Fix selecting all unread does not honor new messages (#1485724)
16- Fix some base64 encoded attachments handling (#1485725)
17
182009/02/05 (alec)
19----------
20- Support NGINX as IMAP backend: better BAD response handling (#1485720)
21
222009/02/04 (alec)
23----------
24- performance fix: don't fetch attachment parts headers twice to parse filename
25
262009/02/02 (alec)
27----------
28- Fix checking for recent messages on various IMAP servers (#1485702)
29- performance fix: Don't fetch quota and recent messages in "message view" mode
30- Fix displaying of alternative-inside-alternative messages (#1485713)
31
322009/01/28 (alec)
33----------
34- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)
35
362009/01/23 (alec)
37----------
38- Fix creation of folders with '&' sign in name
39- Fix parsing of email addresses without angle brackets (#1485693)
40- Save spellcheck corrections when switching from plain to html editor (and spellchecking is on)
41- Fix large search results on server without SORT capability (#1485668)
42
432009/01/22 (thomasb)
44----------
45- Get rid of preg_replace() with eval modifier and create_function usage (#1485686)
46- Bring back <base> and <link> tags in HTML messages
47
482009/01/20 (thomasb)
49----------
50- Fix XSS vulnerability through background attributes as reported by Julien Cayssol
51
522009/01/18 (alec)
53----------
54- Fix problems with backslash as IMAP hierarchy delimiter (#1484467)
55- Secure vcard export by getting rid of preg's 'e' modifier use (#1485689)
56- Fix authentication when submitting form with existing session (#1485679)
57
582009/01/15 (alec)
59----------
60- Allow absolute URLs to images in HTML messages/sigs (#1485666)
61- Fix message body which contains both inline attachments and emotions
62- Fix SQL query execution errors handling in rcube_mdb2 class (#1485509)
63- Fix address names with '@' sign handling (#1485654)
64
652009/01/08 (alec)
66----------
67- Improve messages display performance
68- Fix messages searching with 'to:' modifier
69
702008/12/30 (thomasb)
71----------
72- Fix mark popup in IE 7 (#1485369)
73- Fix line-break issue when copy & paste in Firefox (#1485425)
74
752008/12/18 (thomasb)
76----------
77- Only abbreviate attachment file names in MSIE < 7
78- Fix autocomplete "unknown server error" (#1485637)
79- Optimize autocomplete search and output
80
812008/12/18 (alec)
82----------
83- Fix STARTTLS before AUTH in SMTP connection (#1484883)
84- Support multiple quota values in QUOTAROOT resonse (#1485626)
85
862008/12/16 (thomasb)
87----------
88- Only abbreviate file name for IE browsers (#1485063)
89
902008/12/11 (alec)
91----------
92- Performance: allow setting imap rootdir and delimiter before connect (#1485172)
93
942008/12/06 (alec)
95----------
96- Fix sorting of folders with more than 2 levels (#1485569)
97- Fix search results page jumps in LDAP addressbook (#1485253)
98- Fix empty line before the signature in IE (#1485351)
99- Fix horizontal scrollbar in preview pane on IE (#1484633)
100- Add Robots meta tag in login page and installer (#1484846)
101
1022008/12/04 (alec)
103----------
104- Added 'show_images' option, removed 'addrbook_show_images' (#1485597)
105- Performance fix: some mail actions do not require imap connection
106
1072008/11/28 (thomasb)
108----------
109- Option to check for new mails in all folders (#1484374)
110- Don't set client busy when checking for new messages (#1485276)
111
1122008/11/26 (alec)
113----------
114- Allow UTF-8 folder names in config (#1485579)
115- Add junk_mbox option configuration in installer (#1485579)
116
1172008/11/23 (thomasb)
118----------
119- Do serverside addressbook queries for autocompletion (#1485531)
120
1212008/11/23 (alec)
122----------
123- Allow setting attachment col position in 'list_cols' option
124- Allow override 'list_cols' via skin (#1485577)
125
1262008/11/21 (alec)
127----------
128- Fix 'cache' table cleanup on session destroy (#1485516)
129- Increase speed of session destroy and garbage clean up
130- Fix session timeout when DB server got clock skew (#1485490)
131
1322008/11/19 (alec)
133----------
134- Fix handling of some malformed messages (#1484438)
135- Speed up raw message body handling
136- Better HTML entities conversion in html2text (#1485519)
137
1382008/11/15 (alec)
139----------
140- Fix big memory consumption and speed up searching on servers without SORT capability
141- Fix setting locale to tr_TR, ku and az_AZ (#1485470)
142
1432008/11/12 (alec)
144----------
145- Use SORT for searching on servers with SORT capability
146- Added message status filter
147
1482008/11/06 (alec)
149----------
150- Fix empty file sending (#1485389)
151- Improved searching with many criterias (calling one SEARCH command)
152
1532008/11/05 (alec)
154----------
155- Fix HTML editor initialization on IE (#1485304)
156
1572008/11/03 (alec)
158----------
159- Add warning when switching editor mode from html to plain (#1485488)
160- Make identities list scrollable (#1485538)
161
1622008/10/29 (alec)
163----------
164- Fix problem with numeric folder names (#1485527)
165- Added BYE response simple support to prevent from endless loops in imap.inc (#1483956)
166
1672008/10/27 (alec)
168----------
169- Fix unread message unintentionally marked as read if read_when_deleted=true (#1485409)
170- Remove port number from SERVER_NAME in smtp_helo_host (#1485518)
171
1722008/10/25 (alec)
173----------
174- Don't send disposition notification receipts for messages marked as 'read' (#1485523)
175- Added 'keep_alive' and 'min_keep_alive' options (#1485360)
176
1772008/10/24 (alec)
178----------
179- Added option 'identities_level', removed 'multiple_identities'
180- Allow deleting identities when multiple_identities=false (#1485435)
181
1822008/10/22 (alec)
183----------
184- Added option focus_on_new_message (#1485374)
185
1862008/10/18 (alec)
187----------
188- Fix html2text class autoloading on Windows (#1485505)
189- Fix html signature formatting when identity save error occured (#1485426)
190
1912008/10/15 (alec)
192----------
193- Add feedback and set busy when moving folder (#1485497)
194
1952008/10/10 (alec)
196----------
197- Fix 'Empty' link visibility for some languages e.g. Slovak (#1485489)
198- Fix messages count bar overlapping (#1485270)
199- Fix adding signature in drafts compose mode (#1485484)
200
2012008/10/09 (alec)
202----------
203- Fix iil_C_Sort() to support very long and/or divided responses (#1485283)
204- Fix matching case sensitivity when setting identity on reply (#1485480)
205- Prefer default identity on reply
206
2072008/10/08 (alec)
208----------
209- Fix imap searching on ISMail server (#1485466)
210- Add css class for flagged messages (#1485464)
211
2122008/10/07 (alec)
213----------
214- Write username instead of id in sendmail log (#1485477)
215- Fix htmlspecialchars() use for PHP version < 5.2.3 (#1485475)
216- Fix js keywords escaping in json_serialize() for IE/Opera (#1485472)
217- Added bin/killcache.php script (#1485434)
218
2192008/10/03 (alec)
220----------
221- Add support for SJIS, GB2312, BIG5 in rc_detect_encoding()
222- Fix vCard file encoding detection for non-UTF-8 strings (#1485410)
223- Add 'skip_deleted' option in User Preferences (#1485445)
224
2252008/10/02 (alec)
226----------
227- Minimize "inline" javascript scripts use (#1485433)
228- Fix css class setting for folders with names matching defined classes names (#1485355)
229- Fix race conditions when changing mailbox
230
2312008/10/01 (alec)
232- Fix spellchecking when switching to html editor (#1485362)
233- Fix compose window width/height (#1485396)
234- Allow calling msgimport.sh/msgexport.sh from any directory (#1485431)
235- Localized filesize units (#1485340)
236- Better handling of "no identity" and "no email in identity" situations (#1485117)
237
2382008/09/29 (alec)
239----------
240- Added 'mime_param_folding' option with possibility to choose
241  long/non-ascii attachment names encoding eg. to be readable
242  in MS Outlook/OE (#1485320)
243- Added "advanced options" feature in User Preferences
244- Fix unread counter when displaying cached massage in preview panel (#1485290)
245- Fix htmleditor spellchecking on MS Windows (#1485397)
246
2472008/09/25 (alec)
248----------
249- Fix problem with non-ascii attachment names in Mail_mime (#1485267, #1485096)
250
2512008/09/23 (alec)
252----------
253- Fix language autodetection (#1485401)
254- Fix button label in folders management (#1485405)
255- Fix collapsed folder not indicating unread msgs count of all subfolders (#1485403)
256- Fix handling of apostrophes in filenames decoded according to rfc2231
257
2582008/09/19 (thomasb)
259----------
260- Made config files location configurable (#1485215)
261
2622008/09/16 (alec)
263----------
264- Reduced memory footprint when forwarding attachments (#1485345)
265- Fix inline images handling when replying/forwarding html messages
266- Allow and use spellcheck attribute for input/textarea fields (#1485060)
267- Added icons for forwarded/forwarded+replied messages (#1485257)
268- Added Reply-To to forwarded emails (#1485315)
269- Display progress message for folders create/delete/rename (#1485357)
270- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)
271
2722008/09/15 (thomasb)
273----------
274- Redesign of the identities settings (#1484042)
275- Add config option to disable creation/deletion of identities (#1484498)
276
2772008/09/15 (alec)
278----------
279- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)
280
2812008/09/12 (alec)
282----------
283- Added vertical splitter for folders list resizing
284- Added possibility to view all headers in message view
285- Fixed splitter drag/resize on Opera (#1485170)
286- Fixed quota img height/width setting from template (#1484857)
287
2882008/09/12 (thomasb)
289----------
290- Refactor drag & drop functionality. Don't rely on browser events anymore (#1484453)
291- Insert "virtual" folders in subscription list (#1484779)
292- Added link to open message in new window
293
2942008/09/05 (thomasb)
295----------
296- Enable export of address book contacts as vCard
297- Respect Content-Location headers in multipart/related messages according to RFC2110 (#1484946)
298- Applied mime_decode patch by David Lublink
299- Allowed max. attachment size now indicated in compose screen (#1485030)
300- Also capture backspace key in list mode (#1484566)
301- Allow application/pgp parts to be displayed (#1484753)
302- Correctly handle options in mailto-links (#1485228)
303- Immediately save sort_col/sort_order in user prefs (#1485265)
304
3052008/09/04 (alec)
306----------
307- Truncate very long (above 50 characters) attachment filenames when displaying
308- Support \" and \\ in quoted strings when parsing BODYSTRUCTURE (mime.inc)
309- Allow 'readonly' atributes in input and textarea (#1485312)
310
3112008/09/03 (thomasb)
312----------
313- Allow to auto-detect client language if none set (#1484434)
314- Auto-detect the client timezone (user configurable)
315
3162008/09/03 (alec)
317----------
318- Add RFC2231 header value continuations support for attachment
319  filenames + hack for servers that not support that feature
320- Fix Reply-To header displaying (#1485314)
321
3222008/09/02 (thomasb)
323----------
324- Add feature to import contacts from vcard files (#1326103)
325- Mark form buttons that provide the most obvious operation (mainaction)
326
3272008/08/30 (alec)
328----------
329- Improved HTML to TXT conversion by html2text class update
330  to version 1.0.0
331
3322008/08/28 (alec)
333----------
334- Added option 'quota_zero_as_unlimited' (#1484604)
335- Added PRE handling in html2text class (#1484740)
336
3372008/08/28 (robin)
338----------
339- Added folder hierarchy collapsing
340
3412008/08/27 (alec)
342----------
343- Added options to use syslog instead of log file (#1484850)
344- Added Logging & Debugging section in Installer
345- Write to smtp log also sent MDN confirmations
346
3472008/08/26 (alec)
348----------
349- Removed support for PEAR::DB driver
350
3512008/08/21 (alec)
352----------
353- Add Content-Length header while attachments downloading (#1484256)
354- Fix In-Reply-To and References headers when composing saved draft
355  message (#1485288)
356- Removed PHP4 class constructors
357- Fix html message charset conversion for charsets with underline (#1485287)
358- Fix buttons status after contacts deletion (#1485233)
359
3602008/08/21 (estadtherr)
361----------
362- Fix escaping of To: and From: fields when building message body for reply
363  or forward in the HTML editor (#1484904)
364
3652008/08/15 (thomasb)
366----------
367- Use current mailbox name in template (#1485256)
368- Better fix for skipping untagged responses (#1485261)
369- Added pspell support patch by Kris Steinhoff (#1483960)
370- Enable spellchecker for HTML editor (#1485114)
371- Respect spellcheck_uri in tinyMCE spellchecker (#1484196)
372
3732008/08/09 (alec)
374----------
375- Case insensitive contacts searching using PostgreSQL (#1485259)
376
3772008/07/31 (thomasb)
378----------
379- Make default imap folders configurable for each user (#1485075)
380- Save outgoing mail to selectable folder (#1324581)
381- Fix hiding of mark menu when clicking th button again (#1484944)
382
3832008/07/21 (alec)
384----------
385- use long date format in print mode (#1485191)
386
3872008/07/18 (alec)
388----------
389- Updated TinyMCE to version 3.1.0.1
390
3912008/07/14 (thomasb)
392----------
393- Re-enable autocomplete attribute for login form (#1485211)
394- Check PERMANENTFLAGS before saving $MDNSent flag (#1484963, #1485163)
395
3962008/06/30 (alec)
397----------
398- Added flag column on messages list (#1484623)
399
4002008/06/24 (alec)
401----------
402- Patched Mail/MimePart.php (http://pear.php.net/bugs/bug.php?id=14232)
403
4042008/06/24 (alec)
405----------
406- Allow trash/junk subfolders to be purged (#1485085)
407
4082008/06/20 (alec)
409----------
410- Added Azerbaijani translation
411
4122008/06/20 (thomasb)
413----------
414- Store compose parameters in session and redirect to a unique URL
415
4162008/06/18 (thomasb)
417----------
418- Fixed CRAM-MD5 authentication (#1484819)
419- Add fallback to old 'skin_path' property
420
4212008/06/16 (alec)
422----------
423- Fixed sending emoticons
424- Fixed forwarding messages with one HTML attachment (#1484442)
425- Fixed encoding of message/rfc822 attachments and image/pjpeg handling (#1484914)
426
4272008/06/15 (alec)
428----------
429- Added option to select skin in user preferences
430  WARNING: option 'skin_path' replaced by 'skin' option!
431
4322008/06/14 (alec)
433----------
434- Added option to disable displaying of attached images below the message body
435
4362008/06/13 (alec)
437----------
438- Added option to display images in messages from known senders (#1484601)
439- Updated PEAR::Mail_Mime
440- User preferences grouped in more fieldsets
441
4422008/06/12 (alec)
443----------
444- Fix corrupted MIME headers of messages in Sent folder (#1485111)
445- Fixed bug in MDB2 package: http://pear.php.net/bugs/bug.php?id=14124
446- Use keypress instead of keydown to select list's row (#1484816)
447
4482008/06/11 (alec)
449----------
450- Don't call expunge and don't remove message row after message move
451  if flag_for_deletion is set to true (#1485002)
452
4532008/06/08 (alec)
454----------
455- Added option to disable autocompletion from selected LDAP address books (#1484922)
456
4572008/06/07 (thomasb)
458----------
459- Cleaned up localization names. Now named with lang_COUNTRY according to ISO 639-1/3166-1
460- Updated Catalan localization
461
4622008/06/06 (robin)
463----------
464- Add option to log successful logins
465
4662008/06/06 (alec)
467----------
468- TLS support in LDAP connections: 'use_tls' property (#1485104)
469
4702008/06/05 (alec)
471----------
472- Fix removing messages from search set after deleting them (#1485106)
473
4742008/06/03 (alec)
475----------
476- imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of iil_ReadLine()
477- imap.inc: Fixed iil_C_FetchStructureString() to handle many
478  literal strings in response (#1484969)
479- imap.inc: Removed hardcoded data size in iil_ReadLine()
480
4812008/05/30 (alec)
482----------
483- Support for subfolders in default/protected folders (#1484665)
484- Disallowed delimiter in folder name (#1484803)
485- Support " and \ in folder names
486- Escape \ in login (#1484614)
487
4882008/05/29 (thomasb)
489----------
490- Better HTML sanitization with the DOM-based washtml script (#1484701)
491
4922008/05/29 (alec)
493----------
494- Polish localization folder renamed to pl_PL
495
4962008/05/28 (alec)
497----------
498- Fixed sorting of folders with non-ascii characters
499
5002008/05/21 (alec)
501----------
502- Localized pagetitle in Settings and Address Book
503
5042008/05/19 (alec)
505----------
506- Fixed Mysql DDL for default identities creation (#1485070)
507
5082008/05/16 (alec)
509----------
510- In Preferences added possibility to configure 'read_when_deleted',
511  'mdn_requests', 'flag_for_deletion' options
512
5132008/05/15 (thomasb)
514----------
515- Make IMAP auth type configurable (#1483825)
516- Fix empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055)
517
5182008/05/15 (alec)
519----------
520- Fix attachment list on IE 6/7 (#1484807)
521
5222008/05/12 (estadtherr)
523----------
524- fix JavaScript in compose.html that shows cc/bcc fields if populated
525
5262008/05/12 (alec)
527----------
528- Updated PEAR::DB package to version 1.7.13
529
5302008/05/10 (alec)
531----------
532- Make password input fields of type password in installer (#1484886)
533
5342008/05/09 (alec)
535----------
536- Don't call CAPABILITY if was recieved as server's optional response
537  on connect (RFC3501 [7.1])
538
5392008/05/08 (alec)
540----------
541- Don't attempt to delete cache entries if enable_caching is FALSE (#1485051)
542- Optimized messages sorting on servers without sort capability (#1485049)
543- Option 'use_SQL_address_book' replaced by 'address_book_type'
544- Corrected message headers decoding when charset isn't specified and improved
545  support for native languages (#1485050, #1485048)
546
5472008/05/07 (davidke/richs)
548----------
549- Completed LDAP address book support so it can now write to an LDAP server.
550- Expanded LDAP configuration options to support LDAP server writes.
551- Modified config/main.inc.php.dist:
552  New Option: $rcmail_config['use_SQL_address_book']
553  Changed Option:  $rcmail_config['ldap_public']['Verisign']
554
5552008/05/05 (alec)
556----------
557- Installer: encode special characters in DB username/password (#1485042)
558- Do charset conversion also for from/to column on messages list
559- Fix management of folders with national characters in names (#1485036, #1485001)
560
5612008/05/02 (alec)
562----------
563- Updated MDB2 package to version 2.5.0b1
564- Updated MDB2 pgsql, mysql, mysqli, sqlite drivers to version 1.5.0b1
565- Updated MDB2 mssql driver to version 1.3.0b1
566- Fixed identities saving when using MDB2 pgsql driver (#1485032)
567
5682008/05/01 (alec)
569----------
570- Fix BCC header reset (#1484997)
571
5722008/04/30 (thomasb)
573----------
574- Introduce new application class 'rcmail' and get rid of some global vars
575
5762008/04/29 (alec)
577----------
578- improved messages list performance - patch from Justin Heesemann
579
5802008/04/23 (alec)
581----------
582- Append skin_path to images location only when it starts
583  with '/' sign (#1484859)
584
5852008/04/20 (estadtherr)
586----------
587- fix parse_attrib_string to handle unquoted values, which fixes
588  display issues with HTML messages that do not quote attributes
589
5902008/04/17 (alec)
591----------
592- Fix IMAP response in message body when message has no body (#1484964)
593- Updated PEAR::Auth_SASL to 1.0.2
594- Fix non-RFC dates formatting (#1484901)
595
5962008/04/16 (estadtherr)
597----------
598- Fix mail sending with new TinyMCE
599
6002008/04/16 (alec)
601----------
602- Fix typo in set_charset() (#1484991)
603- Decode entities when inserting HTML signature to plain text message (#1484990)
604
6052008/04/15 (estadtherr)
606----------
607- HTML editing is now working with PHP5 updates and TinyMCE v3.0.6
608- fix signature loading on Windows (#1484545)
609- add language support to HTML editing (#1484862)
610
6112008/04/15 (alec)
612----------
613- Fix remove signature when replying (#1333167)
614- Fix problem with line with a space at the end (#1484916)
615- Don't send set_env() in ajax response when env array is empty
616- Fix <!DOCTYPE> tag filtering (#1484391)
617- Fix <?xml> tag filtering (#1484403)
618 
6192008/04/14 (alec)
620----------
621- Added sections (fieldset+label) in Settings interface
622
6232008/04/12 (alec)
624----------
625- Fixed and optimized 'read_when_deleted': mark as read on server side
626  in one action when marking as deleted, fixed js bugs when deleting
627  from message preview page
628
6292008/04/12 (thomasb)
630----------
631- Changed codebase to PHP5 with autoloader
632- Added some new classes from devel-vnext branch
633
6342008/04/11 (alec)
635----------
636- Mark as read in one action with message preview (#1484972)
637- Delete redundant quota reads (#1484972)
638- Add options for empty trash and expunge inbox on logout (#1483863)
639
6402008/04/10 (alec)
641----------
642- Add rows highlighting in onmousemove on ksearch list
643- Remove lines wrapping when displaying message
644- Fix month localization
645- Do ob_start/ob_end_clean when reading config files (#1484624)
646- Fix debug (ajax) console
647
6482008/04/02 (alec)
649----------
650- Updated timezones list (#1484908)
651- Fix design in Settings (#1484799)
652- Fix deleting messages after clicking on "All" (#1484838)
653- Fix sorting o0f message list when default folder is empty (#1484317)
654- Fix creating a new folder w/a comma in its name (#1484681)
655
6562008/04/01 (thomasb)
657----------
658- Fix Enter problem on login (#1484839)
659- Make the http-received header in outgoing mails configurable
660
6612008/03/30 (till)
662----------
663- Fix Firefox problem with ob_gzhandler (#1484932)
664- Improve message previewpane - less loading (#1484316)
665
6662008/03/28 (thomasb)
667----------
668- Disable installer by default; add config option to enable it again
669
6702008/03/24 (till)
671----------
672- Don't send mark requests for already marked messages (#1484906)
673- Fix "quote inside a quote" (#1484783)
674
6752008/03/23 (till)
676
677- Applied patch to strip newlines from headers (#1484811)
678- Applied patch to trim login (#1484231)
679- Added robots.txt
680- Fix attachment problem when restoring saved draft without body (#1484506)
681- Fix call to undefined function decrypt_passwd() 
682
6832008/03/21 (thomasb)
684----------
685- Add configurable default charset for message decoding
686- Applied patch to fix mime decoding an folder subscription (#1484191)
687- Applied patch to correctly quote email recipient strings (#1484191)
688- Fix wrong charset aliases (#1484818 and #1484598)
689- Remove hard-coded size of logo image (#1484378)
690- Strip slashes from virtuser email values (#1484700)
691- Fixed message part window display in IE6 (#1484610)
692
6932008/02/28 (thomasb)
694----------
695- Fix folder adding/renaming inspired by #1484800
696- Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets
697- Fix quirky message selection
698- Completed installer
699
7002008/02/20 (thomasb)
701----------
702- Localize folder name in page title (#1484785)
703- Fix code using wrong variable name (#1484018)
704- Allow to send mail with BCC recipients only
705- Remove MDN headers before saving in sent folder
706
7072008/02/12 (estadtherr)
708----------
709- fix switching between HTML/plain composing (#1484752)
710- condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
711- fix image removal in message display when message HTML includes JS event handlers
712
7132008/02/11 (thomasb)
714----------
715- Add function to mark the selected messages as read/unread (#1457360)
716- Also do charset decoding as suggested in RFC 2231 (fix #1484321)
717- Show message count in folder list and hint when creating a subfolder
718
7192008/02/08 (thomasb)
720----------
721- Distinguish ssl and tls for imap connections (#1484667)
722- Added some charset aliases to fix typical mis-labelling (#1484565)
723
7242008/02/07 (thomasb)
725----------
726- Remember decision to display images for a certain message during session (#1484754)
727- Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
728- Fix size of the attachment preview frame (#1484758)
729
7302008/02/05 (thomasb)
731----------
732- Fix regular expression for checking e-mail address (#1484710)
733- Make sending of read receipts configurable
734- Respect config when localize folder names (#1484707)
735- Applied patch for updating page title (#1484727, #1484650)
736- Applied patch to prevent from purging inbox by uberlinuxguy (#1484449)
737- Applied patch to prevent bad header delimiters (#1484751)
738- Also send search request when deleting a contact (#1484620)
739- Add CSS hack for Safari
740
7412008/02/02 (thomasb)
742----------
743- Always update $CONFIG with user prefs (#1484729)
744- Don't ask for MDN confirmations on drafted messages (#1484691)
745- Also respect receipt and priority settings when re-opening a draft message
746
7472008/01/31 (robin)
748----------
749- Remember search results (closes #1483883), patch by the_glu
750
7512008/01/08 (tomekp)
752----------
753- add he (Hebrew) localization (#1484713)
754
7552008/01/08 (tomekp)
756----------
757- update fr localization
758
7592008/01/04 (tomekp)
760- purge kur_KU because it has no messages translation
761- bump copyright for all localization files
762
7632007/12/31 (tomekp)
764----------
765- update es localization
766
7672007/12/28 (tomekp)
768----------
769- update mk localization
770
7712007/12/27 (tomekp)
772----------
773- update se localization
774
7752007/12/13 (robin)
776----------
777- Add Received header on outgoing mail
778
7792007/12/10 (estadtherr)
780----------
781- Upgrade to TinyMCE 2.1.3
782- Allow inserting image attachments into HTML messages while composing (#1484557)
783
7842007/12/10 (thomasb)
785----------
786- Delegate user-stuff to new class rcube_user
787- Implement Message-Disposition-Notification (Receipts)
788
7892007/12/05 (tomekp)
790----------
791- update bg, uk localization
792
7932007/12/04 (tomekp)
794----------
795- update bg localization
796
7972007/11/25 (thomasb)
798----------
799- Applied UID fetch patch by Glen Ogilvie
800- Applied patch for correct Postgres instructions from ticket #1484674
801- Fix overriding of session vars when register_globals is on (#1484670)
802- Fix wrong Postgres setup instructions in INSTALL (#1484674)
803- Fix bug with case-sensitive folder names (#1484245)
804- Don't create default folders by default
805- Added Georgian localization by Zaza Zviadadze
806- Updated Russian localization
807- Fixed some potential security risks (audited by Andris)
808- Only show new messages if they match the current search (#1484176)
809
8102007/11/20 (tomekp)
811----------
812- add Korean (kr) localization
813
8142007/11/14 (tomekp)
815----------
816- update id_ID localization
817
8182007/11/06 (thomasb)
819----------
820- Switch to/from when searcing in Sent folder (#1484555)
821- Correctly read the References header (#1484646)
822- Unset old cookie in before sending a new value (#1484639)
823- Correctly decode attachments when downloading them (#1484645 and #1484642)
824
8252007/10/22 (tomekp)
826----------
827- update ru, eo localizations
828
8292007/10/17 (thomasb)
830----------
831- Make message listing less error prone
832
8332007/10/10 (thomasb)
834----------
835- Suppress IE errors when clearing attachments form (#1484356)
836- Set preferences field in user table to NULL (#1484386)
837- Log error when login fails due to auto_create_user turned off
838- Update UPGRADING instructions
839
8402007/10/05 (tomekp)
841----------
842- Add Esperanto localization
843
8442007/10/04 (Stiwi)
845----------
846- Updated German localization
847
8482007/10/04 (yllar)
849----------
850- Added Malay localization
851- Updated Lithuanian localization
852
8532007/09/27 (tomekp)
854----------
855- Update dutch localization (closes #1484588)
856
8572007/09/29 (thomasb)
858----------
859- Filter linked/imported CSS files (closes #1484056)
860
861
8622007/09/27 (tomekp)
863----------
864- Update brazilian portuguese localization (#1484580)
865
8662007/09/26 (thomasb)
867----------
868- Improve message compose screen (closes #1484383)
869- Select next row after removing one from list (#1484387)
870
871
8722007/09/26 (tomekp)
873----------
874- Add polish labels for changes in r816.
875- Update polish localization (#1484579)
876- Update thai localization (#1484578)
877
8782007/09/25 (robin)
879----------
880- Enable drag-/dropping of folders to a new parent folder (#1457344)
881
882
8832007/09/24 (robin)
884----------
885- Fix preview pane size for Safari & Konqueror (#1484187)
886
887
8882007/09/20 (robin)
889----------
890- Make smtp HELO/EHLO hostname configurable (#1484067)
891
892
8932007/09/19 (thomasb)
894----------
895- IPv6 Compatability (#1484322), Patch #1484373
896- Unlock interface when message sending fails (#1484570)
897- Eval PHP code in template includes (if configured)
898- Show message when folder is empty. Mo more static text in table (#1484395)
899- Only display unread count in page title when new messages arrived
900- Show mailbox name in page title
901
902
9032007/09/09 (thomasb)
904----------
905- Fixed wrong delete button tooltip (#1483965)
906- Fixed charset encoding bug (#1484429)
907- Applied patch for LDAP version (#1484552)
908- Improved XHTML validation
909
910
9112007/09/05 (thomasb)
912----------
913- Fix message list selection (#1484550)
914- Better fix lowercased usernames (#1484473)
915- Update pngbehavior Script as suggested in #1484490
916
917
9182007/08/29 (richs)
919----------
920- Fixed moving/deleting messages when more than 1 is selected
921
9222007/08/15 (thomasb)
923----------
924- Applied patch for LDAP contacts listing by Glen Ogilvie
925- Applied patch for more address fields in LDAP contacts (#1484402)
926- Close LDAP connections on script shutdown
927
928
9292007/08/13 (thomasb)
930----------
931- Add alternative for getallheaders() (fix #1484508)
932- Revert changes for mbstring usage (fix #1484509)
933
934
9352007/08/10 (thomasb)
936----------
937- Identify mailboxes case-sensitive
938- Sort mailbox list case-insensitive (closes #1484338)
939- Fix display of multipart messages from Apple Mail (closes #1484027)
940- Protect AJAX request from being fetched by a foreign site (XSS)
941- Make autocomplete for loginform configurable by the skin template
942- Fix compose function from address book (closes #1484426)
943- Added //IGNORE to iconv call (patch #1484420, closes #1484023)
944- Check if mbstring supports charset (#1484290 and #1484292)
945- Prefer iconv over mbstring (as suggested in #1484292)
946- Check filesize of template includes (#1484409)
947- Updated Simplified Chinese localization
948- Added Ukrainian translation
949
950
9512007/08/09 (richs)
952----------
953- Fixed bug with buttons not dimming/enabling properly after switching folders
954- Fixed compose window becoming unresponsive after saving a draft (#1484487)
955- Re-enabled "Back" button in compose window now that bug #1484487 is fixed
956- Fixed unresponsive interface issue when downloading attachments (#1484496)
957- Lowered status message time from 5 to 3 seconds to improve responsiveness
958- Added note to INSTALL about .htaccess limiting upload_max_filesize
959- Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
960- Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
961- Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
962
963
9642007/07/03 (thomasb)
965----------
966- Added Macedonian (Slavic FYROM) localization
967- Fix status message bug #1484464 with regard to #1484353
968- Fix address adding bug reported by David Koblas
969- Applied socket error patch by Thomas Mangin
970
971
9722007/06/28 (tomekp)
973----------
974- fix typos in Polish localization (Janusz Zamecki)
975
976
9772007/06/27 (tomekp)
978----------
979- Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
980
981
9822007/06/12 (thomasb)
983----------
984- Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
985- Added Irish/Gaelic translation
986- Little correction in Swedish translation
987- Quote username for virtuser_query
988- Pass-by-reference workarround for PHP5 in sendmail.inc
989
990
9912007/06/04 (estadtherr)
992----------
993- Fixed bug in HTML->Plain editor toggling
994
995
9962007/05/28 (thomasb)
997---------
998- Fixed buggy imap_root settings (closes #1484379)
999- Prevent default events on subject links (#1484399)
1000- Typo in rcube_smtp.inc
1001
1002
10032007/05/23 (estadtherr)
1004----------
1005- Upgrade to TinyMCE v2.1.1.1
1006
1007
10082007/05/18 (thomasb)
1009----------
1010- Use HTTP-POST requests for actions that change state
1011
1012
10132007/05/17 (thomasb)
1014----------
1015- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
1016- Renamed localization folder for Chinese (Big5)
1017- Chanegd Slovenian language code from 'si' to 'sl'
1018- Added Sinhala (Sri-Lanka) localization
1019- Use global filters and bind username/ for Ldap searches (#1484159)
1020- Hide quota display if imap server does not support it
1021- Hide address groups if no LDAP servers configured
1022- Add link to message subjects (closes #1484257)
1023- Better SQL query for contact listing/search (closes #1484369)
1024
1025
10262007/05/13 (thomasb)
1027----------
1028- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
1029- Fixed marking as read in preview pane (closes #1484364)
1030- CSS hack to display attachments correctly in IE6
1031- Wrap message body text (closes #1484148)
1032
1033
10342007/05/03 (yllar)
1035----------
1036- Updated French, Lithuanian, Armenian, Spanish and Italian translations
1037
1038
10392007/05/01 (thomasb)
1040----------
1041- Updated German, Euskara, Hungarian, Romanian and Spanish translation
1042- Added Hindi and Kurdish localization
1043
1044
10452007/04/28 (thomasb)
1046----------
1047- LDAP access is back in address book (closes #1484087)
1048- Added search function for contacts
1049- New Template parsing and output encoding
1050- Fixed bugs #1484119 and #1483978
1051
1052
10532007/04/08 (thomasb)
1054----------
1055- Fixed message moving procedure (closes #1484308)
1056- Fixed display of multiple attachments (closes #1466563)
1057- Fixed check for new messages (closes #1484310)
1058- List attachments without filename
1059
1060
10612007/03/27 (thomasb)
1062----------
1063- New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
1064  Should close bugs #1483951 and #1484299
1065
1066
10672007/03/23 (thomasb)
1068----------
1069- Correctly translate mailbox names (closes #1484276)
1070- Quote e-mail address links (closes #1484300)
1071
1072
10732007/03/21 (thomasb)
1074----------
1075- Updated PEAR::Mail_mime package
1076- Added Persian localization
1077- Updated Catalan and Brazilian Portuguese translations
1078- Updated INSTALL manual with a note about database passwords
1079- Accept single quotes for HTML attributes when modifying message body (thanks Jason)
1080- Sanitize input for new users/identities (thanks Colin Alston)
1081
1082
10832007/03/19 (thomasb)
1084----------
1085- Don't download HTML message parts
1086- Convert HTML parts to plaintext if 'prefer_html' is off
1087- Correctly parse message/rfc822 parts (closes #1484045)
1088- Code cleanup
1089
1090
10912007/03/18 (thomasb)
1092----------
1093- Also use user_id for unique key in messages table (closes #1484074)
1094- Hide contacts drop down on blur (closes #1484203)
1095- Make entries in contacts drop down clickable
1096- Turn off browser autocompletion on login page
1097- Quote <? in text/html message parts
1098- Hide border around radio buttons
1099- Replaced old JS function calls.
1100
1101
11022007/03/13 (thomasb)
1103----------
1104- Applied patch for attachment download by crichardson (closes #1484198)
1105- Fixed bug in Postgres DB handling (closes #1484068)
1106- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
1107- Fixed array_merge bug (closes #1484281)
1108- Fixed flag for deletion in list view (closes #1484264)
1109- Finally support semicolons as recipient separator (closes ##1484251)
1110- Fixed message headers (subject) encoding
1111
1112
11132007/03/04 (tomekp)
1114----------
1115- check if safe mode is on or not (closes #1484269)
1116
1117
11182007/03/02 (thomasb)
1119----------
1120- Show "no subject" in message list if subject is missing (closes #1484243)
1121- Solved page caching of message preview (closes #1484153)
1122- Only use gzip compression if configured (closes #1484236)
1123
1124
11252007/02/25 (estadtherr)
1126----------
1127- Fixed priority selector issue (#1484150)
1128- Upgraded to TinyMCE v2.1.0
1129
1130
11312007/02/21 (thomasb)
1132----------
1133- Fixed some CSS issues in default skin (closes #1484210 and #1484161)
1134- Prevent from double quoting of numeric HTML character references (closes #1484253)
1135
1136
11372007/02/07 (tomekp)
1138----------
1139- Updated (bg) translation (Doichin Dokov)
1140
1141
11422007/02/06 (tomekp)
1143----------
1144- Updated (pl) translation
1145- Updated (pt_BR) translation (Robson F. Ramaldes)
1146- Big cleanup in program/localization
1147
1148
11492007/02/05 (thomasb)
1150----------
1151- Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
1152
1153
11542007/01/07 (estadtherr)
1155----------
1156- Fixed display of HTML message attachments (closes #1484178)
1157
1158
11592007/01/07 (thomasb)
1160----------
1161- Applied patch for preview caching (closes #1484186)
1162- Added Thai and Vietnamese localization files
1163
1164
11652006/12/29 (thomasb)
1166----------
1167- Added error handling for attachment uploads
1168- Use multibyte safe string functions where necessary (closes #1483988)
1169- Updated Swiss German localization (de_CH)
1170
1171
11722006/12/22 (thomasb)
1173----------
1174- Applied security patch to validate the submitted host value (by Kees Cook)
1175- Applied security patch to validate input values when deleting contacts (by Kees Cook)
1176- Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
1177- Applied a patch to more aggressively sanitize a HTML message
1178- Visualize blocked images in HTML messages
1179
1180
11812006/12/20 (thomasb)
1182----------
1183- Fixed wrong message listing when showing search results (closes #1484131)
1184- Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
1185- Show remote images when opening HTML message part as attachment
1186
1187
11882006/12/17 (thomasb)
1189----------
1190- Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
1191
1192
11932006/12/06 (thomasb)
1194----------
1195- Improve memory usage when sending mail (closes #1484098)
1196- Mark messages as read once the preview is loaded (closes #1484132)
1197- Include smtp final response in log (closes #1484081)
1198
1199
12002006/12/04 (thomasb)
1201----------
1202- Corrected date string in sent message header (closes #1484125)
1203- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
1204- Changed srong tooltips for message browse buttons (closes #1483930)
1205
1206
12072006/12/03 (estadtherr)
1208----------
1209- Added fix to convert HTML signatures for plain text messages
1210- Fixed signature delimeter character to be standard (Bug #1484035)
1211
1212
12132006/12/01 (thomasb)
1214----------
1215- Implemented preview pane
1216- Fixed XSS vulnerability (Bug #1484109)
1217- Remove newlines from mail headers (Bug #1484031)
1218- Selection issues when moving/deleting (Bug #1484044)
1219- Applied patch of Clement Moulin for imap host auto-selection
1220- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
1221- Fixed folder name encoding in subscription list (Bug #1484113)
1222- Fixed JS errors in identity list (Bug #1484120)
1223- Show client debug console on debug_level 8
1224- Added Serbian translation
1225- Updated Spanish and Bulgarian localization
1226
1227
12282006/11/22 (robin)
1229----------
1230- Fix a bug introduced with Shift-Del yesterday
1231
1232
12332006/11/21 (robin)
1234----------
1235- Add missing nl_NL translations
1236- Translate foldernames in folder form (closes #1484113)
1237
1238
12392006/11/21 (robin)
1240----------
1241- Added first and last buttons to message list, address book
1242  and message detail
1243- Pressing Shift-Del bypasses Trash folder
1244- Enable purge command for Junk folder
1245
1246
12472006/11/17 (robin)
1248----------
1249- Re-initialize message list after shift-select and delete
1250
1251
12522006/11/16 (robin)
1253----------
1254- Fixed updating message list after expunge and purge
1255- Fetch all aliases if virtuser_query is used instead
1256  of only the first one
1257
1258
12592006/11/11 (estadtherr)
1260----------
1261- fixed deletion/moving of messages from within "show" page
1262
1263
12642006/11/09 (thomasb)
1265----------
1266- Little bugfix in HTML encoding
1267- Fixed encoding issues and delete-on-reply problem
1268- Corrected template parsing
1269
1270
12712006/11/07 (estadtherr)
1272----------
1273- Upgraded to TinyMCE v2.0.8
1274- Fixed CSS path for editor popups
1275
12762006/09/26 (estadtherr)
1277----------
1278- Added spellchecker plugin to TinyMCE configuration
1279- Fixed HTML/Plain toggle labels
1280
1281
12822006/09/24 (thomasb)
1283----------
1284- Partial client re-write with a common list class
1285- Re-enabled multi select of contacts (Bug #1484017)
1286- Enable contact editing right after creation (Bug #1459641)
1287- Updated Hungarian, Estonian and Traditional Chinese localization
1288
1289
12902006/09/19 (thomasb)
1291----------
1292- Correct UTF-7 to UTF-8 conversion if mbstring is not available
1293
1294
12952006/09/13 (estadtherr)
1296----------
1297- Introduction of TinyMCE HTML editor support for message composition and signatures
1298  Note : a new column is added to the "identities" database table
1299
1300
13012006/09/12 (estadtherr)
1302----------
1303- Fixed html2text treatment of table headers (Bug #1484020)
1304- Fixed IMAP fetch of message body (Bug #1484019)
1305
1306
13072006/09/08 (thomasb)
1308----------
1309- Fixed safe_mode problems (Bug #1418381)
1310- Fixed wrong header encoding (Bug #1483976)
1311
1312
13132006/09/07 (thomasb)
1314----------
1315- Made automatic draft saving configurable
1316- Fixed JS bug when renaming folders (Bug #1483989)
1317- Don't wait for complete page load when calling JavaScript init()
1318- Some improvements to prevent session expiration
1319- Prevent from double submit of spell check requests
1320
1321
13222006/09/01 (thomasb)
1323----------
1324- Imporoved message parsing and HTML validation
1325- Added quota display as image (by Brett Patterson)
1326- Corrected creation of a message-id
1327- Updated Norwegian (bokmal) localization
1328
1329
13302006/08/30 (thomasb)
1331----------
1332- New indentation for quoted message text
1333- Improved HTML validity
1334
1335
13362006/08/28 (estadtherr)
1337----------
1338- Fixed URL character set (Ticket #1445501)
1339- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
1340
1341
13422006/08/25 (thomasb)
1343----------
1344- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
1345- Finalized new message parsing (+ chaching)
1346- Updated SQL scripts and UPGRADING instructions
1347
1348
13492006/08/23 (thomasb)
1350----------
1351- Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
1352
1353
13542006/08/20 (thomasb)
1355----------
1356- Fixed wrong usage of mbstring (Bug #1462439)
1357- Set default spelling language (Ticket #1483938)
1358- Added support for Nox Spell Server
1359
1360
13612006/08/18 (thomasb)
1362----------
1363- Re-built message parsing (Bug #1327068)
1364  Now based on the message structure delivered by the IMAP server.
1365- Fixed some XSS and SQL injection issues
1366
1367
13682006/08/10 (thomasb)
1369----------
1370- Fixed charset problems with folder renaming
1371
1372
13732006/08/04 (thomasb)
1374----------
1375- Fixed Bug in saving identities (Ticket #1483915)
1376- Set folder name in window title (Bug #1483919)
1377- Don't add imap_root to INBOX path (Bug #1483816)
1378- Attempt to create default folders only after login
1379- Avoid usage of $CONFIG in rcube_imap class
1380
1381
13822006/07/30 (thomasb)
1383----------
1384- Alter links in HTML messages (Bug #1326402)
1385- Added fallback if host not found in 'mail_domain' array
1386- Applied patch of Charles to highlight droptargets (Ticket #1473034)
1387- Fixed folder renaming (Bug #1483914)
1388- Added confirmation message after deleting a folder
1389
1390
13912006/07/25 (thomasb)
1392----------
1393- Made folder renaming a bit more ajax-style
1394- Changed rename-labels and German translation
1395- Fixed addressbox countbar width (Bug #1483845)
1396- Fixed refresh interval problems in Safari (Bug #1483902)
1397- Fixed clear_message_list_header() errors (Bug #1483898)
1398- Sanity check of $message_set in imap.inc (Bug #1443200)
1399- Added correct changing of message list headers for Sent folder
1400- Updated Spanish localization (Ticket #1483887)
1401- Applied patch #1483846
1402
1403
14042006/07/24 (richs)
1405----------
1406- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
1407- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
1408- Draft saving now properly returns an error when saving fails
1409- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
1410- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
1411
1412
14132006/07/19 (thomasb)
1414----------
1415- Correct entity encoding of link urls (HTML validity)
1416- Improved usability in compose step (Ticket #1483807)
1417- Added absolute URLs to several buttons (for "open in new window")
1418- Applied patch #1328032
1419- Fixed Bug/Patch #1443200
1420
1421
14222006/07/18 (thomasb)
1423----------
1424- Fixed password with spaces issue (Bug #1364122)
1425- Replaced _auth hash with second cookie (Ticket #1483811)
1426- Don't use get_input_value() for passwords (Bug #1468895)
1427- Made password encryption key configurable
1428- Minor bugfixes with charset encoding
1429- Added <label> tags to forms (Ticket #1483810)
1430
1431
14322006/07/07 (thomasb)
1433----------
1434- Fixed INSTALL_PATH bug #1425663
1435
1436
14372006/07/03 (richs)
1438----------
1439- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
1440- Updated French localizations (Ticket #1483862)
1441- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
1442- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
1443- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
1444- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
1445
1446
14472006/06/30 (richs)
1448----------
1449- Fixed empty INBOX compatibility bug (Patch #1443200)
1450- Temporarily fixed French "compact" localization (Patch #1483862)
1451- Fixed "Select All" not working with Delete interface button (Bug #1332434)
1452- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
1453- Fixed "unread count" in window title when count changed (Bug #1483812)
1454- Fixed DB error when deleting from message table (Patch #1483835)
1455
1456
14572006/06/29 (richs)
1458----------
1459- Added ability to remove attachments (Feature #1436721)
1460- Default folders are now auto-created on first login (Feature #1471594)
1461- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
1462- Corrected Italian localizations
1463- Tweaked rename-folder form to clear after a rename
1464
1465
14662006/06/26 (richs)
1467----------
1468- Added button to immediately check for new messages
1469- New message checking now displays status "Checking for new messages..."
1470- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
1471- Task buttons now respond to clicks by darkening (as in other applications)
1472- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
1473- Added ability to sort messages by "Size"
1474- Added ability to rename folders (Feature #1326396)
1475- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
1476- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
1477
1478
14792006/06/25
1480----------
1481- Changed behavior to include host-specific configuration (Bug #1483849)
1482- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
1483- Fixed spell checker to work with the new URL at google.com
1484- Some memory and security optimizations sendmail.inc
1485- Updated UGRADING description
1486
1487
14882006/06/19
1489----------
1490- Added Drafts support (Feature #1326839) (richs)
1491
1492
14932006/06/02
1494----------
1495- Updated Estonian localization and moved from ee to et
1496- Added Bulgarian localization
1497
1498
14992006/05/25
1500----------
1501- Finalized GoogieSpell integration
1502
1503
15042006/05/18
1505----------
1506- Added Arabic and Armenian localizations
1507- Updated Russian localization
1508- Removed MDB2 classes from repository. Install them seperately if used.
1509- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
1510- Allow & in e-mail addresses
1511
1512
15132006/05/05
1514----------
1515- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
1516- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
1517- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
1518- Corrected INSTALL description (Bug #1476106)
1519- Added charset to javascript HTTP headers
1520- Fixed Opera bug with CC and BCC fields (Bug #1474576)
1521- Changed login page title regarding product name (Bug #1476413)
1522- Pimped search function
1523- Applied attachment viewing/forwarding patches by Andrew Fladmark
1524- Applied prev/next patch by Leonard Bouchet
1525- Applied patches by Mark Bucciarelli
1526- Applied patch for requesting receipts by Salvatore Ansani
1527- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
1528
1529
15302006/04/13
1531----------
1532- Added Slovenian localization
1533- Updated Portuguese localization
1534- Fixed parent.location problem for compose-links
1535- Added sort order saving patch by Jacob Brunson
1536- Added gzip compression support
1537
1538
15392006/04/02
1540----------
1541- Added Lithuanian localization
1542- Improved search function
1543- Added version string as template object
1544- Load host-specific configuration file (see config/main.inc.php)
1545- New config parameter adding domain to user names for login
1546- Strip tags on _auth, _action, _task parameters
1547- Corrected labels for next/previous page buttons in address book
1548
1549
15502006/03/23
1551----------
1552- Auto-detect mail header delimiters
1553- Regard daylight savings
1554- Localized quota display
1555- Started implementing search function
1556
1557
15582006/03/20
1559----------
1560- Avoid error message when saving an unchanged identity (Bug #1429510)
1561- Fixed hard-coded cols selection for sent folder (Bug #1354586)
1562- Enable some HTML links for use with "open in new window" or "save target"
1563- Check meta-key instead of ctrl on Macs
1564- Ignore double clicks when holding down a modifier key
1565- Fixed reloading of the login page
1566- Fixed typo in compose template (Bug #1446852)
1567- Added compose button to message read step (Request #1433288)
1568- New config parameter for persistent database connections (Bug #1431817)
1569
1570
15712006/03/14
1572----------
1573- Don't remove internal HTML tags in plaintext messages
1574- Improved error handling in DB connection failure
1575
1576
15772006/02/22
1578----------
1579- Updated localizations
1580- Fixed bug #1435989
1581
1582
15832006/02/19
1584----------
1585- Updated localizations
1586- Applied patch of Anders Karlsson
1587- Applied patch of Jacob Brunson
1588- Applied patch for virtuser_query by Robin Elfrink
1589- Added support for References header (patch by Auke)
1590- Added support for mbstring module by Tadashi Jokagi
1591- Added function for automatic remove of slashes on GET and POST vars
1592  if magic_quotes is enabled
1593
1594
15952006/02/05
1596----------
1597- Added Slovak, Hungarian, Bosnian and Croation translation
1598- Fixed bug when inserting signatures with !?&
1599- Chopping message headers before inserting into the message cache table
1600  (to avoid bugs in Postgres)
1601- Allow one-char domains in e-mail addresses
1602- Make product name in page title configurable
1603- Make username available as skin object
1604- Added session_write_close() in rcube_db class destructor to avoid problems
1605  in PHP 5.0.5
1606- Use move_uploaded_file() instead of copy() for a more secure handling of
1607  uploaded attachments
1608- Additional config parameter to show/hide deleted messages
1609- Added periodic request for checking new mails (Request #1307821)
1610- Added EXPUNGE command
1611- Optimized loading time for mail interface
1612- Changed to full UTF-8 support
1613- Additional timezones (Patch #1389912)
1614- Added LDAP public search (experimental)
1615- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
1616- Casting to strings when adding empty headers to message cache (Bug #1406026)
1617- Skip sender-address as recipient when Reply-to-all
1618- Fixes in utf8-class
1619- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
1620- Added garbage collector for message cache
1621- Added patches for BCC headers
1622
1623
16242005/12/16
1625----------
1626- Added Turkish and Simplified Chinese translation
1627- Use virtusertable to resolve e-mail addresses at login
1628- Configurable mail_domain used to compose correct e-mail addresses
1629  on first login
1630
1631
16322005/12/03
1633----------
1634- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
1635  Estonian and Chinese translation
1636- Get IMAP server capabilities in array
1637- Check for NAMESPACE capability before sending command
1638- Set default user language from config 'locale_string'
1639- Added sorting patch for message list
1640- Make default sort col/order configurable
1641- Fixed XSS in address book and identities
1642- Added more XSS protection (Bug #1308236)
1643- Added tab indexes for compose form
1644- Added 'changed' col to contacts table
1645- Support for 160-bit session hashes
1646- Added input check for contacts and identities (Patch #1346523)
1647- Added messages/warning to compose step (Patch #1323895)
1648- Added favicon to the default skin
1649- Fixed Bug #1334337 as far as possible
1650- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
1651- Redesign of client side AJAX code (enable multi threading)
1652- Added keep-alive signal every minute
1653- Make logs dir configurable
1654- Added support for SMTPS
1655- Decode attachment file names
1656- Make delimiter for message headers configurable
1657- Add generic footer to sent messages
1658- Choose the rigt identity when replying
1659- Remove signature when replying (Request #1333167)
1660- Signatures for each identity
1661- Select charset when composing message
1662- Complete re-design of the caching mechanism
1663
1664
16652005/08/11
1666----------
1667- Write list header to client even if list is empty
1668- Add functions "select all", "select none" to message list
1669- Improved filter for HTML messages to remove potentially malicious tags
1670  (script, iframe, object) and event handlers.
1671- Buttons for next/previous message in view mode
1672- Add new created contact to list and show confirmation status
1673- Added folder management (subscribe/create/delete)
1674- Log message sending (SMTP log)
1675- Grant access for Camino browser
1676- Added German translation
1677
1678
16792005/10/20
1680----------
1681- Added Swedish, Latvian, Portuguese and Catalan translation
1682- Make SMTP auth method configurable
1683- Make mailboxlist scrollable (Bug #1326372)
1684- Fixed SSL support
1685- Improved support for Courier IMAP (root folder and delimiter issues)
1686- Moved taskbar from bottom to top
1687- Added 'session_lifetime' parameter
1688- Fixed wrong unread count when deleting message (Bug #1332434)
1689- Srip tags when creating a new folder (Bug #1332084)
1690- Translate HTML tags in message headers (Bug #1330134)
1691- Correction in German translation (Bug #1329434)
1692- Display folder names with special chars correctly (Bug #1330157)
1693
1694
16952005/10/07
1696----------
1697- Added French, Italian, Spanish, Danish, Dutch translation
1698- Clarified license (Bug #1305966)
1699- Fixed PHP warnings (Bug #1299403)
1700- Fixed english translation (Bug #1295406)
1701- Fixed bug #1290833: Last character of email not seen
1702- Fixed bug #1292199 when creating new user
1703- Allow more browsers (Bug #1285101)
1704- Added setting for showing pretty dates
1705- Added support for SQLite database
1706- Make use of message caching configurable
1707- Also add attachments when forwarding a message
1708- Long folder names will not flow over message list (Bug #1267232)
1709- Show nested mailboxes hieracically
1710- Enable IMAPS by host
1711
1712
17132005/08/20
1714----------
1715- Improved cacheing of mailbox messagecount
1716- Fixed javascript bug when creating a new message folder
1717- Fixed javascript bugs #1260990 and #1260992: folder selection
1718- Make Trash folder configurable
1719- Auto create folders Inbox, Sent and Trash (if configured)
1720- Support for IMAP root folder
1721- Added support fot text/enriched messages
1722- Make list of special mailboxes configurable
1723
Note: See TracBrowser for help on using the repository browser.