source: subversion/trunk/roundcubemail/CHANGELOG @ 1907

Last change on this file since 1907 was 1907, checked in by alec, 5 years ago
  • Localized filesize units (#1485340) + small labels capitalization change in en.* (#1485407)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 45.2 KB
RevLine 
[3]1CHANGELOG RoundCube Webmail
2---------------------------
3
[1904]42008/10/01 (alec)
[1905]5- Fix spellchecking when switching to html editor (#1485362)
6- Fix compose window width/height (#1485396)
[1906]7- Allow calling msgimport.sh/msgexport.sh from any directory (#1485431)
[1907]8- Localized filesize units (#1485340)
[1904]9
[1897]102008/09/29 (alec)
11----------
12- Added 'mime_param_folding' option with possibility to choose
13  long/non-ascii attachment names encoding eg. to be readable
14  in MS Outlook/OE (#1485320)
15- Added "advanced options" feature in User Preferences
[1900]16- Fix unread counter when displaying cached massage in preview panel (#1485290)
[1901]17- Fix htmleditor spellchecking on MS Windows (#1485397)
[1897]18
[1893]192008/09/25 (alec)
20----------
21- Fix problem with non-ascii attachment names in Mail_mime (#1485267, #1485096)
22
[1888]232008/09/23 (alec)
24----------
25- Fix language autodetection (#1485401)
26- Fix button label in folders management (#1485405)
27- Fix collapsed folder not indicating unread msgs count of all subfolders (#1485403)
28- Fix handling of apostrophes in filenames decoded according to rfc2231
29
[1854]302008/09/19 (thomasb)
31----------
32- Made config files location configurable (#1485215)
33
[1800]342008/09/16 (alec)
35----------
36- Reduced memory footprint when forwarding attachments (#1485345)
[1803]37- Fix inline images handling when replying/forwarding html messages
[1806]38- Allow and use spellcheck attribute for input/textarea fields (#1485060)
[1807]39- Added icons for forwarded/forwarded+replied messages (#1485257)
[1808]40- Added Reply-To to forwarded emails (#1485315)
[1809]41- Display progress message for folders create/delete/rename (#1485357)
[1811]42- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)
[1800]43
[1796]442008/09/15 (thomasb)
45----------
46- Redesign of the identities settings (#1484042)
47- Add config option to disable creation/deletion of identities (#1484498)
48
[1793]492008/09/15 (alec)
50----------
51- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)
52
[1766]532008/09/12 (alec)
54----------
55- Added vertical splitter for folders list resizing
56- Added possibility to view all headers in message view
57- Fixed splitter drag/resize on Opera (#1485170)
[1776]58- Fixed quota img height/width setting from template (#1484857)
[1766]59
[1765]602008/09/12 (thomasb)
61----------
62- Refactor drag & drop functionality. Don't rely on browser events anymore (#1484453)
63- Insert "virtual" folders in subscription list (#1484779)
[1767]64- Added link to open message in new window
[1765]65
[1736]662008/09/05 (thomasb)
[1732]67----------
68- Enable export of address book contacts as vCard
[1736]69- Respect Content-Location headers in multipart/related messages according to RFC2110 (#1484946)
[1738]70- Applied mime_decode patch by David Lublink
[1741]71- Allowed max. attachment size now indicated in compose screen (#1485030)
[1742]72- Also capture backspace key in list mode (#1484566)
[1743]73- Allow application/pgp parts to be displayed (#1484753)
[1747]74- Correctly handle options in mailto-links (#1485228)
[1748]75- Immediately save sort_col/sort_order in user prefs (#1485265)
[1732]76
[1729]772008/09/04 (alec)
78----------
79- Truncate very long (above 50 characters) attachment filenames when displaying
80- Support \" and \\ in quoted strings when parsing BODYSTRUCTURE (mime.inc)
81- Allow 'readonly' atributes in input and textarea (#1485312)
82
[1722]832008/09/03 (thomasb)
84----------
85- Allow to auto-detect client language if none set (#1484434)
86- Auto-detect the client timezone (user configurable)
87
[1718]882008/09/03 (alec)
89----------
90- Add RFC2231 header value continuations support for attachment
91  filenames + hack for servers that not support that feature
[1721]92- Fix Reply-To header displaying (#1485314)
[1718]93
[1716]942008/09/02 (thomasb)
95----------
96- Add feature to import contacts from vcard files (#1326103)
97- Mark form buttons that provide the most obvious operation (mainaction)
98
[1710]992008/08/30 (alec)
100----------
101- Improved HTML to TXT conversion by html2text class update
102  to version 1.0.0
103
[1691]1042008/08/28 (alec)
105----------
106- Added option 'quota_zero_as_unlimited' (#1484604)
[1709]107- Added PRE handling in html2text class (#1484740)
[1691]108
[1687]1092008/08/28 (robin)
110----------
111- Added folder hierarchy collapsing
112
[1683]1132008/08/27 (alec)
114----------
115- Added options to use syslog instead of log file (#1484850)
116- Added Logging & Debugging section in Installer
[1686]117- Write to smtp log also sent MDN confirmations
[1683]118
[1681]1192008/08/26 (alec)
120----------
121- Removed support for PEAR::DB driver
122
[1670]1232008/08/21 (alec)
124----------
125- Add Content-Length header while attachments downloading (#1484256)
126- Fix In-Reply-To and References headers when composing saved draft
127  message (#1485288)
128- Removed PHP4 class constructors
129- Fix html message charset conversion for charsets with underline (#1485287)
[1672]130- Fix buttons status after contacts deletion (#1485233)
[1670]131
[1669]1322008/08/21 (estadtherr)
133----------
134- Fix escaping of To: and From: fields when building message body for reply
135  or forward in the HTML editor (#1484904)
136
[1649]1372008/08/15 (thomasb)
[1647]138----------
139- Use current mailbox name in template (#1485256)
140- Better fix for skipping untagged responses (#1485261)
[1649]141- Added pspell support patch by Kris Steinhoff (#1483960)
[1651]142- Enable spellchecker for HTML editor (#1485114)
[1652]143- Respect spellcheck_uri in tinyMCE spellchecker (#1484196)
[1647]144
[1637]1452008/08/09 (alec)
146----------
147- Case insensitive contacts searching using PostgreSQL (#1485259)
148
[1621]1492008/07/31 (thomasb)
150----------
151- Make default imap folders configurable for each user (#1485075)
152- Save outgoing mail to selectable folder (#1324581)
[1623]153- Fix hiding of mark menu when clicking th button again (#1484944)
[1621]154
[1601]1552008/07/21 (alec)
156----------
157- use long date format in print mode (#1485191)
158
[1596]1592008/07/18 (alec)
160----------
161- Updated TinyMCE to version 3.1.0.1
162
[1589]1632008/07/14 (thomasb)
164----------
165- Re-enable autocomplete attribute for login form (#1485211)
[1590]166- Check PERMANENTFLAGS before saving $MDNSent flag (#1484963, #1485163)
[1589]167
[1580]1682008/06/30 (alec)
169----------
170- Added flag column on messages list (#1484623)
171
[1570]1722008/06/24 (alec)
173----------
[1576]174- Patched Mail/MimePart.php (http://pear.php.net/bugs/bug.php?id=14232)
175
1762008/06/24 (alec)
177----------
[1570]178- Allow trash/junk subfolders to be purged (#1485085)
179
[1566]1802008/06/20 (alec)
181----------
182- Added Azerbaijani translation
183
[1562]1842008/06/20 (thomasb)
185----------
186- Store compose parameters in session and redirect to a unique URL
187
[1559]1882008/06/18 (thomasb)
[1558]189----------
190- Fixed CRAM-MD5 authentication (#1484819)
[1559]191- Add fallback to old 'skin_path' property
[1558]192
[1551]1932008/06/16 (alec)
194----------
195- Fixed sending emoticons
196- Fixed forwarding messages with one HTML attachment (#1484442)
197- Fixed encoding of message/rfc822 attachments and image/pjpeg handling (#1484914)
198
[1539]1992008/06/15 (alec)
200----------
201- Added option to select skin in user preferences
[1542]202  WARNING: option 'skin_path' replaced by 'skin' option!
[1539]203
[1536]2042008/06/14 (alec)
205----------
206- Added option to disable displaying of attached images below the message body
207
[1525]2082008/06/13 (alec)
209----------
210- Added option to display images in messages from known senders (#1484601)
[1530]211- Updated PEAR::Mail_Mime
[1531]212- User preferences grouped in more fieldsets
[1525]213
[1516]2142008/06/12 (alec)
215----------
216- Fix corrupted MIME headers of messages in Sent folder (#1485111)
217- Fixed bug in MDB2 package: http://pear.php.net/bugs/bug.php?id=14124
218- Use keypress instead of keydown to select list's row (#1484816)
219
[1508]2202008/06/11 (alec)
221----------
222- Don't call expunge and don't remove message row after message move
223  if flag_for_deletion is set to true (#1485002)
224
[1493]2252008/06/08 (alec)
226----------
227- Added option to disable autocompletion from selected LDAP address books (#1484922)
228
[1486]2292008/06/07 (thomasb)
230----------
231- Cleaned up localization names. Now named with lang_COUNTRY according to ISO 639-1/3166-1
[1543]232- Updated Catalan localization
[1486]233
[1483]2342008/06/06 (robin)
235----------
236- Add option to log successful logins
237
[1481]2382008/06/06 (alec)
239----------
240- TLS support in LDAP connections: 'use_tls' property (#1485104)
241
[1479]2422008/06/05 (alec)
243----------
244- Fix removing messages from search set after deleting them (#1485106)
245
[1466]2462008/06/03 (alec)
247----------
248- imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of iil_ReadLine()
249- imap.inc: Fixed iil_C_FetchStructureString() to handle many
250  literal strings in response (#1484969)
251- imap.inc: Removed hardcoded data size in iil_ReadLine()
252
[1453]2532008/05/30 (alec)
254----------
255- Support for subfolders in default/protected folders (#1484665)
[1455]256- Disallowed delimiter in folder name (#1484803)
[1457]257- Support " and \ in folder names
[1460]258- Escape \ in login (#1484614)
[1453]259
[1473]2602008/05/29 (thomasb)
261----------
262- Better HTML sanitization with the DOM-based washtml script (#1484701)
263
[1453]2642008/05/29 (alec)
265----------
266- Polish localization folder renamed to pl_PL
267
[1444]2682008/05/28 (alec)
269----------
270- Fixed sorting of folders with non-ascii characters
271
[1412]2722008/05/21 (alec)
273----------
[1413]274- Localized pagetitle in Settings and Address Book
[1412]275
[1406]2762008/05/19 (alec)
277----------
278- Fixed Mysql DDL for default identities creation (#1485070)
279
[1398]2802008/05/16 (alec)
281----------
282- In Preferences added possibility to configure 'read_when_deleted',
[1403]283  'mdn_requests', 'flag_for_deletion' options
[1398]284
[1394]2852008/05/15 (thomasb)
286----------
287- Make IMAP auth type configurable (#1483825)
288- Fix empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055)
289
[1391]2902008/05/15 (alec)
[1394]291----------
[1391]292- Fix attachment list on IE 6/7 (#1484807)
293
[1382]2942008/05/12 (estadtherr)
295----------
296- fix JavaScript in compose.html that shows cc/bcc fields if populated
297
[1377]2982008/05/12 (alec)
[1394]299----------
[1377]300- Updated PEAR::DB package to version 1.7.13
301
[1375]3022008/05/10 (alec)
[1394]303----------
[1375]304- Make password input fields of type password in installer (#1484886)
305
[1368]3062008/05/09 (alec)
[1394]307----------
[1369]308- Don't call CAPABILITY if was recieved as server's optional response
309  on connect (RFC3501 [7.1])
[1368]310
[1362]3112008/05/08 (alec)
312----------
313- Don't attempt to delete cache entries if enable_caching is FALSE (#1485051)
[1363]314- Optimized messages sorting on servers without sort capability (#1485049)
[1364]315- Option 'use_SQL_address_book' replaced by 'address_book_type'
[1366]316- Corrected message headers decoding when charset isn't specified and improved
317  support for native languages (#1485050, #1485048)
[1362]318
[1361]3192008/05/07 (davidke/richs)
320----------
321- Completed LDAP address book support so it can now write to an LDAP server.
322- Expanded LDAP configuration options to support LDAP server writes.
323- Modified config/main.inc.php.dist:
324  New Option: $rcmail_config['use_SQL_address_book']
325  Changed Option:  $rcmail_config['ldap_public']['Verisign']
326
[1354]3272008/05/05 (alec)
328----------
329- Installer: encode special characters in DB username/password (#1485042)
[1355]330- Do charset conversion also for from/to column on messages list
[1357]331- Fix management of folders with national characters in names (#1485036, #1485001)
[1354]332
[1352]3332008/05/02 (alec)
334----------
335- Updated MDB2 package to version 2.5.0b1
336- Updated MDB2 pgsql, mysql, mysqli, sqlite drivers to version 1.5.0b1
337- Updated MDB2 mssql driver to version 1.3.0b1
338- Fixed identities saving when using MDB2 pgsql driver (#1485032)
339
[1350]3402008/05/01 (alec)
341----------
342- Fix BCC header reset (#1484997)
343
[1344]3442008/04/30 (thomasb)
345----------
346- Introduce new application class 'rcmail' and get rid of some global vars
347
[1341]3482008/04/29 (alec)
349----------
350- improved messages list performance - patch from Justin Heesemann
351
[1330]3522008/04/23 (alec)
353----------
354- Append skin_path to images location only when it starts
355  with '/' sign (#1484859)
356
[1325]3572008/04/20 (estadtherr)
358----------
359- fix parse_attrib_string to handle unquoted values, which fixes
360  display issues with HTML messages that do not quote attributes
361
[1321]3622008/04/17 (alec)
[1320]363----------
[1321]364- Fix IMAP response in message body when message has no body (#1484964)
[1322]365- Updated PEAR::Auth_SASL to 1.0.2
[1324]366- Fix non-RFC dates formatting (#1484901)
[1321]367
3682008/04/16 (estadtherr)
369----------
[1320]370- Fix mail sending with new TinyMCE
371
[1311]3722008/04/16 (alec)
373----------
374- Fix typo in set_charset() (#1484991)
[1312]375- Decode entities when inserting HTML signature to plain text message (#1484990)
[1311]376
[1308]3772008/04/15 (estadtherr)
378----------
379- HTML editing is now working with PHP5 updates and TinyMCE v3.0.6
[1309]380- fix signature loading on Windows (#1484545)
[1310]381- add language support to HTML editing (#1484862)
[1308]382
[1306]3832008/04/15 (alec)
384----------
385- Fix remove signature when replying (#1333167)
386- Fix problem with line with a space at the end (#1484916)
387- Don't send set_env() in ajax response when env array is empty
[1307]388- Fix <!DOCTYPE> tag filtering (#1484391)
389- Fix <?xml> tag filtering (#1484403)
390 
[1300]3912008/04/14 (alec)
392----------
393- Added sections (fieldset+label) in Settings interface
394
[1292]3952008/04/12 (alec)
396----------
397- Fixed and optimized 'read_when_deleted': mark as read on server side
398  in one action when marking as deleted, fixed js bugs when deleting
399  from message preview page
400
[1291]4012008/04/12 (thomasb)
402----------
403- Changed codebase to PHP5 with autoloader
404- Added some new classes from devel-vnext branch
405
[1287]4062008/04/11 (alec)
[1291]407----------
[1287]408- Mark as read in one action with message preview (#1484972)
409- Delete redundant quota reads (#1484972)
410- Add options for empty trash and expunge inbox on logout (#1483863)
411
4122008/04/10 (alec)
[1291]413----------
[1287]414- Add rows highlighting in onmousemove on ksearch list
415- Remove lines wrapping when displaying message
416- Fix month localization
417- Do ob_start/ob_end_clean when reading config files (#1484624)
418- Fix debug (ajax) console
419
4202008/04/02 (alec)
[1291]421----------
[1287]422- Updated timezones list (#1484908)
423- Fix design in Settings (#1484799)
424- Fix deleting messages after clicking on "All" (#1484838)
425- Fix sorting o0f message list when default folder is empty (#1484317)
426- Fix creating a new folder w/a comma in its name (#1484681)
427
4282008/04/01 (thomasb)
[1291]429----------
[1287]430- Fix Enter problem on login (#1484839)
431- Make the http-received header in outgoing mails configurable
432
4332008/03/30 (till)
[1291]434----------
[1287]435- Fix Firefox problem with ob_gzhandler (#1484932)
436- Improve message previewpane - less loading (#1484316)
437
4382008/03/28 (thomasb)
[1291]439----------
[1287]440- Disable installer by default; add config option to enable it again
441
4422008/03/24 (till)
[1291]443----------
[1287]444- Don't send mark requests for already marked messages (#1484906)
445- Fix "quote inside a quote" (#1484783)
446
4472008/03/23 (till)
448
449- Applied patch to strip newlines from headers (#1484811)
450- Applied patch to trim login (#1484231)
451- Added robots.txt
452- Fix attachment problem when restoring saved draft without body (#1484506)
453- Fix call to undefined function decrypt_passwd() 
454
[1195]4552008/03/21 (thomasb)
456----------
457- Add configurable default charset for message decoding
[1203]458- Applied patch to fix mime decoding an folder subscription (#1484191)
459- Applied patch to correctly quote email recipient strings (#1484191)
460- Fix wrong charset aliases (#1484818 and #1484598)
461- Remove hard-coded size of logo image (#1484378)
462- Strip slashes from virtuser email values (#1484700)
463- Fixed message part window display in IE6 (#1484610)
[1195]464
[1155]4652008/02/28 (thomasb)
466----------
467- Fix folder adding/renaming inspired by #1484800
468- Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets
469- Fix quirky message selection
470- Completed installer
471
[1119]4722008/02/20 (thomasb)
473----------
474- Localize folder name in page title (#1484785)
[1126]475- Fix code using wrong variable name (#1484018)
[1120]476- Allow to send mail with BCC recipients only
[1126]477- Remove MDN headers before saving in sent folder
[1119]478
[1059]4792008/02/12 (estadtherr)
480----------
[1060]481- fix switching between HTML/plain composing (#1484752)
[1059]482- condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
483- fix image removal in message display when message HTML includes JS event handlers
484
[1044]4852008/02/11 (thomasb)
486----------
487- Add function to mark the selected messages as read/unread (#1457360)
[1111]488- Also do charset decoding as suggested in RFC 2231 (fix #1484321)
489- Show message count in folder list and hint when creating a subfolder
[1044]490
[1045]4912008/02/08 (thomasb)
492----------
493- Distinguish ssl and tls for imap connections (#1484667)
494- Added some charset aliases to fix typical mis-labelling (#1484565)
495
[1027]4962008/02/07 (thomasb)
[1023]497----------
498- Remember decision to display images for a certain message during session (#1484754)
[1045]499- Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
[1027]500- Fix size of the attachment preview frame (#1484758)
[1023]501
[1019]5022008/02/05 (thomasb)
[1013]503----------
504- Fix regular expression for checking e-mail address (#1484710)
505- Make sending of read receipts configurable
[1019]506- Respect config when localize folder names (#1484707)
[1020]507- Applied patch for updating page title (#1484727, #1484650)
508- Applied patch to prevent from purging inbox by uberlinuxguy (#1484449)
[1023]509- Applied patch to prevent bad header delimiters (#1484751)
[1021]510- Also send search request when deleting a contact (#1484620)
[1020]511- Add CSS hack for Safari
[1013]512
[998]5132008/02/02 (thomasb)
514----------
515- Always update $CONFIG with user prefs (#1484729)
516- Don't ask for MDN confirmations on drafted messages (#1484691)
[1045]517- Also respect receipt and priority settings when re-opening a draft message
[998]518
[976]5192008/01/31 (robin)
[1045]520----------
[976]521- Remember search results (closes #1483883), patch by the_glu
522
[952]5232008/01/08 (tomekp)
524----------
[955]525- add he (Hebrew) localization (#1484713)
526
5272008/01/08 (tomekp)
528----------
[952]529- update fr localization
530
[949]5312008/01/04 (tomekp)
532- purge kur_KU because it has no messages translation
[950]533- bump copyright for all localization files
[949]534
[947]5352007/12/31 (tomekp)
536----------
537- update es localization
538
[946]5392007/12/28 (tomekp)
540----------
541- update mk localization
542
[945]5432007/12/27 (tomekp)
544----------
545- update se localization
546
[944]5472007/12/13 (robin)
548----------
549- Add Received header on outgoing mail
550
[939]5512007/12/10 (estadtherr)
552----------
553- Upgrade to TinyMCE 2.1.3
[941]554- Allow inserting image attachments into HTML messages while composing (#1484557)
[939]555
[938]5562007/12/10 (thomasb)
557----------
558- Delegate user-stuff to new class rcube_user
559- Implement Message-Disposition-Notification (Receipts)
560
[936]5612007/12/05 (tomekp)
562----------
563- update bg, uk localization
564
[935]5652007/12/04 (tomekp)
566----------
567- update bg localization
568
[930]5692007/11/25 (thomasb)
570----------
571- Applied UID fetch patch by Glen Ogilvie
572- Applied patch for correct Postgres instructions from ticket #1484674
573- Fix overriding of session vars when register_globals is on (#1484670)
574- Fix wrong Postgres setup instructions in INSTALL (#1484674)
575- Fix bug with case-sensitive folder names (#1484245)
576- Don't create default folders by default
577- Added Georgian localization by Zaza Zviadadze
578- Updated Russian localization
579- Fixed some potential security risks (audited by Andris)
[932]580- Only show new messages if they match the current search (#1484176)
[930]581
[921]5822007/11/20 (tomekp)
583----------
584- add Korean (kr) localization
585
[918]5862007/11/14 (tomekp)
587----------
588- update id_ID localization
589
[911]5902007/11/06 (thomasb)
591----------
592- Switch to/from when searcing in Sent folder (#1484555)
593- Correctly read the References header (#1484646)
594- Unset old cookie in before sending a new value (#1484639)
[912]595- Correctly decode attachments when downloading them (#1484645 and #1484642)
[911]596
[899]5972007/10/22 (tomekp)
[911]598----------
[899]599- update ru, eo localizations
600
[875]6012007/10/17 (thomasb)
602----------
603- Make message listing less error prone
604
[863]6052007/10/10 (thomasb)
606----------
[875]607- Suppress IE errors when clearing attachments form (#1484356)
[863]608- Set preferences field in user table to NULL (#1484386)
609- Log error when login fails due to auto_create_user turned off
610- Update UPGRADING instructions
611
[859]6122007/10/05 (tomekp)
613----------
614- Add Esperanto localization
615
6162007/10/04 (Stiwi)
617----------
618- Updated German localization
619
[854]6202007/10/04 (yllar)
621----------
622- Added Malay localization
623- Updated Lithuanian localization
624
[844]6252007/09/27 (tomekp)
626----------
627- Update dutch localization (closes #1484588)
628
[839]6292007/09/29 (thomasb)
630----------
631- Filter linked/imported CSS files (closes #1484056)
632
633
[830]6342007/09/27 (tomekp)
635----------
636- Update brazilian portuguese localization (#1484580)
637
[816]6382007/09/26 (thomasb)
639----------
640- Improve message compose screen (closes #1484383)
[829]641- Select next row after removing one from list (#1484387)
[816]642
643
[815]6442007/09/26 (tomekp)
[816]645----------
[819]646- Add polish labels for changes in r816.
[815]647- Update polish localization (#1484579)
[818]648- Update thai localization (#1484578)
[815]649
[811]6502007/09/25 (robin)
651----------
652- Enable drag-/dropping of folders to a new parent folder (#1457344)
653
654
[807]6552007/09/24 (robin)
656----------
657- Fix preview pane size for Safari & Konqueror (#1484187)
658
659
[804]6602007/09/20 (robin)
661----------
662- Make smtp HELO/EHLO hostname configurable (#1484067)
663
664
[802]6652007/09/19 (thomasb)
[801]666----------
[816]667- IPv6 Compatability (#1484322), Patch #1484373
[802]668- Unlock interface when message sending fails (#1484570)
[801]669- Eval PHP code in template includes (if configured)
670- Show message when folder is empty. Mo more static text in table (#1484395)
671- Only display unread count in page title when new messages arrived
672- Show mailbox name in page title
673
674
[787]6752007/09/09 (thomasb)
676----------
[789]677- Fixed wrong delete button tooltip (#1483965)
[788]678- Fixed charset encoding bug (#1484429)
[787]679- Applied patch for LDAP version (#1484552)
680- Improved XHTML validation
681
682
[777]6832007/09/05 (thomasb)
684----------
685- Fix message list selection (#1484550)
686- Better fix lowercased usernames (#1484473)
687- Update pngbehavior Script as suggested in #1484490
688
689
[748]6902007/08/29 (richs)
691----------
692- Fixed moving/deleting messages when more than 1 is selected
693
[677]6942007/08/15 (thomasb)
695----------
696- Applied patch for LDAP contacts listing by Glen Ogilvie
697- Applied patch for more address fields in LDAP contacts (#1484402)
698- Close LDAP connections on script shutdown
699
700
[675]7012007/08/13 (thomasb)
702----------
703- Add alternative for getallheaders() (fix #1484508)
704- Revert changes for mbstring usage (fix #1484509)
705
706
[669]7072007/08/10 (thomasb)
[668]708----------
709- Identify mailboxes case-sensitive
710- Sort mailbox list case-insensitive (closes #1484338)
711- Fix display of multipart messages from Apple Mail (closes #1484027)
712- Protect AJAX request from being fetched by a foreign site (XSS)
713- Make autocomplete for loginform configurable by the skin template
[671]714- Fix compose function from address book (closes #1484426)
[673]715- Added //IGNORE to iconv call (patch #1484420, closes #1484023)
716- Check if mbstring supports charset (#1484290 and #1484292)
717- Prefer iconv over mbstring (as suggested in #1484292)
[674]718- Check filesize of template includes (#1484409)
[672]719- Updated Simplified Chinese localization
720- Added Ukrainian translation
[668]721
722
[669]7232007/08/09 (richs)
[667]724----------
725- Fixed bug with buttons not dimming/enabling properly after switching folders
726- Fixed compose window becoming unresponsive after saving a draft (#1484487)
727- Re-enabled "Back" button in compose window now that bug #1484487 is fixed
728- Fixed unresponsive interface issue when downloading attachments (#1484496)
729- Lowered status message time from 5 to 3 seconds to improve responsiveness
730- Added note to INSTALL about .htaccess limiting upload_max_filesize
731- Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
[671]732- Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
[667]733- Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
734
[668]735
[638]7362007/07/03 (thomasb)
737----------
738- Added Macedonian (Slavic FYROM) localization
739- Fix status message bug #1484464 with regard to #1484353
740- Fix address adding bug reported by David Koblas
[639]741- Applied socket error patch by Thomas Mangin
[638]742
743
[628]7442007/06/28 (tomekp)
745----------
746- fix typos in Polish localization (Janusz Zamecki)
747
748
[627]7492007/06/27 (tomekp)
750----------
751- Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
752
753
[613]7542007/06/12 (thomasb)
755----------
756- Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
757- Added Irish/Gaelic translation
758- Little correction in Swedish translation
759- Quote username for virtuser_query
760- Pass-by-reference workarround for PHP5 in sendmail.inc
761
762
[593]7632007/06/04 (estadtherr)
764----------
765- Fixed bug in HTML->Plain editor toggling
766
767
[586]7682007/05/28 (thomasb)
769---------
770- Fixed buggy imap_root settings (closes #1484379)
771- Prevent default events on subject links (#1484399)
772- Typo in rcube_smtp.inc
773
774
[584]7752007/05/23 (estadtherr)
776----------
777- Upgrade to TinyMCE v2.1.1.1
778
779
[573]7802007/05/18 (thomasb)
781----------
782- Use HTTP-POST requests for actions that change state
783
784
[560]7852007/05/17 (thomasb)
786----------
[571]787- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
[560]788- Renamed localization folder for Chinese (Big5)
789- Chanegd Slovenian language code from 'si' to 'sl'
[563]790- Added Sinhala (Sri-Lanka) localization
791- Use global filters and bind username/ for Ldap searches (#1484159)
[571]792- Hide quota display if imap server does not support it
793- Hide address groups if no LDAP servers configured
794- Add link to message subjects (closes #1484257)
795- Better SQL query for contact listing/search (closes #1484369)
[560]796
797
[553]7982007/05/13 (thomasb)
799----------
800- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
[554]801- Fixed marking as read in preview pane (closes #1484364)
[555]802- CSS hack to display attachments correctly in IE6
[556]803- Wrap message body text (closes #1484148)
[553]804
805
8062007/05/03 (yllar)
807----------
808- Updated French, Lithuanian, Armenian, Spanish and Italian translations
809
810
[549]8112007/05/01 (thomasb)
812----------
[550]813- Updated German, Euskara, Hungarian, Romanian and Spanish translation
[549]814- Added Hindi and Kurdish localization
815
816
[550]8172007/04/28 (thomasb)
[549]818----------
[550]819- LDAP access is back in address book (closes #1484087)
[549]820- Added search function for contacts
821- New Template parsing and output encoding
[550]822- Fixed bugs #1484119 and #1483978
[549]823
824
[540]8252007/04/08 (thomasb)
826----------
827- Fixed message moving procedure (closes #1484308)
828- Fixed display of multiple attachments (closes #1466563)
829- Fixed check for new messages (closes #1484310)
830- List attachments without filename
831
832
[521]8332007/03/27 (thomasb)
834----------
835- New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
836  Should close bugs #1483951 and #1484299
837
838
[519]8392007/03/23 (thomasb)
840----------
841- Correctly translate mailbox names (closes #1484276)
842- Quote e-mail address links (closes #1484300)
843
844
[515]8452007/03/21 (thomasb)
846----------
847- Updated PEAR::Mail_mime package
848- Added Persian localization
849- Updated Catalan and Brazilian Portuguese translations
850- Updated INSTALL manual with a note about database passwords
851- Accept single quotes for HTML attributes when modifying message body (thanks Jason)
852- Sanitize input for new users/identities (thanks Colin Alston)
853
854
[511]8552007/03/19 (thomasb)
856----------
857- Don't download HTML message parts
858- Convert HTML parts to plaintext if 'prefer_html' is off
859- Correctly parse message/rfc822 parts (closes #1484045)
860- Code cleanup
861
862
[510]8632007/03/18 (thomasb)
864----------
865- Also use user_id for unique key in messages table (closes #1484074)
866- Hide contacts drop down on blur (closes #1484203)
867- Make entries in contacts drop down clickable
868- Turn off browser autocompletion on login page
869- Quote <? in text/html message parts
870- Hide border around radio buttons
871- Replaced old JS function calls.
872
873
[506]8742007/03/13 (thomasb)
875----------
876- Applied patch for attachment download by crichardson (closes #1484198)
877- Fixed bug in Postgres DB handling (closes #1484068)
878- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
879- Fixed array_merge bug (closes #1484281)
880- Fixed flag for deletion in list view (closes #1484264)
881- Finally support semicolons as recipient separator (closes ##1484251)
882- Fixed message headers (subject) encoding
883
884
[502]8852007/03/04 (tomekp)
[506]886----------
[502]887- check if safe mode is on or not (closes #1484269)
888
[506]889
[501]8902007/03/02 (thomasb)
[500]891----------
[501]892- Show "no subject" in message list if subject is missing (closes #1484243)
[500]893- Solved page caching of message preview (closes #1484153)
894- Only use gzip compression if configured (closes #1484236)
895
896
[497]8972007/02/25 (estadtherr)
898----------
899- Fixed priority selector issue (#1484150)
[498]900- Upgraded to TinyMCE v2.1.0
[497]901
902
[491]9032007/02/21 (thomasb)
904----------
905- Fixed some CSS issues in default skin (closes #1484210 and #1484161)
906- Prevent from double quoting of numeric HTML character references (closes #1484253)
907
908
[469]9092007/02/07 (tomekp)
910----------
911- Updated (bg) translation (Doichin Dokov)
912
[491]913
[466]9142007/02/06 (tomekp)
915----------
916- Updated (pl) translation
917- Updated (pt_BR) translation (Robson F. Ramaldes)
918- Big cleanup in program/localization
919
[491]920
[464]9212007/02/05 (thomasb)
922----------
923- Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
924
925
[451]9262007/01/07 (estadtherr)
927----------
928- Fixed display of HTML message attachments (closes #1484178)
929
930
[449]9312007/01/07 (thomasb)
932----------
933- Applied patch for preview caching (closes #1484186)
[450]934- Added Thai and Vietnamese localization files
[449]935
[451]936
[440]9372006/12/29 (thomasb)
938----------
939- Added error handling for attachment uploads
940- Use multibyte safe string functions where necessary (closes #1483988)
941- Updated Swiss German localization (de_CH)
942
943
[425]9442006/12/22 (thomasb)
945----------
946- Applied security patch to validate the submitted host value (by Kees Cook)
947- Applied security patch to validate input values when deleting contacts (by Kees Cook)
948- Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
949- Applied a patch to more aggressively sanitize a HTML message
950- Visualize blocked images in HTML messages
951
952
[422]9532006/12/20 (thomasb)
954----------
955- Fixed wrong message listing when showing search results (closes #1484131)
956- Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
957- Show remote images when opening HTML message part as attachment
958
959
[412]9602006/12/17 (thomasb)
961----------
962- Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
963
964
[400]9652006/12/06 (thomasb)
966----------
967- Improve memory usage when sending mail (closes #1484098)
968- Mark messages as read once the preview is loaded (closes #1484132)
969- Include smtp final response in log (closes #1484081)
970
971
[395]9722006/12/04 (thomasb)
973----------
974- Corrected date string in sent message header (closes #1484125)
975- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
976- Changed srong tooltips for message browse buttons (closes #1483930)
977
978
[392]9792006/12/03 (estadtherr)
980----------
981- Added fix to convert HTML signatures for plain text messages
982- Fixed signature delimeter character to be standard (Bug #1484035)
983
984
[389]9852006/12/01 (thomasb)
986----------
987- Implemented preview pane
988- Fixed XSS vulnerability (Bug #1484109)
989- Remove newlines from mail headers (Bug #1484031)
990- Selection issues when moving/deleting (Bug #1484044)
991- Applied patch of Clement Moulin for imap host auto-selection
992- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
993- Fixed folder name encoding in subscription list (Bug #1484113)
994- Fixed JS errors in identity list (Bug #1484120)
995- Show client debug console on debug_level 8
[391]996- Added Serbian translation
997- Updated Spanish and Bulgarian localization
[377]998
[389]999
[383]10002006/11/22 (robin)
[389]1001----------
[383]1002- Fix a bug introduced with Shift-Del yesterday
1003
1004
[377]10052006/11/21 (robin)
[389]1006----------
[378]1007- Add missing nl_NL translations
1008- Translate foldernames in folder form (closes #1484113)
1009
1010
10112006/11/21 (robin)
[389]1012----------
[377]1013- Added first and last buttons to message list, address book
1014  and message detail
1015- Pressing Shift-Del bypasses Trash folder
1016- Enable purge command for Junk folder
1017
1018
10192006/11/17 (robin)
1020----------
1021- Re-initialize message list after shift-select and delete
1022
1023
10242006/11/16 (robin)
1025----------
1026- Fixed updating message list after expunge and purge
1027- Fetch all aliases if virtuser_query is used instead
1028  of only the first one
1029
1030
[366]10312006/11/11 (estadtherr)
1032----------
1033- fixed deletion/moving of messages from within "show" page
1034
1035
[389]10362006/11/09 (thomasb)
1037----------
1038- Little bugfix in HTML encoding
1039- Fixed encoding issues and delete-on-reply problem
1040- Corrected template parsing
1041
1042
[362]10432006/11/07 (estadtherr)
1044----------
1045- Upgraded to TinyMCE v2.0.8
1046- Fixed CSS path for editor popups
1047
[355]10482006/09/26 (estadtherr)
1049----------
1050- Added spellchecker plugin to TinyMCE configuration
1051- Fixed HTML/Plain toggle labels
1052
1053
[354]10542006/09/24 (thomasb)
1055----------
1056- Partial client re-write with a common list class
1057- Re-enabled multi select of contacts (Bug #1484017)
1058- Enable contact editing right after creation (Bug #1459641)
1059- Updated Hungarian, Estonian and Traditional Chinese localization
1060
1061
[348]10622006/09/19 (thomasb)
1063----------
1064- Correct UTF-7 to UTF-8 conversion if mbstring is not available
1065
1066
[344]10672006/09/13 (estadtherr)
1068----------
1069- Introduction of TinyMCE HTML editor support for message composition and signatures
1070  Note : a new column is added to the "identities" database table
1071
1072
[342]10732006/09/12 (estadtherr)
1074----------
1075- Fixed html2text treatment of table headers (Bug #1484020)
1076- Fixed IMAP fetch of message body (Bug #1484019)
1077
1078
[340]10792006/09/08 (thomasb)
1080----------
1081- Fixed safe_mode problems (Bug #1418381)
1082- Fixed wrong header encoding (Bug #1483976)
1083
1084
[338]10852006/09/07 (thomasb)
1086----------
1087- Made automatic draft saving configurable
1088- Fixed JS bug when renaming folders (Bug #1483989)
1089- Don't wait for complete page load when calling JavaScript init()
1090- Some improvements to prevent session expiration
1091- Prevent from double submit of spell check requests
1092
1093
[333]10942006/09/01 (thomasb)
1095----------
1096- Imporoved message parsing and HTML validation
1097- Added quota display as image (by Brett Patterson)
1098- Corrected creation of a message-id
1099- Updated Norwegian (bokmal) localization
1100
1101
[329]11022006/08/30 (thomasb)
1103----------
1104- New indentation for quoted message text
1105- Improved HTML validity
1106
1107
[327]11082006/08/28 (estadtherr)
1109----------
1110- Fixed URL character set (Ticket #1445501)
1111- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
1112
1113
[325]11142006/08/25 (thomasb)
1115----------
1116- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
1117- Finalized new message parsing (+ chaching)
1118- Updated SQL scripts and UPGRADING instructions
1119
1120
[323]11212006/08/23 (thomasb)
1122----------
1123- Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
1124
1125
[322]11262006/08/20 (thomasb)
1127----------
[323]1128- Fixed wrong usage of mbstring (Bug #1462439)
[322]1129- Set default spelling language (Ticket #1483938)
1130- Added support for Nox Spell Server
1131
1132
11332006/08/18 (thomasb)
1134----------
1135- Re-built message parsing (Bug #1327068)
[325]1136  Now based on the message structure delivered by the IMAP server.
[322]1137- Fixed some XSS and SQL injection issues
1138
1139
[305]11402006/08/10 (thomasb)
1141----------
1142- Fixed charset problems with folder renaming
1143
1144
[292]11452006/08/04 (thomasb)
1146----------
1147- Fixed Bug in saving identities (Ticket #1483915)
1148- Set folder name in window title (Bug #1483919)
1149- Don't add imap_root to INBOX path (Bug #1483816)
1150- Attempt to create default folders only after login
1151- Avoid usage of $CONFIG in rcube_imap class
1152
1153
[284]11542006/07/30 (thomasb)
1155----------
1156- Alter links in HTML messages (Bug #1326402)
1157- Added fallback if host not found in 'mail_domain' array
1158- Applied patch of Charles to highlight droptargets (Ticket #1473034)
[285]1159- Fixed folder renaming (Bug #1483914)
1160- Added confirmation message after deleting a folder
[284]1161
1162
[282]11632006/07/25 (thomasb)
1164----------
1165- Made folder renaming a bit more ajax-style
1166- Changed rename-labels and German translation
1167- Fixed addressbox countbar width (Bug #1483845)
1168- Fixed refresh interval problems in Safari (Bug #1483902)
1169- Fixed clear_message_list_header() errors (Bug #1483898)
1170- Sanity check of $message_set in imap.inc (Bug #1443200)
1171- Added correct changing of message list headers for Sent folder
1172- Updated Spanish localization (Ticket #1483887)
1173- Applied patch #1483846
1174
1175
[281]11762006/07/24 (richs)
1177----------
1178- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
1179- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
1180- Draft saving now properly returns an error when saving fails
1181- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
1182- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
1183
1184
[277]11852006/07/19 (thomasb)
1186----------
1187- Correct entity encoding of link urls (HTML validity)
[278]1188- Improved usability in compose step (Ticket #1483807)
[277]1189- Added absolute URLs to several buttons (for "open in new window")
[278]1190- Applied patch #1328032
1191- Fixed Bug/Patch #1443200
[277]1192
1193
[276]11942006/07/18 (thomasb)
[275]1195----------
1196- Fixed password with spaces issue (Bug #1364122)
1197- Replaced _auth hash with second cookie (Ticket #1483811)
1198- Don't use get_input_value() for passwords (Bug #1468895)
1199- Made password encryption key configurable
1200- Minor bugfixes with charset encoding
[276]1201- Added <label> tags to forms (Ticket #1483810)
[275]1202
1203
[276]12042006/07/07 (thomasb)
[274]1205----------
1206- Fixed INSTALL_PATH bug #1425663
1207
1208
[272]12092006/07/03 (richs)
1210----------
1211- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
1212- Updated French localizations (Ticket #1483862)
1213- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
1214- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
1215- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
1216- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
1217
1218
[270]12192006/06/30 (richs)
1220----------
1221- Fixed empty INBOX compatibility bug (Patch #1443200)
1222- Temporarily fixed French "compact" localization (Patch #1483862)
1223- Fixed "Select All" not working with Delete interface button (Bug #1332434)
1224- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
1225- Fixed "unread count" in window title when count changed (Bug #1483812)
1226- Fixed DB error when deleting from message table (Patch #1483835)
1227
[272]1228
[269]12292006/06/29 (richs)
1230----------
1231- Added ability to remove attachments (Feature #1436721)
1232- Default folders are now auto-created on first login (Feature #1471594)
1233- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
1234- Corrected Italian localizations
1235- Tweaked rename-folder form to clear after a rename
1236
1237
[267]12382006/06/26 (richs)
1239----------
1240- Added button to immediately check for new messages
1241- New message checking now displays status "Checking for new messages..."
1242- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
1243- Task buttons now respond to clicks by darkening (as in other applications)
1244- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
1245- Added ability to sort messages by "Size"
1246- Added ability to rename folders (Feature #1326396)
1247- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
1248- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
1249
1250
[266]12512006/06/25
1252----------
1253- Changed behavior to include host-specific configuration (Bug #1483849)
1254- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
1255- Fixed spell checker to work with the new URL at google.com
1256- Some memory and security optimizations sendmail.inc
1257- Updated UGRADING description
1258
1259
[261]12602006/06/19
1261----------
1262- Added Drafts support (Feature #1326839) (richs)
1263
[266]1264
[259]12652006/06/02
1266----------
1267- Updated Estonian localization and moved from ee to et
1268- Added Bulgarian localization
1269
1270
12712006/05/25
1272----------
1273- Finalized GoogieSpell integration
1274
1275
[238]12762006/05/18
1277----------
1278- Added Arabic and Armenian localizations
1279- Updated Russian localization
1280- Removed MDB2 classes from repository. Install them seperately if used.
1281- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
1282- Allow & in e-mail addresses
1283
1284
[225]12852006/05/05
[216]1286----------
[225]1287- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
1288- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
1289- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
1290- Corrected INSTALL description (Bug #1476106)
[218]1291- Added charset to javascript HTTP headers
[225]1292- Fixed Opera bug with CC and BCC fields (Bug #1474576)
1293- Changed login page title regarding product name (Bug #1476413)
[216]1294- Pimped search function
[219]1295- Applied attachment viewing/forwarding patches by Andrew Fladmark
[214]1296- Applied prev/next patch by Leonard Bouchet
1297- Applied patches by Mark Bucciarelli
1298- Applied patch for requesting receipts by Salvatore Ansani
1299- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
1300
1301
[195]13022006/04/13
1303----------
1304- Added Slovenian localization
1305- Updated Portuguese localization
1306- Fixed parent.location problem for compose-links
1307- Added sort order saving patch by Jacob Brunson
1308- Added gzip compression support
1309
1310
[187]13112006/04/02
1312----------
1313- Added Lithuanian localization
1314- Improved search function
1315- Added version string as template object
1316- Load host-specific configuration file (see config/main.inc.php)
1317- New config parameter adding domain to user names for login
1318- Strip tags on _auth, _action, _task parameters
1319- Corrected labels for next/previous page buttons in address book
1320
1321
[171]13222006/03/23
1323----------
1324- Auto-detect mail header delimiters
1325- Regard daylight savings
1326- Localized quota display
1327- Started implementing search function
1328
1329
[168]13302006/03/20
1331----------
[169]1332- Avoid error message when saving an unchanged identity (Bug #1429510)
[168]1333- Fixed hard-coded cols selection for sent folder (Bug #1354586)
1334- Enable some HTML links for use with "open in new window" or "save target"
1335- Check meta-key instead of ctrl on Macs
1336- Ignore double clicks when holding down a modifier key
1337- Fixed reloading of the login page
1338- Fixed typo in compose template (Bug #1446852)
1339- Added compose button to message read step (Request #1433288)
1340- New config parameter for persistent database connections (Bug #1431817)
1341
1342
[165]13432006/03/14
1344----------
1345- Don't remove internal HTML tags in plaintext messages
1346- Improved error handling in DB connection failure
[154]1347
[165]1348
[154]13492006/02/22
1350----------
1351- Updated localizations
1352- Fixed bug #1435989
1353
1354
[140]13552006/02/19
[93]1356----------
[140]1357- Updated localizations
1358- Applied patch of Anders Karlsson
1359- Applied patch of Jacob Brunson
1360- Applied patch for virtuser_query by Robin Elfrink
1361- Added support for References header (patch by Auke)
1362- Added support for mbstring module by Tadashi Jokagi
1363- Added function for automatic remove of slashes on GET and POST vars
1364  if magic_quotes is enabled
1365
1366
13672006/02/05
1368----------
[130]1369- Added Slovak, Hungarian, Bosnian and Croation translation
[93]1370- Fixed bug when inserting signatures with !?&
[140]1371- Chopping message headers before inserting into the message cache table
1372  (to avoid bugs in Postgres)
[93]1373- Allow one-char domains in e-mail addresses
1374- Make product name in page title configurable
1375- Make username available as skin object
[140]1376- Added session_write_close() in rcube_db class destructor to avoid problems
1377  in PHP 5.0.5
1378- Use move_uploaded_file() instead of copy() for a more secure handling of
1379  uploaded attachments
[93]1380- Additional config parameter to show/hide deleted messages
1381- Added periodic request for checking new mails (Request #1307821)
1382- Added EXPUNGE command
1383- Optimized loading time for mail interface
[108]1384- Changed to full UTF-8 support
1385- Additional timezones (Patch #1389912)
1386- Added LDAP public search (experimental)
[119]1387- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
1388- Casting to strings when adding empty headers to message cache (Bug #1406026)
[130]1389- Skip sender-address as recipient when Reply-to-all
1390- Fixes in utf8-class
1391- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
[140]1392- Added garbage collector for message cache
1393- Added patches for BCC headers
[92]1394
[93]1395
[92]13962005/12/16
1397----------
1398- Added Turkish and Simplified Chinese translation
1399- Use virtusertable to resolve e-mail addresses at login
[140]1400- Configurable mail_domain used to compose correct e-mail addresses
1401  on first login
[92]1402
1403
[88]14042005/12/03
1405----------
[140]1406- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
1407  Estonian and Chinese translation
[88]1408- Get IMAP server capabilities in array
1409- Check for NAMESPACE capability before sending command
1410- Set default user language from config 'locale_string'
1411- Added sorting patch for message list
1412- Make default sort col/order configurable
1413- Fixed XSS in address book and identities
1414- Added more XSS protection (Bug #1308236)
1415- Added tab indexes for compose form
1416- Added 'changed' col to contacts table
1417- Support for 160-bit session hashes
1418- Added input check for contacts and identities (Patch #1346523)
1419- Added messages/warning to compose step (Patch #1323895)
1420- Added favicon to the default skin
1421- Fixed Bug #1334337 as far as possible
1422- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
1423- Redesign of client side AJAX code (enable multi threading)
1424- Added keep-alive signal every minute
1425- Make logs dir configurable
1426- Added support for SMTPS
1427- Decode attachment file names
1428- Make delimiter for message headers configurable
1429- Add generic footer to sent messages
1430- Choose the rigt identity when replying
1431- Remove signature when replying (Request #1333167)
1432- Signatures for each identity
1433- Select charset when composing message
1434- Complete re-design of the caching mechanism
1435
1436
[3]14372005/08/11
1438----------
1439- Write list header to client even if list is empty
1440- Add functions "select all", "select none" to message list
[140]1441- Improved filter for HTML messages to remove potentially malicious tags
1442  (script, iframe, object) and event handlers.
[3]1443- Buttons for next/previous message in view mode
1444- Add new created contact to list and show confirmation status
1445- Added folder management (subscribe/create/delete)
1446- Log message sending (SMTP log)
1447- Grant access for Camino browser
1448- Added German translation
1449
1450
[88]14512005/10/20
[3]1452----------
[88]1453- Added Swedish, Latvian, Portuguese and Catalan translation
1454- Make SMTP auth method configurable
1455- Make mailboxlist scrollable (Bug #1326372)
1456- Fixed SSL support
1457- Improved support for Courier IMAP (root folder and delimiter issues)
1458- Moved taskbar from bottom to top
1459- Added 'session_lifetime' parameter
1460- Fixed wrong unread count when deleting message (Bug #1332434)
1461- Srip tags when creating a new folder (Bug #1332084)
1462- Translate HTML tags in message headers (Bug #1330134)
1463- Correction in German translation (Bug #1329434)
1464- Display folder names with special chars correctly (Bug #1330157)
[8]1465
1466
[23]14672005/10/07
[8]1468----------
[21]1469- Added French, Italian, Spanish, Danish, Dutch translation
[23]1470- Clarified license (Bug #1305966)
[8]1471- Fixed PHP warnings (Bug #1299403)
[23]1472- Fixed english translation (Bug #1295406)
[8]1473- Fixed bug #1290833: Last character of email not seen
[21]1474- Fixed bug #1292199 when creating new user
[23]1475- Allow more browsers (Bug #1285101)
[8]1476- Added setting for showing pretty dates
[20]1477- Added support for SQLite database
1478- Make use of message caching configurable
1479- Also add attachments when forwarding a message
[24]1480- Long folder names will not flow over message list (Bug #1267232)
[20]1481- Show nested mailboxes hieracically
[21]1482- Enable IMAPS by host
[37]1483
1484
[88]14852005/08/20
[37]1486----------
[88]1487- Improved cacheing of mailbox messagecount
1488- Fixed javascript bug when creating a new message folder
1489- Fixed javascript bugs #1260990 and #1260992: folder selection
1490- Make Trash folder configurable
1491- Auto create folders Inbox, Sent and Trash (if configured)
1492- Support for IMAP root folder
1493- Added support fot text/enriched messages
1494- Make list of special mailboxes configurable
[51]1495
Note: See TracBrowser for help on using the repository browser.