source: github/CHANGELOG @ 2e1809e

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since 2e1809e was 2e1809e, checked in by alecpl <alec@…>, 4 years ago
  • Fix checking for recent messages on various IMAP servers (#1485702)
  • performance fix: Don't fetch quota and recent messages in "message view" mode
  • Property mode set to 100644
File size: 51.7 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42009/02/02 (alec)
5----------
6- Fix checking for recent messages on various IMAP servers (#1485702)
7- performance fix: Don't fetch quota and recent messages in "message view" mode
8
92009/01/28 (alec)
10----------
11- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)
12
132009/01/23 (alec)
14----------
15- Fix creation of folders with '&' sign in name
16- Fix parsing of email addresses without angle brackets (#1485693)
17- Save spellcheck corrections when switching from plain to html editor (and spellchecking is on)
18- Fix large search results on server without SORT capability (#1485668)
19
202009/01/22 (thomasb)
21----------
22- Get rid of preg_replace() with eval modifier and create_function usage (#1485686)
23- Bring back <base> and <link> tags in HTML messages
24
252009/01/20 (thomasb)
26----------
27- Fix XSS vulnerability through background attributes as reported by Julien Cayssol
28
292009/01/18 (alec)
30----------
31- Fix problems with backslash as IMAP hierarchy delimiter (#1484467)
32- Secure vcard export by getting rid of preg's 'e' modifier use (#1485689)
33- Fix authentication when submitting form with existing session (#1485679)
34
352009/01/15 (alec)
36----------
37- Allow absolute URLs to images in HTML messages/sigs (#1485666)
38- Fix message body which contains both inline attachments and emotions
39- Fix SQL query execution errors handling in rcube_mdb2 class (#1485509)
40- Fix address names with '@' sign handling (#1485654)
41
422009/01/08 (alec)
43----------
44- Improve messages display performance
45- Fix messages searching with 'to:' modifier
46
472008/12/30 (thomasb)
48----------
49- Fix mark popup in IE 7 (#1485369)
50- Fix line-break issue when copy & paste in Firefox (#1485425)
51
522008/12/18 (thomasb)
53----------
54- Only abbreviate attachment file names in MSIE < 7
55- Fix autocomplete "unknown server error" (#1485637)
56- Optimize autocomplete search and output
57
582008/12/18 (alec)
59----------
60- Fix STARTTLS before AUTH in SMTP connection (#1484883)
61- Support multiple quota values in QUOTAROOT resonse (#1485626)
62
632008/12/16 (thomasb)
64----------
65- Only abbreviate file name for IE browsers (#1485063)
66
672008/12/11 (alec)
68----------
69- Performance: allow setting imap rootdir and delimiter before connect (#1485172)
70
712008/12/06 (alec)
72----------
73- Fix sorting of folders with more than 2 levels (#1485569)
74- Fix search results page jumps in LDAP addressbook (#1485253)
75- Fix empty line before the signature in IE (#1485351)
76- Fix horizontal scrollbar in preview pane on IE (#1484633)
77- Add Robots meta tag in login page and installer (#1484846)
78
792008/12/04 (alec)
80----------
81- Added 'show_images' option, removed 'addrbook_show_images' (#1485597)
82- Performance fix: some mail actions do not require imap connection
83
842008/11/28 (thomasb)
85----------
86- Option to check for new mails in all folders (#1484374)
87- Don't set client busy when checking for new messages (#1485276)
88
892008/11/26 (alec)
90----------
91- Allow UTF-8 folder names in config (#1485579)
92- Add junk_mbox option configuration in installer (#1485579)
93
942008/11/23 (thomasb)
95----------
96- Do serverside addressbook queries for autocompletion (#1485531)
97
982008/11/23 (alec)
99----------
100- Allow setting attachment col position in 'list_cols' option
101- Allow override 'list_cols' via skin (#1485577)
102
1032008/11/21 (alec)
104----------
105- Fix 'cache' table cleanup on session destroy (#1485516)
106- Increase speed of session destroy and garbage clean up
107- Fix session timeout when DB server got clock skew (#1485490)
108
1092008/11/19 (alec)
110----------
111- Fix handling of some malformed messages (#1484438)
112- Speed up raw message body handling
113- Better HTML entities conversion in html2text (#1485519)
114
1152008/11/15 (alec)
116----------
117- Fix big memory consumption and speed up searching on servers without SORT capability
118- Fix setting locale to tr_TR, ku and az_AZ (#1485470)
119
1202008/11/12 (alec)
121----------
122- Use SORT for searching on servers with SORT capability
123- Added message status filter
124
1252008/11/06 (alec)
126----------
127- Fix empty file sending (#1485389)
128- Improved searching with many criterias (calling one SEARCH command)
129
1302008/11/05 (alec)
131----------
132- Fix HTML editor initialization on IE (#1485304)
133
1342008/11/03 (alec)
135----------
136- Add warning when switching editor mode from html to plain (#1485488)
137- Make identities list scrollable (#1485538)
138
1392008/10/29 (alec)
140----------
141- Fix problem with numeric folder names (#1485527)
142- Added BYE response simple support to prevent from endless loops in imap.inc (#1483956)
143
1442008/10/27 (alec)
145----------
146- Fix unread message unintentionally marked as read if read_when_deleted=true (#1485409)
147- Remove port number from SERVER_NAME in smtp_helo_host (#1485518)
148
1492008/10/25 (alec)
150----------
151- Don't send disposition notification receipts for messages marked as 'read' (#1485523)
152- Added 'keep_alive' and 'min_keep_alive' options (#1485360)
153
1542008/10/24 (alec)
155----------
156- Added option 'identities_level', removed 'multiple_identities'
157- Allow deleting identities when multiple_identities=false (#1485435)
158
1592008/10/22 (alec)
160----------
161- Added option focus_on_new_message (#1485374)
162
1632008/10/18 (alec)
164----------
165- Fix html2text class autoloading on Windows (#1485505)
166- Fix html signature formatting when identity save error occured (#1485426)
167
1682008/10/15 (alec)
169----------
170- Add feedback and set busy when moving folder (#1485497)
171
1722008/10/10 (alec)
173----------
174- Fix 'Empty' link visibility for some languages e.g. Slovak (#1485489)
175- Fix messages count bar overlapping (#1485270)
176- Fix adding signature in drafts compose mode (#1485484)
177
1782008/10/09 (alec)
179----------
180- Fix iil_C_Sort() to support very long and/or divided responses (#1485283)
181- Fix matching case sensitivity when setting identity on reply (#1485480)
182- Prefer default identity on reply
183
1842008/10/08 (alec)
185----------
186- Fix imap searching on ISMail server (#1485466)
187- Add css class for flagged messages (#1485464)
188
1892008/10/07 (alec)
190----------
191- Write username instead of id in sendmail log (#1485477)
192- Fix htmlspecialchars() use for PHP version < 5.2.3 (#1485475)
193- Fix js keywords escaping in json_serialize() for IE/Opera (#1485472)
194- Added bin/killcache.php script (#1485434)
195
1962008/10/03 (alec)
197----------
198- Add support for SJIS, GB2312, BIG5 in rc_detect_encoding()
199- Fix vCard file encoding detection for non-UTF-8 strings (#1485410)
200- Add 'skip_deleted' option in User Preferences (#1485445)
201
2022008/10/02 (alec)
203----------
204- Minimize "inline" javascript scripts use (#1485433)
205- Fix css class setting for folders with names matching defined classes names (#1485355)
206- Fix race conditions when changing mailbox
207
2082008/10/01 (alec)
209- Fix spellchecking when switching to html editor (#1485362)
210- Fix compose window width/height (#1485396)
211- Allow calling msgimport.sh/msgexport.sh from any directory (#1485431)
212- Localized filesize units (#1485340)
213- Better handling of "no identity" and "no email in identity" situations (#1485117)
214
2152008/09/29 (alec)
216----------
217- Added 'mime_param_folding' option with possibility to choose
218  long/non-ascii attachment names encoding eg. to be readable
219  in MS Outlook/OE (#1485320)
220- Added "advanced options" feature in User Preferences
221- Fix unread counter when displaying cached massage in preview panel (#1485290)
222- Fix htmleditor spellchecking on MS Windows (#1485397)
223
2242008/09/25 (alec)
225----------
226- Fix problem with non-ascii attachment names in Mail_mime (#1485267, #1485096)
227
2282008/09/23 (alec)
229----------
230- Fix language autodetection (#1485401)
231- Fix button label in folders management (#1485405)
232- Fix collapsed folder not indicating unread msgs count of all subfolders (#1485403)
233- Fix handling of apostrophes in filenames decoded according to rfc2231
234
2352008/09/19 (thomasb)
236----------
237- Made config files location configurable (#1485215)
238
2392008/09/16 (alec)
240----------
241- Reduced memory footprint when forwarding attachments (#1485345)
242- Fix inline images handling when replying/forwarding html messages
243- Allow and use spellcheck attribute for input/textarea fields (#1485060)
244- Added icons for forwarded/forwarded+replied messages (#1485257)
245- Added Reply-To to forwarded emails (#1485315)
246- Display progress message for folders create/delete/rename (#1485357)
247- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)
248
2492008/09/15 (thomasb)
250----------
251- Redesign of the identities settings (#1484042)
252- Add config option to disable creation/deletion of identities (#1484498)
253
2542008/09/15 (alec)
255----------
256- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)
257
2582008/09/12 (alec)
259----------
260- Added vertical splitter for folders list resizing
261- Added possibility to view all headers in message view
262- Fixed splitter drag/resize on Opera (#1485170)
263- Fixed quota img height/width setting from template (#1484857)
264
2652008/09/12 (thomasb)
266----------
267- Refactor drag & drop functionality. Don't rely on browser events anymore (#1484453)
268- Insert "virtual" folders in subscription list (#1484779)
269- Added link to open message in new window
270
2712008/09/05 (thomasb)
272----------
273- Enable export of address book contacts as vCard
274- Respect Content-Location headers in multipart/related messages according to RFC2110 (#1484946)
275- Applied mime_decode patch by David Lublink
276- Allowed max. attachment size now indicated in compose screen (#1485030)
277- Also capture backspace key in list mode (#1484566)
278- Allow application/pgp parts to be displayed (#1484753)
279- Correctly handle options in mailto-links (#1485228)
280- Immediately save sort_col/sort_order in user prefs (#1485265)
281
2822008/09/04 (alec)
283----------
284- Truncate very long (above 50 characters) attachment filenames when displaying
285- Support \" and \\ in quoted strings when parsing BODYSTRUCTURE (mime.inc)
286- Allow 'readonly' atributes in input and textarea (#1485312)
287
2882008/09/03 (thomasb)
289----------
290- Allow to auto-detect client language if none set (#1484434)
291- Auto-detect the client timezone (user configurable)
292
2932008/09/03 (alec)
294----------
295- Add RFC2231 header value continuations support for attachment
296  filenames + hack for servers that not support that feature
297- Fix Reply-To header displaying (#1485314)
298
2992008/09/02 (thomasb)
300----------
301- Add feature to import contacts from vcard files (#1326103)
302- Mark form buttons that provide the most obvious operation (mainaction)
303
3042008/08/30 (alec)
305----------
306- Improved HTML to TXT conversion by html2text class update
307  to version 1.0.0
308
3092008/08/28 (alec)
310----------
311- Added option 'quota_zero_as_unlimited' (#1484604)
312- Added PRE handling in html2text class (#1484740)
313
3142008/08/28 (robin)
315----------
316- Added folder hierarchy collapsing
317
3182008/08/27 (alec)
319----------
320- Added options to use syslog instead of log file (#1484850)
321- Added Logging & Debugging section in Installer
322- Write to smtp log also sent MDN confirmations
323
3242008/08/26 (alec)
325----------
326- Removed support for PEAR::DB driver
327
3282008/08/21 (alec)
329----------
330- Add Content-Length header while attachments downloading (#1484256)
331- Fix In-Reply-To and References headers when composing saved draft
332  message (#1485288)
333- Removed PHP4 class constructors
334- Fix html message charset conversion for charsets with underline (#1485287)
335- Fix buttons status after contacts deletion (#1485233)
336
3372008/08/21 (estadtherr)
338----------
339- Fix escaping of To: and From: fields when building message body for reply
340  or forward in the HTML editor (#1484904)
341
3422008/08/15 (thomasb)
343----------
344- Use current mailbox name in template (#1485256)
345- Better fix for skipping untagged responses (#1485261)
346- Added pspell support patch by Kris Steinhoff (#1483960)
347- Enable spellchecker for HTML editor (#1485114)
348- Respect spellcheck_uri in tinyMCE spellchecker (#1484196)
349
3502008/08/09 (alec)
351----------
352- Case insensitive contacts searching using PostgreSQL (#1485259)
353
3542008/07/31 (thomasb)
355----------
356- Make default imap folders configurable for each user (#1485075)
357- Save outgoing mail to selectable folder (#1324581)
358- Fix hiding of mark menu when clicking th button again (#1484944)
359
3602008/07/21 (alec)
361----------
362- use long date format in print mode (#1485191)
363
3642008/07/18 (alec)
365----------
366- Updated TinyMCE to version 3.1.0.1
367
3682008/07/14 (thomasb)
369----------
370- Re-enable autocomplete attribute for login form (#1485211)
371- Check PERMANENTFLAGS before saving $MDNSent flag (#1484963, #1485163)
372
3732008/06/30 (alec)
374----------
375- Added flag column on messages list (#1484623)
376
3772008/06/24 (alec)
378----------
379- Patched Mail/MimePart.php (http://pear.php.net/bugs/bug.php?id=14232)
380
3812008/06/24 (alec)
382----------
383- Allow trash/junk subfolders to be purged (#1485085)
384
3852008/06/20 (alec)
386----------
387- Added Azerbaijani translation
388
3892008/06/20 (thomasb)
390----------
391- Store compose parameters in session and redirect to a unique URL
392
3932008/06/18 (thomasb)
394----------
395- Fixed CRAM-MD5 authentication (#1484819)
396- Add fallback to old 'skin_path' property
397
3982008/06/16 (alec)
399----------
400- Fixed sending emoticons
401- Fixed forwarding messages with one HTML attachment (#1484442)
402- Fixed encoding of message/rfc822 attachments and image/pjpeg handling (#1484914)
403
4042008/06/15 (alec)
405----------
406- Added option to select skin in user preferences
407  WARNING: option 'skin_path' replaced by 'skin' option!
408
4092008/06/14 (alec)
410----------
411- Added option to disable displaying of attached images below the message body
412
4132008/06/13 (alec)
414----------
415- Added option to display images in messages from known senders (#1484601)
416- Updated PEAR::Mail_Mime
417- User preferences grouped in more fieldsets
418
4192008/06/12 (alec)
420----------
421- Fix corrupted MIME headers of messages in Sent folder (#1485111)
422- Fixed bug in MDB2 package: http://pear.php.net/bugs/bug.php?id=14124
423- Use keypress instead of keydown to select list's row (#1484816)
424
4252008/06/11 (alec)
426----------
427- Don't call expunge and don't remove message row after message move
428  if flag_for_deletion is set to true (#1485002)
429
4302008/06/08 (alec)
431----------
432- Added option to disable autocompletion from selected LDAP address books (#1484922)
433
4342008/06/07 (thomasb)
435----------
436- Cleaned up localization names. Now named with lang_COUNTRY according to ISO 639-1/3166-1
437- Updated Catalan localization
438
4392008/06/06 (robin)
440----------
441- Add option to log successful logins
442
4432008/06/06 (alec)
444----------
445- TLS support in LDAP connections: 'use_tls' property (#1485104)
446
4472008/06/05 (alec)
448----------
449- Fix removing messages from search set after deleting them (#1485106)
450
4512008/06/03 (alec)
452----------
453- imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of iil_ReadLine()
454- imap.inc: Fixed iil_C_FetchStructureString() to handle many
455  literal strings in response (#1484969)
456- imap.inc: Removed hardcoded data size in iil_ReadLine()
457
4582008/05/30 (alec)
459----------
460- Support for subfolders in default/protected folders (#1484665)
461- Disallowed delimiter in folder name (#1484803)
462- Support " and \ in folder names
463- Escape \ in login (#1484614)
464
4652008/05/29 (thomasb)
466----------
467- Better HTML sanitization with the DOM-based washtml script (#1484701)
468
4692008/05/29 (alec)
470----------
471- Polish localization folder renamed to pl_PL
472
4732008/05/28 (alec)
474----------
475- Fixed sorting of folders with non-ascii characters
476
4772008/05/21 (alec)
478----------
479- Localized pagetitle in Settings and Address Book
480
4812008/05/19 (alec)
482----------
483- Fixed Mysql DDL for default identities creation (#1485070)
484
4852008/05/16 (alec)
486----------
487- In Preferences added possibility to configure 'read_when_deleted',
488  'mdn_requests', 'flag_for_deletion' options
489
4902008/05/15 (thomasb)
491----------
492- Make IMAP auth type configurable (#1483825)
493- Fix empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055)
494
4952008/05/15 (alec)
496----------
497- Fix attachment list on IE 6/7 (#1484807)
498
4992008/05/12 (estadtherr)
500----------
501- fix JavaScript in compose.html that shows cc/bcc fields if populated
502
5032008/05/12 (alec)
504----------
505- Updated PEAR::DB package to version 1.7.13
506
5072008/05/10 (alec)
508----------
509- Make password input fields of type password in installer (#1484886)
510
5112008/05/09 (alec)
512----------
513- Don't call CAPABILITY if was recieved as server's optional response
514  on connect (RFC3501 [7.1])
515
5162008/05/08 (alec)
517----------
518- Don't attempt to delete cache entries if enable_caching is FALSE (#1485051)
519- Optimized messages sorting on servers without sort capability (#1485049)
520- Option 'use_SQL_address_book' replaced by 'address_book_type'
521- Corrected message headers decoding when charset isn't specified and improved
522  support for native languages (#1485050, #1485048)
523
5242008/05/07 (davidke/richs)
525----------
526- Completed LDAP address book support so it can now write to an LDAP server.
527- Expanded LDAP configuration options to support LDAP server writes.
528- Modified config/main.inc.php.dist:
529  New Option: $rcmail_config['use_SQL_address_book']
530  Changed Option:  $rcmail_config['ldap_public']['Verisign']
531
5322008/05/05 (alec)
533----------
534- Installer: encode special characters in DB username/password (#1485042)
535- Do charset conversion also for from/to column on messages list
536- Fix management of folders with national characters in names (#1485036, #1485001)
537
5382008/05/02 (alec)
539----------
540- Updated MDB2 package to version 2.5.0b1
541- Updated MDB2 pgsql, mysql, mysqli, sqlite drivers to version 1.5.0b1
542- Updated MDB2 mssql driver to version 1.3.0b1
543- Fixed identities saving when using MDB2 pgsql driver (#1485032)
544
5452008/05/01 (alec)
546----------
547- Fix BCC header reset (#1484997)
548
5492008/04/30 (thomasb)
550----------
551- Introduce new application class 'rcmail' and get rid of some global vars
552
5532008/04/29 (alec)
554----------
555- improved messages list performance - patch from Justin Heesemann
556
5572008/04/23 (alec)
558----------
559- Append skin_path to images location only when it starts
560  with '/' sign (#1484859)
561
5622008/04/20 (estadtherr)
563----------
564- fix parse_attrib_string to handle unquoted values, which fixes
565  display issues with HTML messages that do not quote attributes
566
5672008/04/17 (alec)
568----------
569- Fix IMAP response in message body when message has no body (#1484964)
570- Updated PEAR::Auth_SASL to 1.0.2
571- Fix non-RFC dates formatting (#1484901)
572
5732008/04/16 (estadtherr)
574----------
575- Fix mail sending with new TinyMCE
576
5772008/04/16 (alec)
578----------
579- Fix typo in set_charset() (#1484991)
580- Decode entities when inserting HTML signature to plain text message (#1484990)
581
5822008/04/15 (estadtherr)
583----------
584- HTML editing is now working with PHP5 updates and TinyMCE v3.0.6
585- fix signature loading on Windows (#1484545)
586- add language support to HTML editing (#1484862)
587
5882008/04/15 (alec)
589----------
590- Fix remove signature when replying (#1333167)
591- Fix problem with line with a space at the end (#1484916)
592- Don't send set_env() in ajax response when env array is empty
593- Fix <!DOCTYPE> tag filtering (#1484391)
594- Fix <?xml> tag filtering (#1484403)
595 
5962008/04/14 (alec)
597----------
598- Added sections (fieldset+label) in Settings interface
599
6002008/04/12 (alec)
601----------
602- Fixed and optimized 'read_when_deleted': mark as read on server side
603  in one action when marking as deleted, fixed js bugs when deleting
604  from message preview page
605
6062008/04/12 (thomasb)
607----------
608- Changed codebase to PHP5 with autoloader
609- Added some new classes from devel-vnext branch
610
6112008/04/11 (alec)
612----------
613- Mark as read in one action with message preview (#1484972)
614- Delete redundant quota reads (#1484972)
615- Add options for empty trash and expunge inbox on logout (#1483863)
616
6172008/04/10 (alec)
618----------
619- Add rows highlighting in onmousemove on ksearch list
620- Remove lines wrapping when displaying message
621- Fix month localization
622- Do ob_start/ob_end_clean when reading config files (#1484624)
623- Fix debug (ajax) console
624
6252008/04/02 (alec)
626----------
627- Updated timezones list (#1484908)
628- Fix design in Settings (#1484799)
629- Fix deleting messages after clicking on "All" (#1484838)
630- Fix sorting o0f message list when default folder is empty (#1484317)
631- Fix creating a new folder w/a comma in its name (#1484681)
632
6332008/04/01 (thomasb)
634----------
635- Fix Enter problem on login (#1484839)
636- Make the http-received header in outgoing mails configurable
637
6382008/03/30 (till)
639----------
640- Fix Firefox problem with ob_gzhandler (#1484932)
641- Improve message previewpane - less loading (#1484316)
642
6432008/03/28 (thomasb)
644----------
645- Disable installer by default; add config option to enable it again
646
6472008/03/24 (till)
648----------
649- Don't send mark requests for already marked messages (#1484906)
650- Fix "quote inside a quote" (#1484783)
651
6522008/03/23 (till)
653
654- Applied patch to strip newlines from headers (#1484811)
655- Applied patch to trim login (#1484231)
656- Added robots.txt
657- Fix attachment problem when restoring saved draft without body (#1484506)
658- Fix call to undefined function decrypt_passwd() 
659
6602008/03/21 (thomasb)
661----------
662- Add configurable default charset for message decoding
663- Applied patch to fix mime decoding an folder subscription (#1484191)
664- Applied patch to correctly quote email recipient strings (#1484191)
665- Fix wrong charset aliases (#1484818 and #1484598)
666- Remove hard-coded size of logo image (#1484378)
667- Strip slashes from virtuser email values (#1484700)
668- Fixed message part window display in IE6 (#1484610)
669
6702008/02/28 (thomasb)
671----------
672- Fix folder adding/renaming inspired by #1484800
673- Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets
674- Fix quirky message selection
675- Completed installer
676
6772008/02/20 (thomasb)
678----------
679- Localize folder name in page title (#1484785)
680- Fix code using wrong variable name (#1484018)
681- Allow to send mail with BCC recipients only
682- Remove MDN headers before saving in sent folder
683
6842008/02/12 (estadtherr)
685----------
686- fix switching between HTML/plain composing (#1484752)
687- condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
688- fix image removal in message display when message HTML includes JS event handlers
689
6902008/02/11 (thomasb)
691----------
692- Add function to mark the selected messages as read/unread (#1457360)
693- Also do charset decoding as suggested in RFC 2231 (fix #1484321)
694- Show message count in folder list and hint when creating a subfolder
695
6962008/02/08 (thomasb)
697----------
698- Distinguish ssl and tls for imap connections (#1484667)
699- Added some charset aliases to fix typical mis-labelling (#1484565)
700
7012008/02/07 (thomasb)
702----------
703- Remember decision to display images for a certain message during session (#1484754)
704- Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
705- Fix size of the attachment preview frame (#1484758)
706
7072008/02/05 (thomasb)
708----------
709- Fix regular expression for checking e-mail address (#1484710)
710- Make sending of read receipts configurable
711- Respect config when localize folder names (#1484707)
712- Applied patch for updating page title (#1484727, #1484650)
713- Applied patch to prevent from purging inbox by uberlinuxguy (#1484449)
714- Applied patch to prevent bad header delimiters (#1484751)
715- Also send search request when deleting a contact (#1484620)
716- Add CSS hack for Safari
717
7182008/02/02 (thomasb)
719----------
720- Always update $CONFIG with user prefs (#1484729)
721- Don't ask for MDN confirmations on drafted messages (#1484691)
722- Also respect receipt and priority settings when re-opening a draft message
723
7242008/01/31 (robin)
725----------
726- Remember search results (closes #1483883), patch by the_glu
727
7282008/01/08 (tomekp)
729----------
730- add he (Hebrew) localization (#1484713)
731
7322008/01/08 (tomekp)
733----------
734- update fr localization
735
7362008/01/04 (tomekp)
737- purge kur_KU because it has no messages translation
738- bump copyright for all localization files
739
7402007/12/31 (tomekp)
741----------
742- update es localization
743
7442007/12/28 (tomekp)
745----------
746- update mk localization
747
7482007/12/27 (tomekp)
749----------
750- update se localization
751
7522007/12/13 (robin)
753----------
754- Add Received header on outgoing mail
755
7562007/12/10 (estadtherr)
757----------
758- Upgrade to TinyMCE 2.1.3
759- Allow inserting image attachments into HTML messages while composing (#1484557)
760
7612007/12/10 (thomasb)
762----------
763- Delegate user-stuff to new class rcube_user
764- Implement Message-Disposition-Notification (Receipts)
765
7662007/12/05 (tomekp)
767----------
768- update bg, uk localization
769
7702007/12/04 (tomekp)
771----------
772- update bg localization
773
7742007/11/25 (thomasb)
775----------
776- Applied UID fetch patch by Glen Ogilvie
777- Applied patch for correct Postgres instructions from ticket #1484674
778- Fix overriding of session vars when register_globals is on (#1484670)
779- Fix wrong Postgres setup instructions in INSTALL (#1484674)
780- Fix bug with case-sensitive folder names (#1484245)
781- Don't create default folders by default
782- Added Georgian localization by Zaza Zviadadze
783- Updated Russian localization
784- Fixed some potential security risks (audited by Andris)
785- Only show new messages if they match the current search (#1484176)
786
7872007/11/20 (tomekp)
788----------
789- add Korean (kr) localization
790
7912007/11/14 (tomekp)
792----------
793- update id_ID localization
794
7952007/11/06 (thomasb)
796----------
797- Switch to/from when searcing in Sent folder (#1484555)
798- Correctly read the References header (#1484646)
799- Unset old cookie in before sending a new value (#1484639)
800- Correctly decode attachments when downloading them (#1484645 and #1484642)
801
8022007/10/22 (tomekp)
803----------
804- update ru, eo localizations
805
8062007/10/17 (thomasb)
807----------
808- Make message listing less error prone
809
8102007/10/10 (thomasb)
811----------
812- Suppress IE errors when clearing attachments form (#1484356)
813- Set preferences field in user table to NULL (#1484386)
814- Log error when login fails due to auto_create_user turned off
815- Update UPGRADING instructions
816
8172007/10/05 (tomekp)
818----------
819- Add Esperanto localization
820
8212007/10/04 (Stiwi)
822----------
823- Updated German localization
824
8252007/10/04 (yllar)
826----------
827- Added Malay localization
828- Updated Lithuanian localization
829
8302007/09/27 (tomekp)
831----------
832- Update dutch localization (closes #1484588)
833
8342007/09/29 (thomasb)
835----------
836- Filter linked/imported CSS files (closes #1484056)
837
838
8392007/09/27 (tomekp)
840----------
841- Update brazilian portuguese localization (#1484580)
842
8432007/09/26 (thomasb)
844----------
845- Improve message compose screen (closes #1484383)
846- Select next row after removing one from list (#1484387)
847
848
8492007/09/26 (tomekp)
850----------
851- Add polish labels for changes in r816.
852- Update polish localization (#1484579)
853- Update thai localization (#1484578)
854
8552007/09/25 (robin)
856----------
857- Enable drag-/dropping of folders to a new parent folder (#1457344)
858
859
8602007/09/24 (robin)
861----------
862- Fix preview pane size for Safari & Konqueror (#1484187)
863
864
8652007/09/20 (robin)
866----------
867- Make smtp HELO/EHLO hostname configurable (#1484067)
868
869
8702007/09/19 (thomasb)
871----------
872- IPv6 Compatability (#1484322), Patch #1484373
873- Unlock interface when message sending fails (#1484570)
874- Eval PHP code in template includes (if configured)
875- Show message when folder is empty. Mo more static text in table (#1484395)
876- Only display unread count in page title when new messages arrived
877- Show mailbox name in page title
878
879
8802007/09/09 (thomasb)
881----------
882- Fixed wrong delete button tooltip (#1483965)
883- Fixed charset encoding bug (#1484429)
884- Applied patch for LDAP version (#1484552)
885- Improved XHTML validation
886
887
8882007/09/05 (thomasb)
889----------
890- Fix message list selection (#1484550)
891- Better fix lowercased usernames (#1484473)
892- Update pngbehavior Script as suggested in #1484490
893
894
8952007/08/29 (richs)
896----------
897- Fixed moving/deleting messages when more than 1 is selected
898
8992007/08/15 (thomasb)
900----------
901- Applied patch for LDAP contacts listing by Glen Ogilvie
902- Applied patch for more address fields in LDAP contacts (#1484402)
903- Close LDAP connections on script shutdown
904
905
9062007/08/13 (thomasb)
907----------
908- Add alternative for getallheaders() (fix #1484508)
909- Revert changes for mbstring usage (fix #1484509)
910
911
9122007/08/10 (thomasb)
913----------
914- Identify mailboxes case-sensitive
915- Sort mailbox list case-insensitive (closes #1484338)
916- Fix display of multipart messages from Apple Mail (closes #1484027)
917- Protect AJAX request from being fetched by a foreign site (XSS)
918- Make autocomplete for loginform configurable by the skin template
919- Fix compose function from address book (closes #1484426)
920- Added //IGNORE to iconv call (patch #1484420, closes #1484023)
921- Check if mbstring supports charset (#1484290 and #1484292)
922- Prefer iconv over mbstring (as suggested in #1484292)
923- Check filesize of template includes (#1484409)
924- Updated Simplified Chinese localization
925- Added Ukrainian translation
926
927
9282007/08/09 (richs)
929----------
930- Fixed bug with buttons not dimming/enabling properly after switching folders
931- Fixed compose window becoming unresponsive after saving a draft (#1484487)
932- Re-enabled "Back" button in compose window now that bug #1484487 is fixed
933- Fixed unresponsive interface issue when downloading attachments (#1484496)
934- Lowered status message time from 5 to 3 seconds to improve responsiveness
935- Added note to INSTALL about .htaccess limiting upload_max_filesize
936- Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
937- Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
938- Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
939
940
9412007/07/03 (thomasb)
942----------
943- Added Macedonian (Slavic FYROM) localization
944- Fix status message bug #1484464 with regard to #1484353
945- Fix address adding bug reported by David Koblas
946- Applied socket error patch by Thomas Mangin
947
948
9492007/06/28 (tomekp)
950----------
951- fix typos in Polish localization (Janusz Zamecki)
952
953
9542007/06/27 (tomekp)
955----------
956- Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
957
958
9592007/06/12 (thomasb)
960----------
961- Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
962- Added Irish/Gaelic translation
963- Little correction in Swedish translation
964- Quote username for virtuser_query
965- Pass-by-reference workarround for PHP5 in sendmail.inc
966
967
9682007/06/04 (estadtherr)
969----------
970- Fixed bug in HTML->Plain editor toggling
971
972
9732007/05/28 (thomasb)
974---------
975- Fixed buggy imap_root settings (closes #1484379)
976- Prevent default events on subject links (#1484399)
977- Typo in rcube_smtp.inc
978
979
9802007/05/23 (estadtherr)
981----------
982- Upgrade to TinyMCE v2.1.1.1
983
984
9852007/05/18 (thomasb)
986----------
987- Use HTTP-POST requests for actions that change state
988
989
9902007/05/17 (thomasb)
991----------
992- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
993- Renamed localization folder for Chinese (Big5)
994- Chanegd Slovenian language code from 'si' to 'sl'
995- Added Sinhala (Sri-Lanka) localization
996- Use global filters and bind username/ for Ldap searches (#1484159)
997- Hide quota display if imap server does not support it
998- Hide address groups if no LDAP servers configured
999- Add link to message subjects (closes #1484257)
1000- Better SQL query for contact listing/search (closes #1484369)
1001
1002
10032007/05/13 (thomasb)
1004----------
1005- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
1006- Fixed marking as read in preview pane (closes #1484364)
1007- CSS hack to display attachments correctly in IE6
1008- Wrap message body text (closes #1484148)
1009
1010
10112007/05/03 (yllar)
1012----------
1013- Updated French, Lithuanian, Armenian, Spanish and Italian translations
1014
1015
10162007/05/01 (thomasb)
1017----------
1018- Updated German, Euskara, Hungarian, Romanian and Spanish translation
1019- Added Hindi and Kurdish localization
1020
1021
10222007/04/28 (thomasb)
1023----------
1024- LDAP access is back in address book (closes #1484087)
1025- Added search function for contacts
1026- New Template parsing and output encoding
1027- Fixed bugs #1484119 and #1483978
1028
1029
10302007/04/08 (thomasb)
1031----------
1032- Fixed message moving procedure (closes #1484308)
1033- Fixed display of multiple attachments (closes #1466563)
1034- Fixed check for new messages (closes #1484310)
1035- List attachments without filename
1036
1037
10382007/03/27 (thomasb)
1039----------
1040- New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
1041  Should close bugs #1483951 and #1484299
1042
1043
10442007/03/23 (thomasb)
1045----------
1046- Correctly translate mailbox names (closes #1484276)
1047- Quote e-mail address links (closes #1484300)
1048
1049
10502007/03/21 (thomasb)
1051----------
1052- Updated PEAR::Mail_mime package
1053- Added Persian localization
1054- Updated Catalan and Brazilian Portuguese translations
1055- Updated INSTALL manual with a note about database passwords
1056- Accept single quotes for HTML attributes when modifying message body (thanks Jason)
1057- Sanitize input for new users/identities (thanks Colin Alston)
1058
1059
10602007/03/19 (thomasb)
1061----------
1062- Don't download HTML message parts
1063- Convert HTML parts to plaintext if 'prefer_html' is off
1064- Correctly parse message/rfc822 parts (closes #1484045)
1065- Code cleanup
1066
1067
10682007/03/18 (thomasb)
1069----------
1070- Also use user_id for unique key in messages table (closes #1484074)
1071- Hide contacts drop down on blur (closes #1484203)
1072- Make entries in contacts drop down clickable
1073- Turn off browser autocompletion on login page
1074- Quote <? in text/html message parts
1075- Hide border around radio buttons
1076- Replaced old JS function calls.
1077
1078
10792007/03/13 (thomasb)
1080----------
1081- Applied patch for attachment download by crichardson (closes #1484198)
1082- Fixed bug in Postgres DB handling (closes #1484068)
1083- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
1084- Fixed array_merge bug (closes #1484281)
1085- Fixed flag for deletion in list view (closes #1484264)
1086- Finally support semicolons as recipient separator (closes ##1484251)
1087- Fixed message headers (subject) encoding
1088
1089
10902007/03/04 (tomekp)
1091----------
1092- check if safe mode is on or not (closes #1484269)
1093
1094
10952007/03/02 (thomasb)
1096----------
1097- Show "no subject" in message list if subject is missing (closes #1484243)
1098- Solved page caching of message preview (closes #1484153)
1099- Only use gzip compression if configured (closes #1484236)
1100
1101
11022007/02/25 (estadtherr)
1103----------
1104- Fixed priority selector issue (#1484150)
1105- Upgraded to TinyMCE v2.1.0
1106
1107
11082007/02/21 (thomasb)
1109----------
1110- Fixed some CSS issues in default skin (closes #1484210 and #1484161)
1111- Prevent from double quoting of numeric HTML character references (closes #1484253)
1112
1113
11142007/02/07 (tomekp)
1115----------
1116- Updated (bg) translation (Doichin Dokov)
1117
1118
11192007/02/06 (tomekp)
1120----------
1121- Updated (pl) translation
1122- Updated (pt_BR) translation (Robson F. Ramaldes)
1123- Big cleanup in program/localization
1124
1125
11262007/02/05 (thomasb)
1127----------
1128- Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
1129
1130
11312007/01/07 (estadtherr)
1132----------
1133- Fixed display of HTML message attachments (closes #1484178)
1134
1135
11362007/01/07 (thomasb)
1137----------
1138- Applied patch for preview caching (closes #1484186)
1139- Added Thai and Vietnamese localization files
1140
1141
11422006/12/29 (thomasb)
1143----------
1144- Added error handling for attachment uploads
1145- Use multibyte safe string functions where necessary (closes #1483988)
1146- Updated Swiss German localization (de_CH)
1147
1148
11492006/12/22 (thomasb)
1150----------
1151- Applied security patch to validate the submitted host value (by Kees Cook)
1152- Applied security patch to validate input values when deleting contacts (by Kees Cook)
1153- Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
1154- Applied a patch to more aggressively sanitize a HTML message
1155- Visualize blocked images in HTML messages
1156
1157
11582006/12/20 (thomasb)
1159----------
1160- Fixed wrong message listing when showing search results (closes #1484131)
1161- Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
1162- Show remote images when opening HTML message part as attachment
1163
1164
11652006/12/17 (thomasb)
1166----------
1167- Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
1168
1169
11702006/12/06 (thomasb)
1171----------
1172- Improve memory usage when sending mail (closes #1484098)
1173- Mark messages as read once the preview is loaded (closes #1484132)
1174- Include smtp final response in log (closes #1484081)
1175
1176
11772006/12/04 (thomasb)
1178----------
1179- Corrected date string in sent message header (closes #1484125)
1180- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
1181- Changed srong tooltips for message browse buttons (closes #1483930)
1182
1183
11842006/12/03 (estadtherr)
1185----------
1186- Added fix to convert HTML signatures for plain text messages
1187- Fixed signature delimeter character to be standard (Bug #1484035)
1188
1189
11902006/12/01 (thomasb)
1191----------
1192- Implemented preview pane
1193- Fixed XSS vulnerability (Bug #1484109)
1194- Remove newlines from mail headers (Bug #1484031)
1195- Selection issues when moving/deleting (Bug #1484044)
1196- Applied patch of Clement Moulin for imap host auto-selection
1197- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
1198- Fixed folder name encoding in subscription list (Bug #1484113)
1199- Fixed JS errors in identity list (Bug #1484120)
1200- Show client debug console on debug_level 8
1201- Added Serbian translation
1202- Updated Spanish and Bulgarian localization
1203
1204
12052006/11/22 (robin)
1206----------
1207- Fix a bug introduced with Shift-Del yesterday
1208
1209
12102006/11/21 (robin)
1211----------
1212- Add missing nl_NL translations
1213- Translate foldernames in folder form (closes #1484113)
1214
1215
12162006/11/21 (robin)
1217----------
1218- Added first and last buttons to message list, address book
1219  and message detail
1220- Pressing Shift-Del bypasses Trash folder
1221- Enable purge command for Junk folder
1222
1223
12242006/11/17 (robin)
1225----------
1226- Re-initialize message list after shift-select and delete
1227
1228
12292006/11/16 (robin)
1230----------
1231- Fixed updating message list after expunge and purge
1232- Fetch all aliases if virtuser_query is used instead
1233  of only the first one
1234
1235
12362006/11/11 (estadtherr)
1237----------
1238- fixed deletion/moving of messages from within "show" page
1239
1240
12412006/11/09 (thomasb)
1242----------
1243- Little bugfix in HTML encoding
1244- Fixed encoding issues and delete-on-reply problem
1245- Corrected template parsing
1246
1247
12482006/11/07 (estadtherr)
1249----------
1250- Upgraded to TinyMCE v2.0.8
1251- Fixed CSS path for editor popups
1252
12532006/09/26 (estadtherr)
1254----------
1255- Added spellchecker plugin to TinyMCE configuration
1256- Fixed HTML/Plain toggle labels
1257
1258
12592006/09/24 (thomasb)
1260----------
1261- Partial client re-write with a common list class
1262- Re-enabled multi select of contacts (Bug #1484017)
1263- Enable contact editing right after creation (Bug #1459641)
1264- Updated Hungarian, Estonian and Traditional Chinese localization
1265
1266
12672006/09/19 (thomasb)
1268----------
1269- Correct UTF-7 to UTF-8 conversion if mbstring is not available
1270
1271
12722006/09/13 (estadtherr)
1273----------
1274- Introduction of TinyMCE HTML editor support for message composition and signatures
1275  Note : a new column is added to the "identities" database table
1276
1277
12782006/09/12 (estadtherr)
1279----------
1280- Fixed html2text treatment of table headers (Bug #1484020)
1281- Fixed IMAP fetch of message body (Bug #1484019)
1282
1283
12842006/09/08 (thomasb)
1285----------
1286- Fixed safe_mode problems (Bug #1418381)
1287- Fixed wrong header encoding (Bug #1483976)
1288
1289
12902006/09/07 (thomasb)
1291----------
1292- Made automatic draft saving configurable
1293- Fixed JS bug when renaming folders (Bug #1483989)
1294- Don't wait for complete page load when calling JavaScript init()
1295- Some improvements to prevent session expiration
1296- Prevent from double submit of spell check requests
1297
1298
12992006/09/01 (thomasb)
1300----------
1301- Imporoved message parsing and HTML validation
1302- Added quota display as image (by Brett Patterson)
1303- Corrected creation of a message-id
1304- Updated Norwegian (bokmal) localization
1305
1306
13072006/08/30 (thomasb)
1308----------
1309- New indentation for quoted message text
1310- Improved HTML validity
1311
1312
13132006/08/28 (estadtherr)
1314----------
1315- Fixed URL character set (Ticket #1445501)
1316- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
1317
1318
13192006/08/25 (thomasb)
1320----------
1321- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
1322- Finalized new message parsing (+ chaching)
1323- Updated SQL scripts and UPGRADING instructions
1324
1325
13262006/08/23 (thomasb)
1327----------
1328- Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
1329
1330
13312006/08/20 (thomasb)
1332----------
1333- Fixed wrong usage of mbstring (Bug #1462439)
1334- Set default spelling language (Ticket #1483938)
1335- Added support for Nox Spell Server
1336
1337
13382006/08/18 (thomasb)
1339----------
1340- Re-built message parsing (Bug #1327068)
1341  Now based on the message structure delivered by the IMAP server.
1342- Fixed some XSS and SQL injection issues
1343
1344
13452006/08/10 (thomasb)
1346----------
1347- Fixed charset problems with folder renaming
1348
1349
13502006/08/04 (thomasb)
1351----------
1352- Fixed Bug in saving identities (Ticket #1483915)
1353- Set folder name in window title (Bug #1483919)
1354- Don't add imap_root to INBOX path (Bug #1483816)
1355- Attempt to create default folders only after login
1356- Avoid usage of $CONFIG in rcube_imap class
1357
1358
13592006/07/30 (thomasb)
1360----------
1361- Alter links in HTML messages (Bug #1326402)
1362- Added fallback if host not found in 'mail_domain' array
1363- Applied patch of Charles to highlight droptargets (Ticket #1473034)
1364- Fixed folder renaming (Bug #1483914)
1365- Added confirmation message after deleting a folder
1366
1367
13682006/07/25 (thomasb)
1369----------
1370- Made folder renaming a bit more ajax-style
1371- Changed rename-labels and German translation
1372- Fixed addressbox countbar width (Bug #1483845)
1373- Fixed refresh interval problems in Safari (Bug #1483902)
1374- Fixed clear_message_list_header() errors (Bug #1483898)
1375- Sanity check of $message_set in imap.inc (Bug #1443200)
1376- Added correct changing of message list headers for Sent folder
1377- Updated Spanish localization (Ticket #1483887)
1378- Applied patch #1483846
1379
1380
13812006/07/24 (richs)
1382----------
1383- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
1384- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
1385- Draft saving now properly returns an error when saving fails
1386- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
1387- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
1388
1389
13902006/07/19 (thomasb)
1391----------
1392- Correct entity encoding of link urls (HTML validity)
1393- Improved usability in compose step (Ticket #1483807)
1394- Added absolute URLs to several buttons (for "open in new window")
1395- Applied patch #1328032
1396- Fixed Bug/Patch #1443200
1397
1398
13992006/07/18 (thomasb)
1400----------
1401- Fixed password with spaces issue (Bug #1364122)
1402- Replaced _auth hash with second cookie (Ticket #1483811)
1403- Don't use get_input_value() for passwords (Bug #1468895)
1404- Made password encryption key configurable
1405- Minor bugfixes with charset encoding
1406- Added <label> tags to forms (Ticket #1483810)
1407
1408
14092006/07/07 (thomasb)
1410----------
1411- Fixed INSTALL_PATH bug #1425663
1412
1413
14142006/07/03 (richs)
1415----------
1416- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
1417- Updated French localizations (Ticket #1483862)
1418- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
1419- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
1420- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
1421- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
1422
1423
14242006/06/30 (richs)
1425----------
1426- Fixed empty INBOX compatibility bug (Patch #1443200)
1427- Temporarily fixed French "compact" localization (Patch #1483862)
1428- Fixed "Select All" not working with Delete interface button (Bug #1332434)
1429- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
1430- Fixed "unread count" in window title when count changed (Bug #1483812)
1431- Fixed DB error when deleting from message table (Patch #1483835)
1432
1433
14342006/06/29 (richs)
1435----------
1436- Added ability to remove attachments (Feature #1436721)
1437- Default folders are now auto-created on first login (Feature #1471594)
1438- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
1439- Corrected Italian localizations
1440- Tweaked rename-folder form to clear after a rename
1441
1442
14432006/06/26 (richs)
1444----------
1445- Added button to immediately check for new messages
1446- New message checking now displays status "Checking for new messages..."
1447- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
1448- Task buttons now respond to clicks by darkening (as in other applications)
1449- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
1450- Added ability to sort messages by "Size"
1451- Added ability to rename folders (Feature #1326396)
1452- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
1453- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
1454
1455
14562006/06/25
1457----------
1458- Changed behavior to include host-specific configuration (Bug #1483849)
1459- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
1460- Fixed spell checker to work with the new URL at google.com
1461- Some memory and security optimizations sendmail.inc
1462- Updated UGRADING description
1463
1464
14652006/06/19
1466----------
1467- Added Drafts support (Feature #1326839) (richs)
1468
1469
14702006/06/02
1471----------
1472- Updated Estonian localization and moved from ee to et
1473- Added Bulgarian localization
1474
1475
14762006/05/25
1477----------
1478- Finalized GoogieSpell integration
1479
1480
14812006/05/18
1482----------
1483- Added Arabic and Armenian localizations
1484- Updated Russian localization
1485- Removed MDB2 classes from repository. Install them seperately if used.
1486- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
1487- Allow & in e-mail addresses
1488
1489
14902006/05/05
1491----------
1492- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
1493- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
1494- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
1495- Corrected INSTALL description (Bug #1476106)
1496- Added charset to javascript HTTP headers
1497- Fixed Opera bug with CC and BCC fields (Bug #1474576)
1498- Changed login page title regarding product name (Bug #1476413)
1499- Pimped search function
1500- Applied attachment viewing/forwarding patches by Andrew Fladmark
1501- Applied prev/next patch by Leonard Bouchet
1502- Applied patches by Mark Bucciarelli
1503- Applied patch for requesting receipts by Salvatore Ansani
1504- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
1505
1506
15072006/04/13
1508----------
1509- Added Slovenian localization
1510- Updated Portuguese localization
1511- Fixed parent.location problem for compose-links
1512- Added sort order saving patch by Jacob Brunson
1513- Added gzip compression support
1514
1515
15162006/04/02
1517----------
1518- Added Lithuanian localization
1519- Improved search function
1520- Added version string as template object
1521- Load host-specific configuration file (see config/main.inc.php)
1522- New config parameter adding domain to user names for login
1523- Strip tags on _auth, _action, _task parameters
1524- Corrected labels for next/previous page buttons in address book
1525
1526
15272006/03/23
1528----------
1529- Auto-detect mail header delimiters
1530- Regard daylight savings
1531- Localized quota display
1532- Started implementing search function
1533
1534
15352006/03/20
1536----------
1537- Avoid error message when saving an unchanged identity (Bug #1429510)
1538- Fixed hard-coded cols selection for sent folder (Bug #1354586)
1539- Enable some HTML links for use with "open in new window" or "save target"
1540- Check meta-key instead of ctrl on Macs
1541- Ignore double clicks when holding down a modifier key
1542- Fixed reloading of the login page
1543- Fixed typo in compose template (Bug #1446852)
1544- Added compose button to message read step (Request #1433288)
1545- New config parameter for persistent database connections (Bug #1431817)
1546
1547
15482006/03/14
1549----------
1550- Don't remove internal HTML tags in plaintext messages
1551- Improved error handling in DB connection failure
1552
1553
15542006/02/22
1555----------
1556- Updated localizations
1557- Fixed bug #1435989
1558
1559
15602006/02/19
1561----------
1562- Updated localizations
1563- Applied patch of Anders Karlsson
1564- Applied patch of Jacob Brunson
1565- Applied patch for virtuser_query by Robin Elfrink
1566- Added support for References header (patch by Auke)
1567- Added support for mbstring module by Tadashi Jokagi
1568- Added function for automatic remove of slashes on GET and POST vars
1569  if magic_quotes is enabled
1570
1571
15722006/02/05
1573----------
1574- Added Slovak, Hungarian, Bosnian and Croation translation
1575- Fixed bug when inserting signatures with !?&
1576- Chopping message headers before inserting into the message cache table
1577  (to avoid bugs in Postgres)
1578- Allow one-char domains in e-mail addresses
1579- Make product name in page title configurable
1580- Make username available as skin object
1581- Added session_write_close() in rcube_db class destructor to avoid problems
1582  in PHP 5.0.5
1583- Use move_uploaded_file() instead of copy() for a more secure handling of
1584  uploaded attachments
1585- Additional config parameter to show/hide deleted messages
1586- Added periodic request for checking new mails (Request #1307821)
1587- Added EXPUNGE command
1588- Optimized loading time for mail interface
1589- Changed to full UTF-8 support
1590- Additional timezones (Patch #1389912)
1591- Added LDAP public search (experimental)
1592- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
1593- Casting to strings when adding empty headers to message cache (Bug #1406026)
1594- Skip sender-address as recipient when Reply-to-all
1595- Fixes in utf8-class
1596- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
1597- Added garbage collector for message cache
1598- Added patches for BCC headers
1599
1600
16012005/12/16
1602----------
1603- Added Turkish and Simplified Chinese translation
1604- Use virtusertable to resolve e-mail addresses at login
1605- Configurable mail_domain used to compose correct e-mail addresses
1606  on first login
1607
1608
16092005/12/03
1610----------
1611- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
1612  Estonian and Chinese translation
1613- Get IMAP server capabilities in array
1614- Check for NAMESPACE capability before sending command
1615- Set default user language from config 'locale_string'
1616- Added sorting patch for message list
1617- Make default sort col/order configurable
1618- Fixed XSS in address book and identities
1619- Added more XSS protection (Bug #1308236)
1620- Added tab indexes for compose form
1621- Added 'changed' col to contacts table
1622- Support for 160-bit session hashes
1623- Added input check for contacts and identities (Patch #1346523)
1624- Added messages/warning to compose step (Patch #1323895)
1625- Added favicon to the default skin
1626- Fixed Bug #1334337 as far as possible
1627- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
1628- Redesign of client side AJAX code (enable multi threading)
1629- Added keep-alive signal every minute
1630- Make logs dir configurable
1631- Added support for SMTPS
1632- Decode attachment file names
1633- Make delimiter for message headers configurable
1634- Add generic footer to sent messages
1635- Choose the rigt identity when replying
1636- Remove signature when replying (Request #1333167)
1637- Signatures for each identity
1638- Select charset when composing message
1639- Complete re-design of the caching mechanism
1640
1641
16422005/08/11
1643----------
1644- Write list header to client even if list is empty
1645- Add functions "select all", "select none" to message list
1646- Improved filter for HTML messages to remove potentially malicious tags
1647  (script, iframe, object) and event handlers.
1648- Buttons for next/previous message in view mode
1649- Add new created contact to list and show confirmation status
1650- Added folder management (subscribe/create/delete)
1651- Log message sending (SMTP log)
1652- Grant access for Camino browser
1653- Added German translation
1654
1655
16562005/10/20
1657----------
1658- Added Swedish, Latvian, Portuguese and Catalan translation
1659- Make SMTP auth method configurable
1660- Make mailboxlist scrollable (Bug #1326372)
1661- Fixed SSL support
1662- Improved support for Courier IMAP (root folder and delimiter issues)
1663- Moved taskbar from bottom to top
1664- Added 'session_lifetime' parameter
1665- Fixed wrong unread count when deleting message (Bug #1332434)
1666- Srip tags when creating a new folder (Bug #1332084)
1667- Translate HTML tags in message headers (Bug #1330134)
1668- Correction in German translation (Bug #1329434)
1669- Display folder names with special chars correctly (Bug #1330157)
1670
1671
16722005/10/07
1673----------
1674- Added French, Italian, Spanish, Danish, Dutch translation
1675- Clarified license (Bug #1305966)
1676- Fixed PHP warnings (Bug #1299403)
1677- Fixed english translation (Bug #1295406)
1678- Fixed bug #1290833: Last character of email not seen
1679- Fixed bug #1292199 when creating new user
1680- Allow more browsers (Bug #1285101)
1681- Added setting for showing pretty dates
1682- Added support for SQLite database
1683- Make use of message caching configurable
1684- Also add attachments when forwarding a message
1685- Long folder names will not flow over message list (Bug #1267232)
1686- Show nested mailboxes hieracically
1687- Enable IMAPS by host
1688
1689
16902005/08/20
1691----------
1692- Improved cacheing of mailbox messagecount
1693- Fixed javascript bug when creating a new message folder
1694- Fixed javascript bugs #1260990 and #1260992: folder selection
1695- Make Trash folder configurable
1696- Auto create folders Inbox, Sent and Trash (if configured)
1697- Support for IMAP root folder
1698- Added support fot text/enriched messages
1699- Make list of special mailboxes configurable
1700
Note: See TracBrowser for help on using the repository browser.