source: github/CHANGELOG @ 9c5bee6

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since 9c5bee6 was 9c5bee6, checked in by alecpl <alec@…>, 4 years ago
  • Fix SQL query execution errors handling in rcube_mdb2 class (#1485509)
  • Property mode set to 100644
File size: 50.5 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42009/01/15 (alec)
5----------
6- Allow absolute URLs to images in HTML messages/sigs (#1485666)
7- Fix message body which contains both inline attachments and emotions
8- Fix SQL query execution errors handling in rcube_mdb2 class (#1485509)
9
102009/01/08 (alec)
11----------
12- Improve messages display performance
13- Fix messages searching with 'to:' modifier
14
152008/12/30 (thomasb)
16----------
17- Fix mark popup in IE 7 (#1485369)
18- Fix line-break issue when copy & paste in Firefox (#1485425)
19
202008/12/18 (thomasb)
21----------
22- Only abbreviate attachment file names in MSIE < 7
23- Fix autocomplete "unknown server error" (#1485637)
24- Optimize autocomplete search and output
25
262008/12/18 (alec)
27----------
28- Fix STARTTLS before AUTH in SMTP connection (#1484883)
29- Support multiple quota values in QUOTAROOT resonse (#1485626)
30
312008/12/16 (thomasb)
32----------
33- Only abbreviate file name for IE browsers (#1485063)
34
352008/12/11 (alec)
36----------
37- Performance: allow setting imap rootdir and delimiter before connect (#1485172)
38
392008/12/06 (alec)
40----------
41- Fix sorting of folders with more than 2 levels (#1485569)
42- Fix search results page jumps in LDAP addressbook (#1485253)
43- Fix empty line before the signature in IE (#1485351)
44- Fix horizontal scrollbar in preview pane on IE (#1484633)
45- Add Robots meta tag in login page and installer (#1484846)
46
472008/12/04 (alec)
48----------
49- Added 'show_images' option, removed 'addrbook_show_images' (#1485597)
50- Performance fix: some mail actions do not require imap connection
51
522008/11/28 (thomasb)
53----------
54- Option to check for new mails in all folders (#1484374)
55- Don't set client busy when checking for new messages (#1485276)
56
572008/11/26 (alec)
58----------
59- Allow UTF-8 folder names in config (#1485579)
60- Add junk_mbox option configuration in installer (#1485579)
61
622008/11/23 (thomasb)
63----------
64- Do serverside addressbook queries for autocompletion (#1485531)
65
662008/11/23 (alec)
67----------
68- Allow setting attachment col position in 'list_cols' option
69- Allow override 'list_cols' via skin (#1485577)
70
712008/11/21 (alec)
72----------
73- Fix 'cache' table cleanup on session destroy (#1485516)
74- Increase speed of session destroy and garbage clean up
75- Fix session timeout when DB server got clock skew (#1485490)
76
772008/11/19 (alec)
78----------
79- Fix handling of some malformed messages (#1484438)
80- Speed up raw message body handling
81- Better HTML entities conversion in html2text (#1485519)
82
832008/11/15 (alec)
84----------
85- Fix big memory consumption and speed up searching on servers without SORT capability
86- Fix setting locale to tr_TR, ku and az_AZ (#1485470)
87
882008/11/12 (alec)
89----------
90- Use SORT for searching on servers with SORT capability
91- Added message status filter
92
932008/11/06 (alec)
94----------
95- Fix empty file sending (#1485389)
96- Improved searching with many criterias (calling one SEARCH command)
97
982008/11/05 (alec)
99----------
100- Fix HTML editor initialization on IE (#1485304)
101
1022008/11/03 (alec)
103----------
104- Add warning when switching editor mode from html to plain (#1485488)
105- Make identities list scrollable (#1485538)
106
1072008/10/29 (alec)
108----------
109- Fix problem with numeric folder names (#1485527)
110- Added BYE response simple support to prevent from endless loops in imap.inc (#1483956)
111
1122008/10/27 (alec)
113----------
114- Fix unread message unintentionally marked as read if read_when_deleted=true (#1485409)
115- Remove port number from SERVER_NAME in smtp_helo_host (#1485518)
116
1172008/10/25 (alec)
118----------
119- Don't send disposition notification receipts for messages marked as 'read' (#1485523)
120- Added 'keep_alive' and 'min_keep_alive' options (#1485360)
121
1222008/10/24 (alec)
123----------
124- Added option 'identities_level', removed 'multiple_identities'
125- Allow deleting identities when multiple_identities=false (#1485435)
126
1272008/10/22 (alec)
128----------
129- Added option focus_on_new_message (#1485374)
130
1312008/10/18 (alec)
132----------
133- Fix html2text class autoloading on Windows (#1485505)
134- Fix html signature formatting when identity save error occured (#1485426)
135
1362008/10/15 (alec)
137----------
138- Add feedback and set busy when moving folder (#1485497)
139
1402008/10/10 (alec)
141----------
142- Fix 'Empty' link visibility for some languages e.g. Slovak (#1485489)
143- Fix messages count bar overlapping (#1485270)
144- Fix adding signature in drafts compose mode (#1485484)
145
1462008/10/09 (alec)
147----------
148- Fix iil_C_Sort() to support very long and/or divided responses (#1485283)
149- Fix matching case sensitivity when setting identity on reply (#1485480)
150- Prefer default identity on reply
151
1522008/10/08 (alec)
153----------
154- Fix imap searching on ISMail server (#1485466)
155- Add css class for flagged messages (#1485464)
156
1572008/10/07 (alec)
158----------
159- Write username instead of id in sendmail log (#1485477)
160- Fix htmlspecialchars() use for PHP version < 5.2.3 (#1485475)
161- Fix js keywords escaping in json_serialize() for IE/Opera (#1485472)
162- Added bin/killcache.php script (#1485434)
163
1642008/10/03 (alec)
165----------
166- Add support for SJIS, GB2312, BIG5 in rc_detect_encoding()
167- Fix vCard file encoding detection for non-UTF-8 strings (#1485410)
168- Add 'skip_deleted' option in User Preferences (#1485445)
169
1702008/10/02 (alec)
171----------
172- Minimize "inline" javascript scripts use (#1485433)
173- Fix css class setting for folders with names matching defined classes names (#1485355)
174- Fix race conditions when changing mailbox
175
1762008/10/01 (alec)
177- Fix spellchecking when switching to html editor (#1485362)
178- Fix compose window width/height (#1485396)
179- Allow calling msgimport.sh/msgexport.sh from any directory (#1485431)
180- Localized filesize units (#1485340)
181- Better handling of "no identity" and "no email in identity" situations (#1485117)
182
1832008/09/29 (alec)
184----------
185- Added 'mime_param_folding' option with possibility to choose
186  long/non-ascii attachment names encoding eg. to be readable
187  in MS Outlook/OE (#1485320)
188- Added "advanced options" feature in User Preferences
189- Fix unread counter when displaying cached massage in preview panel (#1485290)
190- Fix htmleditor spellchecking on MS Windows (#1485397)
191
1922008/09/25 (alec)
193----------
194- Fix problem with non-ascii attachment names in Mail_mime (#1485267, #1485096)
195
1962008/09/23 (alec)
197----------
198- Fix language autodetection (#1485401)
199- Fix button label in folders management (#1485405)
200- Fix collapsed folder not indicating unread msgs count of all subfolders (#1485403)
201- Fix handling of apostrophes in filenames decoded according to rfc2231
202
2032008/09/19 (thomasb)
204----------
205- Made config files location configurable (#1485215)
206
2072008/09/16 (alec)
208----------
209- Reduced memory footprint when forwarding attachments (#1485345)
210- Fix inline images handling when replying/forwarding html messages
211- Allow and use spellcheck attribute for input/textarea fields (#1485060)
212- Added icons for forwarded/forwarded+replied messages (#1485257)
213- Added Reply-To to forwarded emails (#1485315)
214- Display progress message for folders create/delete/rename (#1485357)
215- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)
216
2172008/09/15 (thomasb)
218----------
219- Redesign of the identities settings (#1484042)
220- Add config option to disable creation/deletion of identities (#1484498)
221
2222008/09/15 (alec)
223----------
224- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)
225
2262008/09/12 (alec)
227----------
228- Added vertical splitter for folders list resizing
229- Added possibility to view all headers in message view
230- Fixed splitter drag/resize on Opera (#1485170)
231- Fixed quota img height/width setting from template (#1484857)
232
2332008/09/12 (thomasb)
234----------
235- Refactor drag & drop functionality. Don't rely on browser events anymore (#1484453)
236- Insert "virtual" folders in subscription list (#1484779)
237- Added link to open message in new window
238
2392008/09/05 (thomasb)
240----------
241- Enable export of address book contacts as vCard
242- Respect Content-Location headers in multipart/related messages according to RFC2110 (#1484946)
243- Applied mime_decode patch by David Lublink
244- Allowed max. attachment size now indicated in compose screen (#1485030)
245- Also capture backspace key in list mode (#1484566)
246- Allow application/pgp parts to be displayed (#1484753)
247- Correctly handle options in mailto-links (#1485228)
248- Immediately save sort_col/sort_order in user prefs (#1485265)
249
2502008/09/04 (alec)
251----------
252- Truncate very long (above 50 characters) attachment filenames when displaying
253- Support \" and \\ in quoted strings when parsing BODYSTRUCTURE (mime.inc)
254- Allow 'readonly' atributes in input and textarea (#1485312)
255
2562008/09/03 (thomasb)
257----------
258- Allow to auto-detect client language if none set (#1484434)
259- Auto-detect the client timezone (user configurable)
260
2612008/09/03 (alec)
262----------
263- Add RFC2231 header value continuations support for attachment
264  filenames + hack for servers that not support that feature
265- Fix Reply-To header displaying (#1485314)
266
2672008/09/02 (thomasb)
268----------
269- Add feature to import contacts from vcard files (#1326103)
270- Mark form buttons that provide the most obvious operation (mainaction)
271
2722008/08/30 (alec)
273----------
274- Improved HTML to TXT conversion by html2text class update
275  to version 1.0.0
276
2772008/08/28 (alec)
278----------
279- Added option 'quota_zero_as_unlimited' (#1484604)
280- Added PRE handling in html2text class (#1484740)
281
2822008/08/28 (robin)
283----------
284- Added folder hierarchy collapsing
285
2862008/08/27 (alec)
287----------
288- Added options to use syslog instead of log file (#1484850)
289- Added Logging & Debugging section in Installer
290- Write to smtp log also sent MDN confirmations
291
2922008/08/26 (alec)
293----------
294- Removed support for PEAR::DB driver
295
2962008/08/21 (alec)
297----------
298- Add Content-Length header while attachments downloading (#1484256)
299- Fix In-Reply-To and References headers when composing saved draft
300  message (#1485288)
301- Removed PHP4 class constructors
302- Fix html message charset conversion for charsets with underline (#1485287)
303- Fix buttons status after contacts deletion (#1485233)
304
3052008/08/21 (estadtherr)
306----------
307- Fix escaping of To: and From: fields when building message body for reply
308  or forward in the HTML editor (#1484904)
309
3102008/08/15 (thomasb)
311----------
312- Use current mailbox name in template (#1485256)
313- Better fix for skipping untagged responses (#1485261)
314- Added pspell support patch by Kris Steinhoff (#1483960)
315- Enable spellchecker for HTML editor (#1485114)
316- Respect spellcheck_uri in tinyMCE spellchecker (#1484196)
317
3182008/08/09 (alec)
319----------
320- Case insensitive contacts searching using PostgreSQL (#1485259)
321
3222008/07/31 (thomasb)
323----------
324- Make default imap folders configurable for each user (#1485075)
325- Save outgoing mail to selectable folder (#1324581)
326- Fix hiding of mark menu when clicking th button again (#1484944)
327
3282008/07/21 (alec)
329----------
330- use long date format in print mode (#1485191)
331
3322008/07/18 (alec)
333----------
334- Updated TinyMCE to version 3.1.0.1
335
3362008/07/14 (thomasb)
337----------
338- Re-enable autocomplete attribute for login form (#1485211)
339- Check PERMANENTFLAGS before saving $MDNSent flag (#1484963, #1485163)
340
3412008/06/30 (alec)
342----------
343- Added flag column on messages list (#1484623)
344
3452008/06/24 (alec)
346----------
347- Patched Mail/MimePart.php (http://pear.php.net/bugs/bug.php?id=14232)
348
3492008/06/24 (alec)
350----------
351- Allow trash/junk subfolders to be purged (#1485085)
352
3532008/06/20 (alec)
354----------
355- Added Azerbaijani translation
356
3572008/06/20 (thomasb)
358----------
359- Store compose parameters in session and redirect to a unique URL
360
3612008/06/18 (thomasb)
362----------
363- Fixed CRAM-MD5 authentication (#1484819)
364- Add fallback to old 'skin_path' property
365
3662008/06/16 (alec)
367----------
368- Fixed sending emoticons
369- Fixed forwarding messages with one HTML attachment (#1484442)
370- Fixed encoding of message/rfc822 attachments and image/pjpeg handling (#1484914)
371
3722008/06/15 (alec)
373----------
374- Added option to select skin in user preferences
375  WARNING: option 'skin_path' replaced by 'skin' option!
376
3772008/06/14 (alec)
378----------
379- Added option to disable displaying of attached images below the message body
380
3812008/06/13 (alec)
382----------
383- Added option to display images in messages from known senders (#1484601)
384- Updated PEAR::Mail_Mime
385- User preferences grouped in more fieldsets
386
3872008/06/12 (alec)
388----------
389- Fix corrupted MIME headers of messages in Sent folder (#1485111)
390- Fixed bug in MDB2 package: http://pear.php.net/bugs/bug.php?id=14124
391- Use keypress instead of keydown to select list's row (#1484816)
392
3932008/06/11 (alec)
394----------
395- Don't call expunge and don't remove message row after message move
396  if flag_for_deletion is set to true (#1485002)
397
3982008/06/08 (alec)
399----------
400- Added option to disable autocompletion from selected LDAP address books (#1484922)
401
4022008/06/07 (thomasb)
403----------
404- Cleaned up localization names. Now named with lang_COUNTRY according to ISO 639-1/3166-1
405- Updated Catalan localization
406
4072008/06/06 (robin)
408----------
409- Add option to log successful logins
410
4112008/06/06 (alec)
412----------
413- TLS support in LDAP connections: 'use_tls' property (#1485104)
414
4152008/06/05 (alec)
416----------
417- Fix removing messages from search set after deleting them (#1485106)
418
4192008/06/03 (alec)
420----------
421- imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of iil_ReadLine()
422- imap.inc: Fixed iil_C_FetchStructureString() to handle many
423  literal strings in response (#1484969)
424- imap.inc: Removed hardcoded data size in iil_ReadLine()
425
4262008/05/30 (alec)
427----------
428- Support for subfolders in default/protected folders (#1484665)
429- Disallowed delimiter in folder name (#1484803)
430- Support " and \ in folder names
431- Escape \ in login (#1484614)
432
4332008/05/29 (thomasb)
434----------
435- Better HTML sanitization with the DOM-based washtml script (#1484701)
436
4372008/05/29 (alec)
438----------
439- Polish localization folder renamed to pl_PL
440
4412008/05/28 (alec)
442----------
443- Fixed sorting of folders with non-ascii characters
444
4452008/05/21 (alec)
446----------
447- Localized pagetitle in Settings and Address Book
448
4492008/05/19 (alec)
450----------
451- Fixed Mysql DDL for default identities creation (#1485070)
452
4532008/05/16 (alec)
454----------
455- In Preferences added possibility to configure 'read_when_deleted',
456  'mdn_requests', 'flag_for_deletion' options
457
4582008/05/15 (thomasb)
459----------
460- Make IMAP auth type configurable (#1483825)
461- Fix empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055)
462
4632008/05/15 (alec)
464----------
465- Fix attachment list on IE 6/7 (#1484807)
466
4672008/05/12 (estadtherr)
468----------
469- fix JavaScript in compose.html that shows cc/bcc fields if populated
470
4712008/05/12 (alec)
472----------
473- Updated PEAR::DB package to version 1.7.13
474
4752008/05/10 (alec)
476----------
477- Make password input fields of type password in installer (#1484886)
478
4792008/05/09 (alec)
480----------
481- Don't call CAPABILITY if was recieved as server's optional response
482  on connect (RFC3501 [7.1])
483
4842008/05/08 (alec)
485----------
486- Don't attempt to delete cache entries if enable_caching is FALSE (#1485051)
487- Optimized messages sorting on servers without sort capability (#1485049)
488- Option 'use_SQL_address_book' replaced by 'address_book_type'
489- Corrected message headers decoding when charset isn't specified and improved
490  support for native languages (#1485050, #1485048)
491
4922008/05/07 (davidke/richs)
493----------
494- Completed LDAP address book support so it can now write to an LDAP server.
495- Expanded LDAP configuration options to support LDAP server writes.
496- Modified config/main.inc.php.dist:
497  New Option: $rcmail_config['use_SQL_address_book']
498  Changed Option:  $rcmail_config['ldap_public']['Verisign']
499
5002008/05/05 (alec)
501----------
502- Installer: encode special characters in DB username/password (#1485042)
503- Do charset conversion also for from/to column on messages list
504- Fix management of folders with national characters in names (#1485036, #1485001)
505
5062008/05/02 (alec)
507----------
508- Updated MDB2 package to version 2.5.0b1
509- Updated MDB2 pgsql, mysql, mysqli, sqlite drivers to version 1.5.0b1
510- Updated MDB2 mssql driver to version 1.3.0b1
511- Fixed identities saving when using MDB2 pgsql driver (#1485032)
512
5132008/05/01 (alec)
514----------
515- Fix BCC header reset (#1484997)
516
5172008/04/30 (thomasb)
518----------
519- Introduce new application class 'rcmail' and get rid of some global vars
520
5212008/04/29 (alec)
522----------
523- improved messages list performance - patch from Justin Heesemann
524
5252008/04/23 (alec)
526----------
527- Append skin_path to images location only when it starts
528  with '/' sign (#1484859)
529
5302008/04/20 (estadtherr)
531----------
532- fix parse_attrib_string to handle unquoted values, which fixes
533  display issues with HTML messages that do not quote attributes
534
5352008/04/17 (alec)
536----------
537- Fix IMAP response in message body when message has no body (#1484964)
538- Updated PEAR::Auth_SASL to 1.0.2
539- Fix non-RFC dates formatting (#1484901)
540
5412008/04/16 (estadtherr)
542----------
543- Fix mail sending with new TinyMCE
544
5452008/04/16 (alec)
546----------
547- Fix typo in set_charset() (#1484991)
548- Decode entities when inserting HTML signature to plain text message (#1484990)
549
5502008/04/15 (estadtherr)
551----------
552- HTML editing is now working with PHP5 updates and TinyMCE v3.0.6
553- fix signature loading on Windows (#1484545)
554- add language support to HTML editing (#1484862)
555
5562008/04/15 (alec)
557----------
558- Fix remove signature when replying (#1333167)
559- Fix problem with line with a space at the end (#1484916)
560- Don't send set_env() in ajax response when env array is empty
561- Fix <!DOCTYPE> tag filtering (#1484391)
562- Fix <?xml> tag filtering (#1484403)
563 
5642008/04/14 (alec)
565----------
566- Added sections (fieldset+label) in Settings interface
567
5682008/04/12 (alec)
569----------
570- Fixed and optimized 'read_when_deleted': mark as read on server side
571  in one action when marking as deleted, fixed js bugs when deleting
572  from message preview page
573
5742008/04/12 (thomasb)
575----------
576- Changed codebase to PHP5 with autoloader
577- Added some new classes from devel-vnext branch
578
5792008/04/11 (alec)
580----------
581- Mark as read in one action with message preview (#1484972)
582- Delete redundant quota reads (#1484972)
583- Add options for empty trash and expunge inbox on logout (#1483863)
584
5852008/04/10 (alec)
586----------
587- Add rows highlighting in onmousemove on ksearch list
588- Remove lines wrapping when displaying message
589- Fix month localization
590- Do ob_start/ob_end_clean when reading config files (#1484624)
591- Fix debug (ajax) console
592
5932008/04/02 (alec)
594----------
595- Updated timezones list (#1484908)
596- Fix design in Settings (#1484799)
597- Fix deleting messages after clicking on "All" (#1484838)
598- Fix sorting o0f message list when default folder is empty (#1484317)
599- Fix creating a new folder w/a comma in its name (#1484681)
600
6012008/04/01 (thomasb)
602----------
603- Fix Enter problem on login (#1484839)
604- Make the http-received header in outgoing mails configurable
605
6062008/03/30 (till)
607----------
608- Fix Firefox problem with ob_gzhandler (#1484932)
609- Improve message previewpane - less loading (#1484316)
610
6112008/03/28 (thomasb)
612----------
613- Disable installer by default; add config option to enable it again
614
6152008/03/24 (till)
616----------
617- Don't send mark requests for already marked messages (#1484906)
618- Fix "quote inside a quote" (#1484783)
619
6202008/03/23 (till)
621
622- Applied patch to strip newlines from headers (#1484811)
623- Applied patch to trim login (#1484231)
624- Added robots.txt
625- Fix attachment problem when restoring saved draft without body (#1484506)
626- Fix call to undefined function decrypt_passwd() 
627
6282008/03/21 (thomasb)
629----------
630- Add configurable default charset for message decoding
631- Applied patch to fix mime decoding an folder subscription (#1484191)
632- Applied patch to correctly quote email recipient strings (#1484191)
633- Fix wrong charset aliases (#1484818 and #1484598)
634- Remove hard-coded size of logo image (#1484378)
635- Strip slashes from virtuser email values (#1484700)
636- Fixed message part window display in IE6 (#1484610)
637
6382008/02/28 (thomasb)
639----------
640- Fix folder adding/renaming inspired by #1484800
641- Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets
642- Fix quirky message selection
643- Completed installer
644
6452008/02/20 (thomasb)
646----------
647- Localize folder name in page title (#1484785)
648- Fix code using wrong variable name (#1484018)
649- Allow to send mail with BCC recipients only
650- Remove MDN headers before saving in sent folder
651
6522008/02/12 (estadtherr)
653----------
654- fix switching between HTML/plain composing (#1484752)
655- condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
656- fix image removal in message display when message HTML includes JS event handlers
657
6582008/02/11 (thomasb)
659----------
660- Add function to mark the selected messages as read/unread (#1457360)
661- Also do charset decoding as suggested in RFC 2231 (fix #1484321)
662- Show message count in folder list and hint when creating a subfolder
663
6642008/02/08 (thomasb)
665----------
666- Distinguish ssl and tls for imap connections (#1484667)
667- Added some charset aliases to fix typical mis-labelling (#1484565)
668
6692008/02/07 (thomasb)
670----------
671- Remember decision to display images for a certain message during session (#1484754)
672- Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
673- Fix size of the attachment preview frame (#1484758)
674
6752008/02/05 (thomasb)
676----------
677- Fix regular expression for checking e-mail address (#1484710)
678- Make sending of read receipts configurable
679- Respect config when localize folder names (#1484707)
680- Applied patch for updating page title (#1484727, #1484650)
681- Applied patch to prevent from purging inbox by uberlinuxguy (#1484449)
682- Applied patch to prevent bad header delimiters (#1484751)
683- Also send search request when deleting a contact (#1484620)
684- Add CSS hack for Safari
685
6862008/02/02 (thomasb)
687----------
688- Always update $CONFIG with user prefs (#1484729)
689- Don't ask for MDN confirmations on drafted messages (#1484691)
690- Also respect receipt and priority settings when re-opening a draft message
691
6922008/01/31 (robin)
693----------
694- Remember search results (closes #1483883), patch by the_glu
695
6962008/01/08 (tomekp)
697----------
698- add he (Hebrew) localization (#1484713)
699
7002008/01/08 (tomekp)
701----------
702- update fr localization
703
7042008/01/04 (tomekp)
705- purge kur_KU because it has no messages translation
706- bump copyright for all localization files
707
7082007/12/31 (tomekp)
709----------
710- update es localization
711
7122007/12/28 (tomekp)
713----------
714- update mk localization
715
7162007/12/27 (tomekp)
717----------
718- update se localization
719
7202007/12/13 (robin)
721----------
722- Add Received header on outgoing mail
723
7242007/12/10 (estadtherr)
725----------
726- Upgrade to TinyMCE 2.1.3
727- Allow inserting image attachments into HTML messages while composing (#1484557)
728
7292007/12/10 (thomasb)
730----------
731- Delegate user-stuff to new class rcube_user
732- Implement Message-Disposition-Notification (Receipts)
733
7342007/12/05 (tomekp)
735----------
736- update bg, uk localization
737
7382007/12/04 (tomekp)
739----------
740- update bg localization
741
7422007/11/25 (thomasb)
743----------
744- Applied UID fetch patch by Glen Ogilvie
745- Applied patch for correct Postgres instructions from ticket #1484674
746- Fix overriding of session vars when register_globals is on (#1484670)
747- Fix wrong Postgres setup instructions in INSTALL (#1484674)
748- Fix bug with case-sensitive folder names (#1484245)
749- Don't create default folders by default
750- Added Georgian localization by Zaza Zviadadze
751- Updated Russian localization
752- Fixed some potential security risks (audited by Andris)
753- Only show new messages if they match the current search (#1484176)
754
7552007/11/20 (tomekp)
756----------
757- add Korean (kr) localization
758
7592007/11/14 (tomekp)
760----------
761- update id_ID localization
762
7632007/11/06 (thomasb)
764----------
765- Switch to/from when searcing in Sent folder (#1484555)
766- Correctly read the References header (#1484646)
767- Unset old cookie in before sending a new value (#1484639)
768- Correctly decode attachments when downloading them (#1484645 and #1484642)
769
7702007/10/22 (tomekp)
771----------
772- update ru, eo localizations
773
7742007/10/17 (thomasb)
775----------
776- Make message listing less error prone
777
7782007/10/10 (thomasb)
779----------
780- Suppress IE errors when clearing attachments form (#1484356)
781- Set preferences field in user table to NULL (#1484386)
782- Log error when login fails due to auto_create_user turned off
783- Update UPGRADING instructions
784
7852007/10/05 (tomekp)
786----------
787- Add Esperanto localization
788
7892007/10/04 (Stiwi)
790----------
791- Updated German localization
792
7932007/10/04 (yllar)
794----------
795- Added Malay localization
796- Updated Lithuanian localization
797
7982007/09/27 (tomekp)
799----------
800- Update dutch localization (closes #1484588)
801
8022007/09/29 (thomasb)
803----------
804- Filter linked/imported CSS files (closes #1484056)
805
806
8072007/09/27 (tomekp)
808----------
809- Update brazilian portuguese localization (#1484580)
810
8112007/09/26 (thomasb)
812----------
813- Improve message compose screen (closes #1484383)
814- Select next row after removing one from list (#1484387)
815
816
8172007/09/26 (tomekp)
818----------
819- Add polish labels for changes in r816.
820- Update polish localization (#1484579)
821- Update thai localization (#1484578)
822
8232007/09/25 (robin)
824----------
825- Enable drag-/dropping of folders to a new parent folder (#1457344)
826
827
8282007/09/24 (robin)
829----------
830- Fix preview pane size for Safari & Konqueror (#1484187)
831
832
8332007/09/20 (robin)
834----------
835- Make smtp HELO/EHLO hostname configurable (#1484067)
836
837
8382007/09/19 (thomasb)
839----------
840- IPv6 Compatability (#1484322), Patch #1484373
841- Unlock interface when message sending fails (#1484570)
842- Eval PHP code in template includes (if configured)
843- Show message when folder is empty. Mo more static text in table (#1484395)
844- Only display unread count in page title when new messages arrived
845- Show mailbox name in page title
846
847
8482007/09/09 (thomasb)
849----------
850- Fixed wrong delete button tooltip (#1483965)
851- Fixed charset encoding bug (#1484429)
852- Applied patch for LDAP version (#1484552)
853- Improved XHTML validation
854
855
8562007/09/05 (thomasb)
857----------
858- Fix message list selection (#1484550)
859- Better fix lowercased usernames (#1484473)
860- Update pngbehavior Script as suggested in #1484490
861
862
8632007/08/29 (richs)
864----------
865- Fixed moving/deleting messages when more than 1 is selected
866
8672007/08/15 (thomasb)
868----------
869- Applied patch for LDAP contacts listing by Glen Ogilvie
870- Applied patch for more address fields in LDAP contacts (#1484402)
871- Close LDAP connections on script shutdown
872
873
8742007/08/13 (thomasb)
875----------
876- Add alternative for getallheaders() (fix #1484508)
877- Revert changes for mbstring usage (fix #1484509)
878
879
8802007/08/10 (thomasb)
881----------
882- Identify mailboxes case-sensitive
883- Sort mailbox list case-insensitive (closes #1484338)
884- Fix display of multipart messages from Apple Mail (closes #1484027)
885- Protect AJAX request from being fetched by a foreign site (XSS)
886- Make autocomplete for loginform configurable by the skin template
887- Fix compose function from address book (closes #1484426)
888- Added //IGNORE to iconv call (patch #1484420, closes #1484023)
889- Check if mbstring supports charset (#1484290 and #1484292)
890- Prefer iconv over mbstring (as suggested in #1484292)
891- Check filesize of template includes (#1484409)
892- Updated Simplified Chinese localization
893- Added Ukrainian translation
894
895
8962007/08/09 (richs)
897----------
898- Fixed bug with buttons not dimming/enabling properly after switching folders
899- Fixed compose window becoming unresponsive after saving a draft (#1484487)
900- Re-enabled "Back" button in compose window now that bug #1484487 is fixed
901- Fixed unresponsive interface issue when downloading attachments (#1484496)
902- Lowered status message time from 5 to 3 seconds to improve responsiveness
903- Added note to INSTALL about .htaccess limiting upload_max_filesize
904- Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
905- Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
906- Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
907
908
9092007/07/03 (thomasb)
910----------
911- Added Macedonian (Slavic FYROM) localization
912- Fix status message bug #1484464 with regard to #1484353
913- Fix address adding bug reported by David Koblas
914- Applied socket error patch by Thomas Mangin
915
916
9172007/06/28 (tomekp)
918----------
919- fix typos in Polish localization (Janusz Zamecki)
920
921
9222007/06/27 (tomekp)
923----------
924- Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
925
926
9272007/06/12 (thomasb)
928----------
929- Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
930- Added Irish/Gaelic translation
931- Little correction in Swedish translation
932- Quote username for virtuser_query
933- Pass-by-reference workarround for PHP5 in sendmail.inc
934
935
9362007/06/04 (estadtherr)
937----------
938- Fixed bug in HTML->Plain editor toggling
939
940
9412007/05/28 (thomasb)
942---------
943- Fixed buggy imap_root settings (closes #1484379)
944- Prevent default events on subject links (#1484399)
945- Typo in rcube_smtp.inc
946
947
9482007/05/23 (estadtherr)
949----------
950- Upgrade to TinyMCE v2.1.1.1
951
952
9532007/05/18 (thomasb)
954----------
955- Use HTTP-POST requests for actions that change state
956
957
9582007/05/17 (thomasb)
959----------
960- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
961- Renamed localization folder for Chinese (Big5)
962- Chanegd Slovenian language code from 'si' to 'sl'
963- Added Sinhala (Sri-Lanka) localization
964- Use global filters and bind username/ for Ldap searches (#1484159)
965- Hide quota display if imap server does not support it
966- Hide address groups if no LDAP servers configured
967- Add link to message subjects (closes #1484257)
968- Better SQL query for contact listing/search (closes #1484369)
969
970
9712007/05/13 (thomasb)
972----------
973- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
974- Fixed marking as read in preview pane (closes #1484364)
975- CSS hack to display attachments correctly in IE6
976- Wrap message body text (closes #1484148)
977
978
9792007/05/03 (yllar)
980----------
981- Updated French, Lithuanian, Armenian, Spanish and Italian translations
982
983
9842007/05/01 (thomasb)
985----------
986- Updated German, Euskara, Hungarian, Romanian and Spanish translation
987- Added Hindi and Kurdish localization
988
989
9902007/04/28 (thomasb)
991----------
992- LDAP access is back in address book (closes #1484087)
993- Added search function for contacts
994- New Template parsing and output encoding
995- Fixed bugs #1484119 and #1483978
996
997
9982007/04/08 (thomasb)
999----------
1000- Fixed message moving procedure (closes #1484308)
1001- Fixed display of multiple attachments (closes #1466563)
1002- Fixed check for new messages (closes #1484310)
1003- List attachments without filename
1004
1005
10062007/03/27 (thomasb)
1007----------
1008- New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
1009  Should close bugs #1483951 and #1484299
1010
1011
10122007/03/23 (thomasb)
1013----------
1014- Correctly translate mailbox names (closes #1484276)
1015- Quote e-mail address links (closes #1484300)
1016
1017
10182007/03/21 (thomasb)
1019----------
1020- Updated PEAR::Mail_mime package
1021- Added Persian localization
1022- Updated Catalan and Brazilian Portuguese translations
1023- Updated INSTALL manual with a note about database passwords
1024- Accept single quotes for HTML attributes when modifying message body (thanks Jason)
1025- Sanitize input for new users/identities (thanks Colin Alston)
1026
1027
10282007/03/19 (thomasb)
1029----------
1030- Don't download HTML message parts
1031- Convert HTML parts to plaintext if 'prefer_html' is off
1032- Correctly parse message/rfc822 parts (closes #1484045)
1033- Code cleanup
1034
1035
10362007/03/18 (thomasb)
1037----------
1038- Also use user_id for unique key in messages table (closes #1484074)
1039- Hide contacts drop down on blur (closes #1484203)
1040- Make entries in contacts drop down clickable
1041- Turn off browser autocompletion on login page
1042- Quote <? in text/html message parts
1043- Hide border around radio buttons
1044- Replaced old JS function calls.
1045
1046
10472007/03/13 (thomasb)
1048----------
1049- Applied patch for attachment download by crichardson (closes #1484198)
1050- Fixed bug in Postgres DB handling (closes #1484068)
1051- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
1052- Fixed array_merge bug (closes #1484281)
1053- Fixed flag for deletion in list view (closes #1484264)
1054- Finally support semicolons as recipient separator (closes ##1484251)
1055- Fixed message headers (subject) encoding
1056
1057
10582007/03/04 (tomekp)
1059----------
1060- check if safe mode is on or not (closes #1484269)
1061
1062
10632007/03/02 (thomasb)
1064----------
1065- Show "no subject" in message list if subject is missing (closes #1484243)
1066- Solved page caching of message preview (closes #1484153)
1067- Only use gzip compression if configured (closes #1484236)
1068
1069
10702007/02/25 (estadtherr)
1071----------
1072- Fixed priority selector issue (#1484150)
1073- Upgraded to TinyMCE v2.1.0
1074
1075
10762007/02/21 (thomasb)
1077----------
1078- Fixed some CSS issues in default skin (closes #1484210 and #1484161)
1079- Prevent from double quoting of numeric HTML character references (closes #1484253)
1080
1081
10822007/02/07 (tomekp)
1083----------
1084- Updated (bg) translation (Doichin Dokov)
1085
1086
10872007/02/06 (tomekp)
1088----------
1089- Updated (pl) translation
1090- Updated (pt_BR) translation (Robson F. Ramaldes)
1091- Big cleanup in program/localization
1092
1093
10942007/02/05 (thomasb)
1095----------
1096- Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
1097
1098
10992007/01/07 (estadtherr)
1100----------
1101- Fixed display of HTML message attachments (closes #1484178)
1102
1103
11042007/01/07 (thomasb)
1105----------
1106- Applied patch for preview caching (closes #1484186)
1107- Added Thai and Vietnamese localization files
1108
1109
11102006/12/29 (thomasb)
1111----------
1112- Added error handling for attachment uploads
1113- Use multibyte safe string functions where necessary (closes #1483988)
1114- Updated Swiss German localization (de_CH)
1115
1116
11172006/12/22 (thomasb)
1118----------
1119- Applied security patch to validate the submitted host value (by Kees Cook)
1120- Applied security patch to validate input values when deleting contacts (by Kees Cook)
1121- Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
1122- Applied a patch to more aggressively sanitize a HTML message
1123- Visualize blocked images in HTML messages
1124
1125
11262006/12/20 (thomasb)
1127----------
1128- Fixed wrong message listing when showing search results (closes #1484131)
1129- Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
1130- Show remote images when opening HTML message part as attachment
1131
1132
11332006/12/17 (thomasb)
1134----------
1135- Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
1136
1137
11382006/12/06 (thomasb)
1139----------
1140- Improve memory usage when sending mail (closes #1484098)
1141- Mark messages as read once the preview is loaded (closes #1484132)
1142- Include smtp final response in log (closes #1484081)
1143
1144
11452006/12/04 (thomasb)
1146----------
1147- Corrected date string in sent message header (closes #1484125)
1148- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
1149- Changed srong tooltips for message browse buttons (closes #1483930)
1150
1151
11522006/12/03 (estadtherr)
1153----------
1154- Added fix to convert HTML signatures for plain text messages
1155- Fixed signature delimeter character to be standard (Bug #1484035)
1156
1157
11582006/12/01 (thomasb)
1159----------
1160- Implemented preview pane
1161- Fixed XSS vulnerability (Bug #1484109)
1162- Remove newlines from mail headers (Bug #1484031)
1163- Selection issues when moving/deleting (Bug #1484044)
1164- Applied patch of Clement Moulin for imap host auto-selection
1165- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
1166- Fixed folder name encoding in subscription list (Bug #1484113)
1167- Fixed JS errors in identity list (Bug #1484120)
1168- Show client debug console on debug_level 8
1169- Added Serbian translation
1170- Updated Spanish and Bulgarian localization
1171
1172
11732006/11/22 (robin)
1174----------
1175- Fix a bug introduced with Shift-Del yesterday
1176
1177
11782006/11/21 (robin)
1179----------
1180- Add missing nl_NL translations
1181- Translate foldernames in folder form (closes #1484113)
1182
1183
11842006/11/21 (robin)
1185----------
1186- Added first and last buttons to message list, address book
1187  and message detail
1188- Pressing Shift-Del bypasses Trash folder
1189- Enable purge command for Junk folder
1190
1191
11922006/11/17 (robin)
1193----------
1194- Re-initialize message list after shift-select and delete
1195
1196
11972006/11/16 (robin)
1198----------
1199- Fixed updating message list after expunge and purge
1200- Fetch all aliases if virtuser_query is used instead
1201  of only the first one
1202
1203
12042006/11/11 (estadtherr)
1205----------
1206- fixed deletion/moving of messages from within "show" page
1207
1208
12092006/11/09 (thomasb)
1210----------
1211- Little bugfix in HTML encoding
1212- Fixed encoding issues and delete-on-reply problem
1213- Corrected template parsing
1214
1215
12162006/11/07 (estadtherr)
1217----------
1218- Upgraded to TinyMCE v2.0.8
1219- Fixed CSS path for editor popups
1220
12212006/09/26 (estadtherr)
1222----------
1223- Added spellchecker plugin to TinyMCE configuration
1224- Fixed HTML/Plain toggle labels
1225
1226
12272006/09/24 (thomasb)
1228----------
1229- Partial client re-write with a common list class
1230- Re-enabled multi select of contacts (Bug #1484017)
1231- Enable contact editing right after creation (Bug #1459641)
1232- Updated Hungarian, Estonian and Traditional Chinese localization
1233
1234
12352006/09/19 (thomasb)
1236----------
1237- Correct UTF-7 to UTF-8 conversion if mbstring is not available
1238
1239
12402006/09/13 (estadtherr)
1241----------
1242- Introduction of TinyMCE HTML editor support for message composition and signatures
1243  Note : a new column is added to the "identities" database table
1244
1245
12462006/09/12 (estadtherr)
1247----------
1248- Fixed html2text treatment of table headers (Bug #1484020)
1249- Fixed IMAP fetch of message body (Bug #1484019)
1250
1251
12522006/09/08 (thomasb)
1253----------
1254- Fixed safe_mode problems (Bug #1418381)
1255- Fixed wrong header encoding (Bug #1483976)
1256
1257
12582006/09/07 (thomasb)
1259----------
1260- Made automatic draft saving configurable
1261- Fixed JS bug when renaming folders (Bug #1483989)
1262- Don't wait for complete page load when calling JavaScript init()
1263- Some improvements to prevent session expiration
1264- Prevent from double submit of spell check requests
1265
1266
12672006/09/01 (thomasb)
1268----------
1269- Imporoved message parsing and HTML validation
1270- Added quota display as image (by Brett Patterson)
1271- Corrected creation of a message-id
1272- Updated Norwegian (bokmal) localization
1273
1274
12752006/08/30 (thomasb)
1276----------
1277- New indentation for quoted message text
1278- Improved HTML validity
1279
1280
12812006/08/28 (estadtherr)
1282----------
1283- Fixed URL character set (Ticket #1445501)
1284- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
1285
1286
12872006/08/25 (thomasb)
1288----------
1289- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
1290- Finalized new message parsing (+ chaching)
1291- Updated SQL scripts and UPGRADING instructions
1292
1293
12942006/08/23 (thomasb)
1295----------
1296- Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
1297
1298
12992006/08/20 (thomasb)
1300----------
1301- Fixed wrong usage of mbstring (Bug #1462439)
1302- Set default spelling language (Ticket #1483938)
1303- Added support for Nox Spell Server
1304
1305
13062006/08/18 (thomasb)
1307----------
1308- Re-built message parsing (Bug #1327068)
1309  Now based on the message structure delivered by the IMAP server.
1310- Fixed some XSS and SQL injection issues
1311
1312
13132006/08/10 (thomasb)
1314----------
1315- Fixed charset problems with folder renaming
1316
1317
13182006/08/04 (thomasb)
1319----------
1320- Fixed Bug in saving identities (Ticket #1483915)
1321- Set folder name in window title (Bug #1483919)
1322- Don't add imap_root to INBOX path (Bug #1483816)
1323- Attempt to create default folders only after login
1324- Avoid usage of $CONFIG in rcube_imap class
1325
1326
13272006/07/30 (thomasb)
1328----------
1329- Alter links in HTML messages (Bug #1326402)
1330- Added fallback if host not found in 'mail_domain' array
1331- Applied patch of Charles to highlight droptargets (Ticket #1473034)
1332- Fixed folder renaming (Bug #1483914)
1333- Added confirmation message after deleting a folder
1334
1335
13362006/07/25 (thomasb)
1337----------
1338- Made folder renaming a bit more ajax-style
1339- Changed rename-labels and German translation
1340- Fixed addressbox countbar width (Bug #1483845)
1341- Fixed refresh interval problems in Safari (Bug #1483902)
1342- Fixed clear_message_list_header() errors (Bug #1483898)
1343- Sanity check of $message_set in imap.inc (Bug #1443200)
1344- Added correct changing of message list headers for Sent folder
1345- Updated Spanish localization (Ticket #1483887)
1346- Applied patch #1483846
1347
1348
13492006/07/24 (richs)
1350----------
1351- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
1352- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
1353- Draft saving now properly returns an error when saving fails
1354- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
1355- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
1356
1357
13582006/07/19 (thomasb)
1359----------
1360- Correct entity encoding of link urls (HTML validity)
1361- Improved usability in compose step (Ticket #1483807)
1362- Added absolute URLs to several buttons (for "open in new window")
1363- Applied patch #1328032
1364- Fixed Bug/Patch #1443200
1365
1366
13672006/07/18 (thomasb)
1368----------
1369- Fixed password with spaces issue (Bug #1364122)
1370- Replaced _auth hash with second cookie (Ticket #1483811)
1371- Don't use get_input_value() for passwords (Bug #1468895)
1372- Made password encryption key configurable
1373- Minor bugfixes with charset encoding
1374- Added <label> tags to forms (Ticket #1483810)
1375
1376
13772006/07/07 (thomasb)
1378----------
1379- Fixed INSTALL_PATH bug #1425663
1380
1381
13822006/07/03 (richs)
1383----------
1384- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
1385- Updated French localizations (Ticket #1483862)
1386- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
1387- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
1388- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
1389- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
1390
1391
13922006/06/30 (richs)
1393----------
1394- Fixed empty INBOX compatibility bug (Patch #1443200)
1395- Temporarily fixed French "compact" localization (Patch #1483862)
1396- Fixed "Select All" not working with Delete interface button (Bug #1332434)
1397- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
1398- Fixed "unread count" in window title when count changed (Bug #1483812)
1399- Fixed DB error when deleting from message table (Patch #1483835)
1400
1401
14022006/06/29 (richs)
1403----------
1404- Added ability to remove attachments (Feature #1436721)
1405- Default folders are now auto-created on first login (Feature #1471594)
1406- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
1407- Corrected Italian localizations
1408- Tweaked rename-folder form to clear after a rename
1409
1410
14112006/06/26 (richs)
1412----------
1413- Added button to immediately check for new messages
1414- New message checking now displays status "Checking for new messages..."
1415- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
1416- Task buttons now respond to clicks by darkening (as in other applications)
1417- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
1418- Added ability to sort messages by "Size"
1419- Added ability to rename folders (Feature #1326396)
1420- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
1421- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
1422
1423
14242006/06/25
1425----------
1426- Changed behavior to include host-specific configuration (Bug #1483849)
1427- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
1428- Fixed spell checker to work with the new URL at google.com
1429- Some memory and security optimizations sendmail.inc
1430- Updated UGRADING description
1431
1432
14332006/06/19
1434----------
1435- Added Drafts support (Feature #1326839) (richs)
1436
1437
14382006/06/02
1439----------
1440- Updated Estonian localization and moved from ee to et
1441- Added Bulgarian localization
1442
1443
14442006/05/25
1445----------
1446- Finalized GoogieSpell integration
1447
1448
14492006/05/18
1450----------
1451- Added Arabic and Armenian localizations
1452- Updated Russian localization
1453- Removed MDB2 classes from repository. Install them seperately if used.
1454- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
1455- Allow & in e-mail addresses
1456
1457
14582006/05/05
1459----------
1460- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
1461- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
1462- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
1463- Corrected INSTALL description (Bug #1476106)
1464- Added charset to javascript HTTP headers
1465- Fixed Opera bug with CC and BCC fields (Bug #1474576)
1466- Changed login page title regarding product name (Bug #1476413)
1467- Pimped search function
1468- Applied attachment viewing/forwarding patches by Andrew Fladmark
1469- Applied prev/next patch by Leonard Bouchet
1470- Applied patches by Mark Bucciarelli
1471- Applied patch for requesting receipts by Salvatore Ansani
1472- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
1473
1474
14752006/04/13
1476----------
1477- Added Slovenian localization
1478- Updated Portuguese localization
1479- Fixed parent.location problem for compose-links
1480- Added sort order saving patch by Jacob Brunson
1481- Added gzip compression support
1482
1483
14842006/04/02
1485----------
1486- Added Lithuanian localization
1487- Improved search function
1488- Added version string as template object
1489- Load host-specific configuration file (see config/main.inc.php)
1490- New config parameter adding domain to user names for login
1491- Strip tags on _auth, _action, _task parameters
1492- Corrected labels for next/previous page buttons in address book
1493
1494
14952006/03/23
1496----------
1497- Auto-detect mail header delimiters
1498- Regard daylight savings
1499- Localized quota display
1500- Started implementing search function
1501
1502
15032006/03/20
1504----------
1505- Avoid error message when saving an unchanged identity (Bug #1429510)
1506- Fixed hard-coded cols selection for sent folder (Bug #1354586)
1507- Enable some HTML links for use with "open in new window" or "save target"
1508- Check meta-key instead of ctrl on Macs
1509- Ignore double clicks when holding down a modifier key
1510- Fixed reloading of the login page
1511- Fixed typo in compose template (Bug #1446852)
1512- Added compose button to message read step (Request #1433288)
1513- New config parameter for persistent database connections (Bug #1431817)
1514
1515
15162006/03/14
1517----------
1518- Don't remove internal HTML tags in plaintext messages
1519- Improved error handling in DB connection failure
1520
1521
15222006/02/22
1523----------
1524- Updated localizations
1525- Fixed bug #1435989
1526
1527
15282006/02/19
1529----------
1530- Updated localizations
1531- Applied patch of Anders Karlsson
1532- Applied patch of Jacob Brunson
1533- Applied patch for virtuser_query by Robin Elfrink
1534- Added support for References header (patch by Auke)
1535- Added support for mbstring module by Tadashi Jokagi
1536- Added function for automatic remove of slashes on GET and POST vars
1537  if magic_quotes is enabled
1538
1539
15402006/02/05
1541----------
1542- Added Slovak, Hungarian, Bosnian and Croation translation
1543- Fixed bug when inserting signatures with !?&
1544- Chopping message headers before inserting into the message cache table
1545  (to avoid bugs in Postgres)
1546- Allow one-char domains in e-mail addresses
1547- Make product name in page title configurable
1548- Make username available as skin object
1549- Added session_write_close() in rcube_db class destructor to avoid problems
1550  in PHP 5.0.5
1551- Use move_uploaded_file() instead of copy() for a more secure handling of
1552  uploaded attachments
1553- Additional config parameter to show/hide deleted messages
1554- Added periodic request for checking new mails (Request #1307821)
1555- Added EXPUNGE command
1556- Optimized loading time for mail interface
1557- Changed to full UTF-8 support
1558- Additional timezones (Patch #1389912)
1559- Added LDAP public search (experimental)
1560- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
1561- Casting to strings when adding empty headers to message cache (Bug #1406026)
1562- Skip sender-address as recipient when Reply-to-all
1563- Fixes in utf8-class
1564- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
1565- Added garbage collector for message cache
1566- Added patches for BCC headers
1567
1568
15692005/12/16
1570----------
1571- Added Turkish and Simplified Chinese translation
1572- Use virtusertable to resolve e-mail addresses at login
1573- Configurable mail_domain used to compose correct e-mail addresses
1574  on first login
1575
1576
15772005/12/03
1578----------
1579- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
1580  Estonian and Chinese translation
1581- Get IMAP server capabilities in array
1582- Check for NAMESPACE capability before sending command
1583- Set default user language from config 'locale_string'
1584- Added sorting patch for message list
1585- Make default sort col/order configurable
1586- Fixed XSS in address book and identities
1587- Added more XSS protection (Bug #1308236)
1588- Added tab indexes for compose form
1589- Added 'changed' col to contacts table
1590- Support for 160-bit session hashes
1591- Added input check for contacts and identities (Patch #1346523)
1592- Added messages/warning to compose step (Patch #1323895)
1593- Added favicon to the default skin
1594- Fixed Bug #1334337 as far as possible
1595- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
1596- Redesign of client side AJAX code (enable multi threading)
1597- Added keep-alive signal every minute
1598- Make logs dir configurable
1599- Added support for SMTPS
1600- Decode attachment file names
1601- Make delimiter for message headers configurable
1602- Add generic footer to sent messages
1603- Choose the rigt identity when replying
1604- Remove signature when replying (Request #1333167)
1605- Signatures for each identity
1606- Select charset when composing message
1607- Complete re-design of the caching mechanism
1608
1609
16102005/08/11
1611----------
1612- Write list header to client even if list is empty
1613- Add functions "select all", "select none" to message list
1614- Improved filter for HTML messages to remove potentially malicious tags
1615  (script, iframe, object) and event handlers.
1616- Buttons for next/previous message in view mode
1617- Add new created contact to list and show confirmation status
1618- Added folder management (subscribe/create/delete)
1619- Log message sending (SMTP log)
1620- Grant access for Camino browser
1621- Added German translation
1622
1623
16242005/10/20
1625----------
1626- Added Swedish, Latvian, Portuguese and Catalan translation
1627- Make SMTP auth method configurable
1628- Make mailboxlist scrollable (Bug #1326372)
1629- Fixed SSL support
1630- Improved support for Courier IMAP (root folder and delimiter issues)
1631- Moved taskbar from bottom to top
1632- Added 'session_lifetime' parameter
1633- Fixed wrong unread count when deleting message (Bug #1332434)
1634- Srip tags when creating a new folder (Bug #1332084)
1635- Translate HTML tags in message headers (Bug #1330134)
1636- Correction in German translation (Bug #1329434)
1637- Display folder names with special chars correctly (Bug #1330157)
1638
1639
16402005/10/07
1641----------
1642- Added French, Italian, Spanish, Danish, Dutch translation
1643- Clarified license (Bug #1305966)
1644- Fixed PHP warnings (Bug #1299403)
1645- Fixed english translation (Bug #1295406)
1646- Fixed bug #1290833: Last character of email not seen
1647- Fixed bug #1292199 when creating new user
1648- Allow more browsers (Bug #1285101)
1649- Added setting for showing pretty dates
1650- Added support for SQLite database
1651- Make use of message caching configurable
1652- Also add attachments when forwarding a message
1653- Long folder names will not flow over message list (Bug #1267232)
1654- Show nested mailboxes hieracically
1655- Enable IMAPS by host
1656
1657
16582005/08/20
1659----------
1660- Improved cacheing of mailbox messagecount
1661- Fixed javascript bug when creating a new message folder
1662- Fixed javascript bugs #1260990 and #1260992: folder selection
1663- Make Trash folder configurable
1664- Auto create folders Inbox, Sent and Trash (if configured)
1665- Support for IMAP root folder
1666- Added support fot text/enriched messages
1667- Make list of special mailboxes configurable
1668
Note: See TracBrowser for help on using the repository browser.