source: github/CHANGELOG @ a22cb65

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since a22cb65 was a22cb65, checked in by alecpl <alec@…>, 5 years ago
  • Write username instead of id in sendmail log (#1485477)
  • Property mode set to 100644
File size: 45.9 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42008/10/07 (alec)
5----------
6- Write username instead of id in sendmail log (#1485477)
7- Fix htmlspecialchars() use for PHP version < 5.2.3 (#1485475)
8- Fix js keywords escaping in json_serialize() for IE/Opera (#1485472)
9
102008/10/03 (alec)
11----------
12- Add support for SJIS, GB2312, BIG5 in rc_detect_encoding()
13- Fix vCard file encoding detection for non-UTF-8 strings (#1485410)
14- Add 'skip_deleted' option in User Preferences (#1485445)
15
162008/10/02 (alec)
17----------
18- Minimize "inline" javascript scripts use (#1485433)
19- Fix css class setting for folders with names matching defined classes names (#1485355)
20- Fix race conditions when changing mailbox
21
222008/10/01 (alec)
23- Fix spellchecking when switching to html editor (#1485362)
24- Fix compose window width/height (#1485396)
25- Allow calling msgimport.sh/msgexport.sh from any directory (#1485431)
26- Localized filesize units (#1485340)
27- Better handling of "no identity" and "no email in identity" situations (#1485117)
28
292008/09/29 (alec)
30----------
31- Added 'mime_param_folding' option with possibility to choose
32  long/non-ascii attachment names encoding eg. to be readable
33  in MS Outlook/OE (#1485320)
34- Added "advanced options" feature in User Preferences
35- Fix unread counter when displaying cached massage in preview panel (#1485290)
36- Fix htmleditor spellchecking on MS Windows (#1485397)
37
382008/09/25 (alec)
39----------
40- Fix problem with non-ascii attachment names in Mail_mime (#1485267, #1485096)
41
422008/09/23 (alec)
43----------
44- Fix language autodetection (#1485401)
45- Fix button label in folders management (#1485405)
46- Fix collapsed folder not indicating unread msgs count of all subfolders (#1485403)
47- Fix handling of apostrophes in filenames decoded according to rfc2231
48
492008/09/19 (thomasb)
50----------
51- Made config files location configurable (#1485215)
52
532008/09/16 (alec)
54----------
55- Reduced memory footprint when forwarding attachments (#1485345)
56- Fix inline images handling when replying/forwarding html messages
57- Allow and use spellcheck attribute for input/textarea fields (#1485060)
58- Added icons for forwarded/forwarded+replied messages (#1485257)
59- Added Reply-To to forwarded emails (#1485315)
60- Display progress message for folders create/delete/rename (#1485357)
61- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)
62
632008/09/15 (thomasb)
64----------
65- Redesign of the identities settings (#1484042)
66- Add config option to disable creation/deletion of identities (#1484498)
67
682008/09/15 (alec)
69----------
70- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)
71
722008/09/12 (alec)
73----------
74- Added vertical splitter for folders list resizing
75- Added possibility to view all headers in message view
76- Fixed splitter drag/resize on Opera (#1485170)
77- Fixed quota img height/width setting from template (#1484857)
78
792008/09/12 (thomasb)
80----------
81- Refactor drag & drop functionality. Don't rely on browser events anymore (#1484453)
82- Insert "virtual" folders in subscription list (#1484779)
83- Added link to open message in new window
84
852008/09/05 (thomasb)
86----------
87- Enable export of address book contacts as vCard
88- Respect Content-Location headers in multipart/related messages according to RFC2110 (#1484946)
89- Applied mime_decode patch by David Lublink
90- Allowed max. attachment size now indicated in compose screen (#1485030)
91- Also capture backspace key in list mode (#1484566)
92- Allow application/pgp parts to be displayed (#1484753)
93- Correctly handle options in mailto-links (#1485228)
94- Immediately save sort_col/sort_order in user prefs (#1485265)
95
962008/09/04 (alec)
97----------
98- Truncate very long (above 50 characters) attachment filenames when displaying
99- Support \" and \\ in quoted strings when parsing BODYSTRUCTURE (mime.inc)
100- Allow 'readonly' atributes in input and textarea (#1485312)
101
1022008/09/03 (thomasb)
103----------
104- Allow to auto-detect client language if none set (#1484434)
105- Auto-detect the client timezone (user configurable)
106
1072008/09/03 (alec)
108----------
109- Add RFC2231 header value continuations support for attachment
110  filenames + hack for servers that not support that feature
111- Fix Reply-To header displaying (#1485314)
112
1132008/09/02 (thomasb)
114----------
115- Add feature to import contacts from vcard files (#1326103)
116- Mark form buttons that provide the most obvious operation (mainaction)
117
1182008/08/30 (alec)
119----------
120- Improved HTML to TXT conversion by html2text class update
121  to version 1.0.0
122
1232008/08/28 (alec)
124----------
125- Added option 'quota_zero_as_unlimited' (#1484604)
126- Added PRE handling in html2text class (#1484740)
127
1282008/08/28 (robin)
129----------
130- Added folder hierarchy collapsing
131
1322008/08/27 (alec)
133----------
134- Added options to use syslog instead of log file (#1484850)
135- Added Logging & Debugging section in Installer
136- Write to smtp log also sent MDN confirmations
137
1382008/08/26 (alec)
139----------
140- Removed support for PEAR::DB driver
141
1422008/08/21 (alec)
143----------
144- Add Content-Length header while attachments downloading (#1484256)
145- Fix In-Reply-To and References headers when composing saved draft
146  message (#1485288)
147- Removed PHP4 class constructors
148- Fix html message charset conversion for charsets with underline (#1485287)
149- Fix buttons status after contacts deletion (#1485233)
150
1512008/08/21 (estadtherr)
152----------
153- Fix escaping of To: and From: fields when building message body for reply
154  or forward in the HTML editor (#1484904)
155
1562008/08/15 (thomasb)
157----------
158- Use current mailbox name in template (#1485256)
159- Better fix for skipping untagged responses (#1485261)
160- Added pspell support patch by Kris Steinhoff (#1483960)
161- Enable spellchecker for HTML editor (#1485114)
162- Respect spellcheck_uri in tinyMCE spellchecker (#1484196)
163
1642008/08/09 (alec)
165----------
166- Case insensitive contacts searching using PostgreSQL (#1485259)
167
1682008/07/31 (thomasb)
169----------
170- Make default imap folders configurable for each user (#1485075)
171- Save outgoing mail to selectable folder (#1324581)
172- Fix hiding of mark menu when clicking th button again (#1484944)
173
1742008/07/21 (alec)
175----------
176- use long date format in print mode (#1485191)
177
1782008/07/18 (alec)
179----------
180- Updated TinyMCE to version 3.1.0.1
181
1822008/07/14 (thomasb)
183----------
184- Re-enable autocomplete attribute for login form (#1485211)
185- Check PERMANENTFLAGS before saving $MDNSent flag (#1484963, #1485163)
186
1872008/06/30 (alec)
188----------
189- Added flag column on messages list (#1484623)
190
1912008/06/24 (alec)
192----------
193- Patched Mail/MimePart.php (http://pear.php.net/bugs/bug.php?id=14232)
194
1952008/06/24 (alec)
196----------
197- Allow trash/junk subfolders to be purged (#1485085)
198
1992008/06/20 (alec)
200----------
201- Added Azerbaijani translation
202
2032008/06/20 (thomasb)
204----------
205- Store compose parameters in session and redirect to a unique URL
206
2072008/06/18 (thomasb)
208----------
209- Fixed CRAM-MD5 authentication (#1484819)
210- Add fallback to old 'skin_path' property
211
2122008/06/16 (alec)
213----------
214- Fixed sending emoticons
215- Fixed forwarding messages with one HTML attachment (#1484442)
216- Fixed encoding of message/rfc822 attachments and image/pjpeg handling (#1484914)
217
2182008/06/15 (alec)
219----------
220- Added option to select skin in user preferences
221  WARNING: option 'skin_path' replaced by 'skin' option!
222
2232008/06/14 (alec)
224----------
225- Added option to disable displaying of attached images below the message body
226
2272008/06/13 (alec)
228----------
229- Added option to display images in messages from known senders (#1484601)
230- Updated PEAR::Mail_Mime
231- User preferences grouped in more fieldsets
232
2332008/06/12 (alec)
234----------
235- Fix corrupted MIME headers of messages in Sent folder (#1485111)
236- Fixed bug in MDB2 package: http://pear.php.net/bugs/bug.php?id=14124
237- Use keypress instead of keydown to select list's row (#1484816)
238
2392008/06/11 (alec)
240----------
241- Don't call expunge and don't remove message row after message move
242  if flag_for_deletion is set to true (#1485002)
243
2442008/06/08 (alec)
245----------
246- Added option to disable autocompletion from selected LDAP address books (#1484922)
247
2482008/06/07 (thomasb)
249----------
250- Cleaned up localization names. Now named with lang_COUNTRY according to ISO 639-1/3166-1
251- Updated Catalan localization
252
2532008/06/06 (robin)
254----------
255- Add option to log successful logins
256
2572008/06/06 (alec)
258----------
259- TLS support in LDAP connections: 'use_tls' property (#1485104)
260
2612008/06/05 (alec)
262----------
263- Fix removing messages from search set after deleting them (#1485106)
264
2652008/06/03 (alec)
266----------
267- imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of iil_ReadLine()
268- imap.inc: Fixed iil_C_FetchStructureString() to handle many
269  literal strings in response (#1484969)
270- imap.inc: Removed hardcoded data size in iil_ReadLine()
271
2722008/05/30 (alec)
273----------
274- Support for subfolders in default/protected folders (#1484665)
275- Disallowed delimiter in folder name (#1484803)
276- Support " and \ in folder names
277- Escape \ in login (#1484614)
278
2792008/05/29 (thomasb)
280----------
281- Better HTML sanitization with the DOM-based washtml script (#1484701)
282
2832008/05/29 (alec)
284----------
285- Polish localization folder renamed to pl_PL
286
2872008/05/28 (alec)
288----------
289- Fixed sorting of folders with non-ascii characters
290
2912008/05/21 (alec)
292----------
293- Localized pagetitle in Settings and Address Book
294
2952008/05/19 (alec)
296----------
297- Fixed Mysql DDL for default identities creation (#1485070)
298
2992008/05/16 (alec)
300----------
301- In Preferences added possibility to configure 'read_when_deleted',
302  'mdn_requests', 'flag_for_deletion' options
303
3042008/05/15 (thomasb)
305----------
306- Make IMAP auth type configurable (#1483825)
307- Fix empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055)
308
3092008/05/15 (alec)
310----------
311- Fix attachment list on IE 6/7 (#1484807)
312
3132008/05/12 (estadtherr)
314----------
315- fix JavaScript in compose.html that shows cc/bcc fields if populated
316
3172008/05/12 (alec)
318----------
319- Updated PEAR::DB package to version 1.7.13
320
3212008/05/10 (alec)
322----------
323- Make password input fields of type password in installer (#1484886)
324
3252008/05/09 (alec)
326----------
327- Don't call CAPABILITY if was recieved as server's optional response
328  on connect (RFC3501 [7.1])
329
3302008/05/08 (alec)
331----------
332- Don't attempt to delete cache entries if enable_caching is FALSE (#1485051)
333- Optimized messages sorting on servers without sort capability (#1485049)
334- Option 'use_SQL_address_book' replaced by 'address_book_type'
335- Corrected message headers decoding when charset isn't specified and improved
336  support for native languages (#1485050, #1485048)
337
3382008/05/07 (davidke/richs)
339----------
340- Completed LDAP address book support so it can now write to an LDAP server.
341- Expanded LDAP configuration options to support LDAP server writes.
342- Modified config/main.inc.php.dist:
343  New Option: $rcmail_config['use_SQL_address_book']
344  Changed Option:  $rcmail_config['ldap_public']['Verisign']
345
3462008/05/05 (alec)
347----------
348- Installer: encode special characters in DB username/password (#1485042)
349- Do charset conversion also for from/to column on messages list
350- Fix management of folders with national characters in names (#1485036, #1485001)
351
3522008/05/02 (alec)
353----------
354- Updated MDB2 package to version 2.5.0b1
355- Updated MDB2 pgsql, mysql, mysqli, sqlite drivers to version 1.5.0b1
356- Updated MDB2 mssql driver to version 1.3.0b1
357- Fixed identities saving when using MDB2 pgsql driver (#1485032)
358
3592008/05/01 (alec)
360----------
361- Fix BCC header reset (#1484997)
362
3632008/04/30 (thomasb)
364----------
365- Introduce new application class 'rcmail' and get rid of some global vars
366
3672008/04/29 (alec)
368----------
369- improved messages list performance - patch from Justin Heesemann
370
3712008/04/23 (alec)
372----------
373- Append skin_path to images location only when it starts
374  with '/' sign (#1484859)
375
3762008/04/20 (estadtherr)
377----------
378- fix parse_attrib_string to handle unquoted values, which fixes
379  display issues with HTML messages that do not quote attributes
380
3812008/04/17 (alec)
382----------
383- Fix IMAP response in message body when message has no body (#1484964)
384- Updated PEAR::Auth_SASL to 1.0.2
385- Fix non-RFC dates formatting (#1484901)
386
3872008/04/16 (estadtherr)
388----------
389- Fix mail sending with new TinyMCE
390
3912008/04/16 (alec)
392----------
393- Fix typo in set_charset() (#1484991)
394- Decode entities when inserting HTML signature to plain text message (#1484990)
395
3962008/04/15 (estadtherr)
397----------
398- HTML editing is now working with PHP5 updates and TinyMCE v3.0.6
399- fix signature loading on Windows (#1484545)
400- add language support to HTML editing (#1484862)
401
4022008/04/15 (alec)
403----------
404- Fix remove signature when replying (#1333167)
405- Fix problem with line with a space at the end (#1484916)
406- Don't send set_env() in ajax response when env array is empty
407- Fix <!DOCTYPE> tag filtering (#1484391)
408- Fix <?xml> tag filtering (#1484403)
409 
4102008/04/14 (alec)
411----------
412- Added sections (fieldset+label) in Settings interface
413
4142008/04/12 (alec)
415----------
416- Fixed and optimized 'read_when_deleted': mark as read on server side
417  in one action when marking as deleted, fixed js bugs when deleting
418  from message preview page
419
4202008/04/12 (thomasb)
421----------
422- Changed codebase to PHP5 with autoloader
423- Added some new classes from devel-vnext branch
424
4252008/04/11 (alec)
426----------
427- Mark as read in one action with message preview (#1484972)
428- Delete redundant quota reads (#1484972)
429- Add options for empty trash and expunge inbox on logout (#1483863)
430
4312008/04/10 (alec)
432----------
433- Add rows highlighting in onmousemove on ksearch list
434- Remove lines wrapping when displaying message
435- Fix month localization
436- Do ob_start/ob_end_clean when reading config files (#1484624)
437- Fix debug (ajax) console
438
4392008/04/02 (alec)
440----------
441- Updated timezones list (#1484908)
442- Fix design in Settings (#1484799)
443- Fix deleting messages after clicking on "All" (#1484838)
444- Fix sorting o0f message list when default folder is empty (#1484317)
445- Fix creating a new folder w/a comma in its name (#1484681)
446
4472008/04/01 (thomasb)
448----------
449- Fix Enter problem on login (#1484839)
450- Make the http-received header in outgoing mails configurable
451
4522008/03/30 (till)
453----------
454- Fix Firefox problem with ob_gzhandler (#1484932)
455- Improve message previewpane - less loading (#1484316)
456
4572008/03/28 (thomasb)
458----------
459- Disable installer by default; add config option to enable it again
460
4612008/03/24 (till)
462----------
463- Don't send mark requests for already marked messages (#1484906)
464- Fix "quote inside a quote" (#1484783)
465
4662008/03/23 (till)
467
468- Applied patch to strip newlines from headers (#1484811)
469- Applied patch to trim login (#1484231)
470- Added robots.txt
471- Fix attachment problem when restoring saved draft without body (#1484506)
472- Fix call to undefined function decrypt_passwd() 
473
4742008/03/21 (thomasb)
475----------
476- Add configurable default charset for message decoding
477- Applied patch to fix mime decoding an folder subscription (#1484191)
478- Applied patch to correctly quote email recipient strings (#1484191)
479- Fix wrong charset aliases (#1484818 and #1484598)
480- Remove hard-coded size of logo image (#1484378)
481- Strip slashes from virtuser email values (#1484700)
482- Fixed message part window display in IE6 (#1484610)
483
4842008/02/28 (thomasb)
485----------
486- Fix folder adding/renaming inspired by #1484800
487- Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets
488- Fix quirky message selection
489- Completed installer
490
4912008/02/20 (thomasb)
492----------
493- Localize folder name in page title (#1484785)
494- Fix code using wrong variable name (#1484018)
495- Allow to send mail with BCC recipients only
496- Remove MDN headers before saving in sent folder
497
4982008/02/12 (estadtherr)
499----------
500- fix switching between HTML/plain composing (#1484752)
501- condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
502- fix image removal in message display when message HTML includes JS event handlers
503
5042008/02/11 (thomasb)
505----------
506- Add function to mark the selected messages as read/unread (#1457360)
507- Also do charset decoding as suggested in RFC 2231 (fix #1484321)
508- Show message count in folder list and hint when creating a subfolder
509
5102008/02/08 (thomasb)
511----------
512- Distinguish ssl and tls for imap connections (#1484667)
513- Added some charset aliases to fix typical mis-labelling (#1484565)
514
5152008/02/07 (thomasb)
516----------
517- Remember decision to display images for a certain message during session (#1484754)
518- Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
519- Fix size of the attachment preview frame (#1484758)
520
5212008/02/05 (thomasb)
522----------
523- Fix regular expression for checking e-mail address (#1484710)
524- Make sending of read receipts configurable
525- Respect config when localize folder names (#1484707)
526- Applied patch for updating page title (#1484727, #1484650)
527- Applied patch to prevent from purging inbox by uberlinuxguy (#1484449)
528- Applied patch to prevent bad header delimiters (#1484751)
529- Also send search request when deleting a contact (#1484620)
530- Add CSS hack for Safari
531
5322008/02/02 (thomasb)
533----------
534- Always update $CONFIG with user prefs (#1484729)
535- Don't ask for MDN confirmations on drafted messages (#1484691)
536- Also respect receipt and priority settings when re-opening a draft message
537
5382008/01/31 (robin)
539----------
540- Remember search results (closes #1483883), patch by the_glu
541
5422008/01/08 (tomekp)
543----------
544- add he (Hebrew) localization (#1484713)
545
5462008/01/08 (tomekp)
547----------
548- update fr localization
549
5502008/01/04 (tomekp)
551- purge kur_KU because it has no messages translation
552- bump copyright for all localization files
553
5542007/12/31 (tomekp)
555----------
556- update es localization
557
5582007/12/28 (tomekp)
559----------
560- update mk localization
561
5622007/12/27 (tomekp)
563----------
564- update se localization
565
5662007/12/13 (robin)
567----------
568- Add Received header on outgoing mail
569
5702007/12/10 (estadtherr)
571----------
572- Upgrade to TinyMCE 2.1.3
573- Allow inserting image attachments into HTML messages while composing (#1484557)
574
5752007/12/10 (thomasb)
576----------
577- Delegate user-stuff to new class rcube_user
578- Implement Message-Disposition-Notification (Receipts)
579
5802007/12/05 (tomekp)
581----------
582- update bg, uk localization
583
5842007/12/04 (tomekp)
585----------
586- update bg localization
587
5882007/11/25 (thomasb)
589----------
590- Applied UID fetch patch by Glen Ogilvie
591- Applied patch for correct Postgres instructions from ticket #1484674
592- Fix overriding of session vars when register_globals is on (#1484670)
593- Fix wrong Postgres setup instructions in INSTALL (#1484674)
594- Fix bug with case-sensitive folder names (#1484245)
595- Don't create default folders by default
596- Added Georgian localization by Zaza Zviadadze
597- Updated Russian localization
598- Fixed some potential security risks (audited by Andris)
599- Only show new messages if they match the current search (#1484176)
600
6012007/11/20 (tomekp)
602----------
603- add Korean (kr) localization
604
6052007/11/14 (tomekp)
606----------
607- update id_ID localization
608
6092007/11/06 (thomasb)
610----------
611- Switch to/from when searcing in Sent folder (#1484555)
612- Correctly read the References header (#1484646)
613- Unset old cookie in before sending a new value (#1484639)
614- Correctly decode attachments when downloading them (#1484645 and #1484642)
615
6162007/10/22 (tomekp)
617----------
618- update ru, eo localizations
619
6202007/10/17 (thomasb)
621----------
622- Make message listing less error prone
623
6242007/10/10 (thomasb)
625----------
626- Suppress IE errors when clearing attachments form (#1484356)
627- Set preferences field in user table to NULL (#1484386)
628- Log error when login fails due to auto_create_user turned off
629- Update UPGRADING instructions
630
6312007/10/05 (tomekp)
632----------
633- Add Esperanto localization
634
6352007/10/04 (Stiwi)
636----------
637- Updated German localization
638
6392007/10/04 (yllar)
640----------
641- Added Malay localization
642- Updated Lithuanian localization
643
6442007/09/27 (tomekp)
645----------
646- Update dutch localization (closes #1484588)
647
6482007/09/29 (thomasb)
649----------
650- Filter linked/imported CSS files (closes #1484056)
651
652
6532007/09/27 (tomekp)
654----------
655- Update brazilian portuguese localization (#1484580)
656
6572007/09/26 (thomasb)
658----------
659- Improve message compose screen (closes #1484383)
660- Select next row after removing one from list (#1484387)
661
662
6632007/09/26 (tomekp)
664----------
665- Add polish labels for changes in r816.
666- Update polish localization (#1484579)
667- Update thai localization (#1484578)
668
6692007/09/25 (robin)
670----------
671- Enable drag-/dropping of folders to a new parent folder (#1457344)
672
673
6742007/09/24 (robin)
675----------
676- Fix preview pane size for Safari & Konqueror (#1484187)
677
678
6792007/09/20 (robin)
680----------
681- Make smtp HELO/EHLO hostname configurable (#1484067)
682
683
6842007/09/19 (thomasb)
685----------
686- IPv6 Compatability (#1484322), Patch #1484373
687- Unlock interface when message sending fails (#1484570)
688- Eval PHP code in template includes (if configured)
689- Show message when folder is empty. Mo more static text in table (#1484395)
690- Only display unread count in page title when new messages arrived
691- Show mailbox name in page title
692
693
6942007/09/09 (thomasb)
695----------
696- Fixed wrong delete button tooltip (#1483965)
697- Fixed charset encoding bug (#1484429)
698- Applied patch for LDAP version (#1484552)
699- Improved XHTML validation
700
701
7022007/09/05 (thomasb)
703----------
704- Fix message list selection (#1484550)
705- Better fix lowercased usernames (#1484473)
706- Update pngbehavior Script as suggested in #1484490
707
708
7092007/08/29 (richs)
710----------
711- Fixed moving/deleting messages when more than 1 is selected
712
7132007/08/15 (thomasb)
714----------
715- Applied patch for LDAP contacts listing by Glen Ogilvie
716- Applied patch for more address fields in LDAP contacts (#1484402)
717- Close LDAP connections on script shutdown
718
719
7202007/08/13 (thomasb)
721----------
722- Add alternative for getallheaders() (fix #1484508)
723- Revert changes for mbstring usage (fix #1484509)
724
725
7262007/08/10 (thomasb)
727----------
728- Identify mailboxes case-sensitive
729- Sort mailbox list case-insensitive (closes #1484338)
730- Fix display of multipart messages from Apple Mail (closes #1484027)
731- Protect AJAX request from being fetched by a foreign site (XSS)
732- Make autocomplete for loginform configurable by the skin template
733- Fix compose function from address book (closes #1484426)
734- Added //IGNORE to iconv call (patch #1484420, closes #1484023)
735- Check if mbstring supports charset (#1484290 and #1484292)
736- Prefer iconv over mbstring (as suggested in #1484292)
737- Check filesize of template includes (#1484409)
738- Updated Simplified Chinese localization
739- Added Ukrainian translation
740
741
7422007/08/09 (richs)
743----------
744- Fixed bug with buttons not dimming/enabling properly after switching folders
745- Fixed compose window becoming unresponsive after saving a draft (#1484487)
746- Re-enabled "Back" button in compose window now that bug #1484487 is fixed
747- Fixed unresponsive interface issue when downloading attachments (#1484496)
748- Lowered status message time from 5 to 3 seconds to improve responsiveness
749- Added note to INSTALL about .htaccess limiting upload_max_filesize
750- Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
751- Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
752- Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
753
754
7552007/07/03 (thomasb)
756----------
757- Added Macedonian (Slavic FYROM) localization
758- Fix status message bug #1484464 with regard to #1484353
759- Fix address adding bug reported by David Koblas
760- Applied socket error patch by Thomas Mangin
761
762
7632007/06/28 (tomekp)
764----------
765- fix typos in Polish localization (Janusz Zamecki)
766
767
7682007/06/27 (tomekp)
769----------
770- Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
771
772
7732007/06/12 (thomasb)
774----------
775- Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
776- Added Irish/Gaelic translation
777- Little correction in Swedish translation
778- Quote username for virtuser_query
779- Pass-by-reference workarround for PHP5 in sendmail.inc
780
781
7822007/06/04 (estadtherr)
783----------
784- Fixed bug in HTML->Plain editor toggling
785
786
7872007/05/28 (thomasb)
788---------
789- Fixed buggy imap_root settings (closes #1484379)
790- Prevent default events on subject links (#1484399)
791- Typo in rcube_smtp.inc
792
793
7942007/05/23 (estadtherr)
795----------
796- Upgrade to TinyMCE v2.1.1.1
797
798
7992007/05/18 (thomasb)
800----------
801- Use HTTP-POST requests for actions that change state
802
803
8042007/05/17 (thomasb)
805----------
806- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
807- Renamed localization folder for Chinese (Big5)
808- Chanegd Slovenian language code from 'si' to 'sl'
809- Added Sinhala (Sri-Lanka) localization
810- Use global filters and bind username/ for Ldap searches (#1484159)
811- Hide quota display if imap server does not support it
812- Hide address groups if no LDAP servers configured
813- Add link to message subjects (closes #1484257)
814- Better SQL query for contact listing/search (closes #1484369)
815
816
8172007/05/13 (thomasb)
818----------
819- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
820- Fixed marking as read in preview pane (closes #1484364)
821- CSS hack to display attachments correctly in IE6
822- Wrap message body text (closes #1484148)
823
824
8252007/05/03 (yllar)
826----------
827- Updated French, Lithuanian, Armenian, Spanish and Italian translations
828
829
8302007/05/01 (thomasb)
831----------
832- Updated German, Euskara, Hungarian, Romanian and Spanish translation
833- Added Hindi and Kurdish localization
834
835
8362007/04/28 (thomasb)
837----------
838- LDAP access is back in address book (closes #1484087)
839- Added search function for contacts
840- New Template parsing and output encoding
841- Fixed bugs #1484119 and #1483978
842
843
8442007/04/08 (thomasb)
845----------
846- Fixed message moving procedure (closes #1484308)
847- Fixed display of multiple attachments (closes #1466563)
848- Fixed check for new messages (closes #1484310)
849- List attachments without filename
850
851
8522007/03/27 (thomasb)
853----------
854- New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
855  Should close bugs #1483951 and #1484299
856
857
8582007/03/23 (thomasb)
859----------
860- Correctly translate mailbox names (closes #1484276)
861- Quote e-mail address links (closes #1484300)
862
863
8642007/03/21 (thomasb)
865----------
866- Updated PEAR::Mail_mime package
867- Added Persian localization
868- Updated Catalan and Brazilian Portuguese translations
869- Updated INSTALL manual with a note about database passwords
870- Accept single quotes for HTML attributes when modifying message body (thanks Jason)
871- Sanitize input for new users/identities (thanks Colin Alston)
872
873
8742007/03/19 (thomasb)
875----------
876- Don't download HTML message parts
877- Convert HTML parts to plaintext if 'prefer_html' is off
878- Correctly parse message/rfc822 parts (closes #1484045)
879- Code cleanup
880
881
8822007/03/18 (thomasb)
883----------
884- Also use user_id for unique key in messages table (closes #1484074)
885- Hide contacts drop down on blur (closes #1484203)
886- Make entries in contacts drop down clickable
887- Turn off browser autocompletion on login page
888- Quote <? in text/html message parts
889- Hide border around radio buttons
890- Replaced old JS function calls.
891
892
8932007/03/13 (thomasb)
894----------
895- Applied patch for attachment download by crichardson (closes #1484198)
896- Fixed bug in Postgres DB handling (closes #1484068)
897- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
898- Fixed array_merge bug (closes #1484281)
899- Fixed flag for deletion in list view (closes #1484264)
900- Finally support semicolons as recipient separator (closes ##1484251)
901- Fixed message headers (subject) encoding
902
903
9042007/03/04 (tomekp)
905----------
906- check if safe mode is on or not (closes #1484269)
907
908
9092007/03/02 (thomasb)
910----------
911- Show "no subject" in message list if subject is missing (closes #1484243)
912- Solved page caching of message preview (closes #1484153)
913- Only use gzip compression if configured (closes #1484236)
914
915
9162007/02/25 (estadtherr)
917----------
918- Fixed priority selector issue (#1484150)
919- Upgraded to TinyMCE v2.1.0
920
921
9222007/02/21 (thomasb)
923----------
924- Fixed some CSS issues in default skin (closes #1484210 and #1484161)
925- Prevent from double quoting of numeric HTML character references (closes #1484253)
926
927
9282007/02/07 (tomekp)
929----------
930- Updated (bg) translation (Doichin Dokov)
931
932
9332007/02/06 (tomekp)
934----------
935- Updated (pl) translation
936- Updated (pt_BR) translation (Robson F. Ramaldes)
937- Big cleanup in program/localization
938
939
9402007/02/05 (thomasb)
941----------
942- Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
943
944
9452007/01/07 (estadtherr)
946----------
947- Fixed display of HTML message attachments (closes #1484178)
948
949
9502007/01/07 (thomasb)
951----------
952- Applied patch for preview caching (closes #1484186)
953- Added Thai and Vietnamese localization files
954
955
9562006/12/29 (thomasb)
957----------
958- Added error handling for attachment uploads
959- Use multibyte safe string functions where necessary (closes #1483988)
960- Updated Swiss German localization (de_CH)
961
962
9632006/12/22 (thomasb)
964----------
965- Applied security patch to validate the submitted host value (by Kees Cook)
966- Applied security patch to validate input values when deleting contacts (by Kees Cook)
967- Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
968- Applied a patch to more aggressively sanitize a HTML message
969- Visualize blocked images in HTML messages
970
971
9722006/12/20 (thomasb)
973----------
974- Fixed wrong message listing when showing search results (closes #1484131)
975- Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
976- Show remote images when opening HTML message part as attachment
977
978
9792006/12/17 (thomasb)
980----------
981- Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
982
983
9842006/12/06 (thomasb)
985----------
986- Improve memory usage when sending mail (closes #1484098)
987- Mark messages as read once the preview is loaded (closes #1484132)
988- Include smtp final response in log (closes #1484081)
989
990
9912006/12/04 (thomasb)
992----------
993- Corrected date string in sent message header (closes #1484125)
994- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
995- Changed srong tooltips for message browse buttons (closes #1483930)
996
997
9982006/12/03 (estadtherr)
999----------
1000- Added fix to convert HTML signatures for plain text messages
1001- Fixed signature delimeter character to be standard (Bug #1484035)
1002
1003
10042006/12/01 (thomasb)
1005----------
1006- Implemented preview pane
1007- Fixed XSS vulnerability (Bug #1484109)
1008- Remove newlines from mail headers (Bug #1484031)
1009- Selection issues when moving/deleting (Bug #1484044)
1010- Applied patch of Clement Moulin for imap host auto-selection
1011- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
1012- Fixed folder name encoding in subscription list (Bug #1484113)
1013- Fixed JS errors in identity list (Bug #1484120)
1014- Show client debug console on debug_level 8
1015- Added Serbian translation
1016- Updated Spanish and Bulgarian localization
1017
1018
10192006/11/22 (robin)
1020----------
1021- Fix a bug introduced with Shift-Del yesterday
1022
1023
10242006/11/21 (robin)
1025----------
1026- Add missing nl_NL translations
1027- Translate foldernames in folder form (closes #1484113)
1028
1029
10302006/11/21 (robin)
1031----------
1032- Added first and last buttons to message list, address book
1033  and message detail
1034- Pressing Shift-Del bypasses Trash folder
1035- Enable purge command for Junk folder
1036
1037
10382006/11/17 (robin)
1039----------
1040- Re-initialize message list after shift-select and delete
1041
1042
10432006/11/16 (robin)
1044----------
1045- Fixed updating message list after expunge and purge
1046- Fetch all aliases if virtuser_query is used instead
1047  of only the first one
1048
1049
10502006/11/11 (estadtherr)
1051----------
1052- fixed deletion/moving of messages from within "show" page
1053
1054
10552006/11/09 (thomasb)
1056----------
1057- Little bugfix in HTML encoding
1058- Fixed encoding issues and delete-on-reply problem
1059- Corrected template parsing
1060
1061
10622006/11/07 (estadtherr)
1063----------
1064- Upgraded to TinyMCE v2.0.8
1065- Fixed CSS path for editor popups
1066
10672006/09/26 (estadtherr)
1068----------
1069- Added spellchecker plugin to TinyMCE configuration
1070- Fixed HTML/Plain toggle labels
1071
1072
10732006/09/24 (thomasb)
1074----------
1075- Partial client re-write with a common list class
1076- Re-enabled multi select of contacts (Bug #1484017)
1077- Enable contact editing right after creation (Bug #1459641)
1078- Updated Hungarian, Estonian and Traditional Chinese localization
1079
1080
10812006/09/19 (thomasb)
1082----------
1083- Correct UTF-7 to UTF-8 conversion if mbstring is not available
1084
1085
10862006/09/13 (estadtherr)
1087----------
1088- Introduction of TinyMCE HTML editor support for message composition and signatures
1089  Note : a new column is added to the "identities" database table
1090
1091
10922006/09/12 (estadtherr)
1093----------
1094- Fixed html2text treatment of table headers (Bug #1484020)
1095- Fixed IMAP fetch of message body (Bug #1484019)
1096
1097
10982006/09/08 (thomasb)
1099----------
1100- Fixed safe_mode problems (Bug #1418381)
1101- Fixed wrong header encoding (Bug #1483976)
1102
1103
11042006/09/07 (thomasb)
1105----------
1106- Made automatic draft saving configurable
1107- Fixed JS bug when renaming folders (Bug #1483989)
1108- Don't wait for complete page load when calling JavaScript init()
1109- Some improvements to prevent session expiration
1110- Prevent from double submit of spell check requests
1111
1112
11132006/09/01 (thomasb)
1114----------
1115- Imporoved message parsing and HTML validation
1116- Added quota display as image (by Brett Patterson)
1117- Corrected creation of a message-id
1118- Updated Norwegian (bokmal) localization
1119
1120
11212006/08/30 (thomasb)
1122----------
1123- New indentation for quoted message text
1124- Improved HTML validity
1125
1126
11272006/08/28 (estadtherr)
1128----------
1129- Fixed URL character set (Ticket #1445501)
1130- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
1131
1132
11332006/08/25 (thomasb)
1134----------
1135- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
1136- Finalized new message parsing (+ chaching)
1137- Updated SQL scripts and UPGRADING instructions
1138
1139
11402006/08/23 (thomasb)
1141----------
1142- Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
1143
1144
11452006/08/20 (thomasb)
1146----------
1147- Fixed wrong usage of mbstring (Bug #1462439)
1148- Set default spelling language (Ticket #1483938)
1149- Added support for Nox Spell Server
1150
1151
11522006/08/18 (thomasb)
1153----------
1154- Re-built message parsing (Bug #1327068)
1155  Now based on the message structure delivered by the IMAP server.
1156- Fixed some XSS and SQL injection issues
1157
1158
11592006/08/10 (thomasb)
1160----------
1161- Fixed charset problems with folder renaming
1162
1163
11642006/08/04 (thomasb)
1165----------
1166- Fixed Bug in saving identities (Ticket #1483915)
1167- Set folder name in window title (Bug #1483919)
1168- Don't add imap_root to INBOX path (Bug #1483816)
1169- Attempt to create default folders only after login
1170- Avoid usage of $CONFIG in rcube_imap class
1171
1172
11732006/07/30 (thomasb)
1174----------
1175- Alter links in HTML messages (Bug #1326402)
1176- Added fallback if host not found in 'mail_domain' array
1177- Applied patch of Charles to highlight droptargets (Ticket #1473034)
1178- Fixed folder renaming (Bug #1483914)
1179- Added confirmation message after deleting a folder
1180
1181
11822006/07/25 (thomasb)
1183----------
1184- Made folder renaming a bit more ajax-style
1185- Changed rename-labels and German translation
1186- Fixed addressbox countbar width (Bug #1483845)
1187- Fixed refresh interval problems in Safari (Bug #1483902)
1188- Fixed clear_message_list_header() errors (Bug #1483898)
1189- Sanity check of $message_set in imap.inc (Bug #1443200)
1190- Added correct changing of message list headers for Sent folder
1191- Updated Spanish localization (Ticket #1483887)
1192- Applied patch #1483846
1193
1194
11952006/07/24 (richs)
1196----------
1197- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
1198- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
1199- Draft saving now properly returns an error when saving fails
1200- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
1201- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
1202
1203
12042006/07/19 (thomasb)
1205----------
1206- Correct entity encoding of link urls (HTML validity)
1207- Improved usability in compose step (Ticket #1483807)
1208- Added absolute URLs to several buttons (for "open in new window")
1209- Applied patch #1328032
1210- Fixed Bug/Patch #1443200
1211
1212
12132006/07/18 (thomasb)
1214----------
1215- Fixed password with spaces issue (Bug #1364122)
1216- Replaced _auth hash with second cookie (Ticket #1483811)
1217- Don't use get_input_value() for passwords (Bug #1468895)
1218- Made password encryption key configurable
1219- Minor bugfixes with charset encoding
1220- Added <label> tags to forms (Ticket #1483810)
1221
1222
12232006/07/07 (thomasb)
1224----------
1225- Fixed INSTALL_PATH bug #1425663
1226
1227
12282006/07/03 (richs)
1229----------
1230- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
1231- Updated French localizations (Ticket #1483862)
1232- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
1233- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
1234- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
1235- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
1236
1237
12382006/06/30 (richs)
1239----------
1240- Fixed empty INBOX compatibility bug (Patch #1443200)
1241- Temporarily fixed French "compact" localization (Patch #1483862)
1242- Fixed "Select All" not working with Delete interface button (Bug #1332434)
1243- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
1244- Fixed "unread count" in window title when count changed (Bug #1483812)
1245- Fixed DB error when deleting from message table (Patch #1483835)
1246
1247
12482006/06/29 (richs)
1249----------
1250- Added ability to remove attachments (Feature #1436721)
1251- Default folders are now auto-created on first login (Feature #1471594)
1252- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
1253- Corrected Italian localizations
1254- Tweaked rename-folder form to clear after a rename
1255
1256
12572006/06/26 (richs)
1258----------
1259- Added button to immediately check for new messages
1260- New message checking now displays status "Checking for new messages..."
1261- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
1262- Task buttons now respond to clicks by darkening (as in other applications)
1263- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
1264- Added ability to sort messages by "Size"
1265- Added ability to rename folders (Feature #1326396)
1266- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
1267- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
1268
1269
12702006/06/25
1271----------
1272- Changed behavior to include host-specific configuration (Bug #1483849)
1273- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
1274- Fixed spell checker to work with the new URL at google.com
1275- Some memory and security optimizations sendmail.inc
1276- Updated UGRADING description
1277
1278
12792006/06/19
1280----------
1281- Added Drafts support (Feature #1326839) (richs)
1282
1283
12842006/06/02
1285----------
1286- Updated Estonian localization and moved from ee to et
1287- Added Bulgarian localization
1288
1289
12902006/05/25
1291----------
1292- Finalized GoogieSpell integration
1293
1294
12952006/05/18
1296----------
1297- Added Arabic and Armenian localizations
1298- Updated Russian localization
1299- Removed MDB2 classes from repository. Install them seperately if used.
1300- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
1301- Allow & in e-mail addresses
1302
1303
13042006/05/05
1305----------
1306- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
1307- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
1308- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
1309- Corrected INSTALL description (Bug #1476106)
1310- Added charset to javascript HTTP headers
1311- Fixed Opera bug with CC and BCC fields (Bug #1474576)
1312- Changed login page title regarding product name (Bug #1476413)
1313- Pimped search function
1314- Applied attachment viewing/forwarding patches by Andrew Fladmark
1315- Applied prev/next patch by Leonard Bouchet
1316- Applied patches by Mark Bucciarelli
1317- Applied patch for requesting receipts by Salvatore Ansani
1318- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
1319
1320
13212006/04/13
1322----------
1323- Added Slovenian localization
1324- Updated Portuguese localization
1325- Fixed parent.location problem for compose-links
1326- Added sort order saving patch by Jacob Brunson
1327- Added gzip compression support
1328
1329
13302006/04/02
1331----------
1332- Added Lithuanian localization
1333- Improved search function
1334- Added version string as template object
1335- Load host-specific configuration file (see config/main.inc.php)
1336- New config parameter adding domain to user names for login
1337- Strip tags on _auth, _action, _task parameters
1338- Corrected labels for next/previous page buttons in address book
1339
1340
13412006/03/23
1342----------
1343- Auto-detect mail header delimiters
1344- Regard daylight savings
1345- Localized quota display
1346- Started implementing search function
1347
1348
13492006/03/20
1350----------
1351- Avoid error message when saving an unchanged identity (Bug #1429510)
1352- Fixed hard-coded cols selection for sent folder (Bug #1354586)
1353- Enable some HTML links for use with "open in new window" or "save target"
1354- Check meta-key instead of ctrl on Macs
1355- Ignore double clicks when holding down a modifier key
1356- Fixed reloading of the login page
1357- Fixed typo in compose template (Bug #1446852)
1358- Added compose button to message read step (Request #1433288)
1359- New config parameter for persistent database connections (Bug #1431817)
1360
1361
13622006/03/14
1363----------
1364- Don't remove internal HTML tags in plaintext messages
1365- Improved error handling in DB connection failure
1366
1367
13682006/02/22
1369----------
1370- Updated localizations
1371- Fixed bug #1435989
1372
1373
13742006/02/19
1375----------
1376- Updated localizations
1377- Applied patch of Anders Karlsson
1378- Applied patch of Jacob Brunson
1379- Applied patch for virtuser_query by Robin Elfrink
1380- Added support for References header (patch by Auke)
1381- Added support for mbstring module by Tadashi Jokagi
1382- Added function for automatic remove of slashes on GET and POST vars
1383  if magic_quotes is enabled
1384
1385
13862006/02/05
1387----------
1388- Added Slovak, Hungarian, Bosnian and Croation translation
1389- Fixed bug when inserting signatures with !?&
1390- Chopping message headers before inserting into the message cache table
1391  (to avoid bugs in Postgres)
1392- Allow one-char domains in e-mail addresses
1393- Make product name in page title configurable
1394- Make username available as skin object
1395- Added session_write_close() in rcube_db class destructor to avoid problems
1396  in PHP 5.0.5
1397- Use move_uploaded_file() instead of copy() for a more secure handling of
1398  uploaded attachments
1399- Additional config parameter to show/hide deleted messages
1400- Added periodic request for checking new mails (Request #1307821)
1401- Added EXPUNGE command
1402- Optimized loading time for mail interface
1403- Changed to full UTF-8 support
1404- Additional timezones (Patch #1389912)
1405- Added LDAP public search (experimental)
1406- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
1407- Casting to strings when adding empty headers to message cache (Bug #1406026)
1408- Skip sender-address as recipient when Reply-to-all
1409- Fixes in utf8-class
1410- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
1411- Added garbage collector for message cache
1412- Added patches for BCC headers
1413
1414
14152005/12/16
1416----------
1417- Added Turkish and Simplified Chinese translation
1418- Use virtusertable to resolve e-mail addresses at login
1419- Configurable mail_domain used to compose correct e-mail addresses
1420  on first login
1421
1422
14232005/12/03
1424----------
1425- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
1426  Estonian and Chinese translation
1427- Get IMAP server capabilities in array
1428- Check for NAMESPACE capability before sending command
1429- Set default user language from config 'locale_string'
1430- Added sorting patch for message list
1431- Make default sort col/order configurable
1432- Fixed XSS in address book and identities
1433- Added more XSS protection (Bug #1308236)
1434- Added tab indexes for compose form
1435- Added 'changed' col to contacts table
1436- Support for 160-bit session hashes
1437- Added input check for contacts and identities (Patch #1346523)
1438- Added messages/warning to compose step (Patch #1323895)
1439- Added favicon to the default skin
1440- Fixed Bug #1334337 as far as possible
1441- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
1442- Redesign of client side AJAX code (enable multi threading)
1443- Added keep-alive signal every minute
1444- Make logs dir configurable
1445- Added support for SMTPS
1446- Decode attachment file names
1447- Make delimiter for message headers configurable
1448- Add generic footer to sent messages
1449- Choose the rigt identity when replying
1450- Remove signature when replying (Request #1333167)
1451- Signatures for each identity
1452- Select charset when composing message
1453- Complete re-design of the caching mechanism
1454
1455
14562005/08/11
1457----------
1458- Write list header to client even if list is empty
1459- Add functions "select all", "select none" to message list
1460- Improved filter for HTML messages to remove potentially malicious tags
1461  (script, iframe, object) and event handlers.
1462- Buttons for next/previous message in view mode
1463- Add new created contact to list and show confirmation status
1464- Added folder management (subscribe/create/delete)
1465- Log message sending (SMTP log)
1466- Grant access for Camino browser
1467- Added German translation
1468
1469
14702005/10/20
1471----------
1472- Added Swedish, Latvian, Portuguese and Catalan translation
1473- Make SMTP auth method configurable
1474- Make mailboxlist scrollable (Bug #1326372)
1475- Fixed SSL support
1476- Improved support for Courier IMAP (root folder and delimiter issues)
1477- Moved taskbar from bottom to top
1478- Added 'session_lifetime' parameter
1479- Fixed wrong unread count when deleting message (Bug #1332434)
1480- Srip tags when creating a new folder (Bug #1332084)
1481- Translate HTML tags in message headers (Bug #1330134)
1482- Correction in German translation (Bug #1329434)
1483- Display folder names with special chars correctly (Bug #1330157)
1484
1485
14862005/10/07
1487----------
1488- Added French, Italian, Spanish, Danish, Dutch translation
1489- Clarified license (Bug #1305966)
1490- Fixed PHP warnings (Bug #1299403)
1491- Fixed english translation (Bug #1295406)
1492- Fixed bug #1290833: Last character of email not seen
1493- Fixed bug #1292199 when creating new user
1494- Allow more browsers (Bug #1285101)
1495- Added setting for showing pretty dates
1496- Added support for SQLite database
1497- Make use of message caching configurable
1498- Also add attachments when forwarding a message
1499- Long folder names will not flow over message list (Bug #1267232)
1500- Show nested mailboxes hieracically
1501- Enable IMAPS by host
1502
1503
15042005/08/20
1505----------
1506- Improved cacheing of mailbox messagecount
1507- Fixed javascript bug when creating a new message folder
1508- Fixed javascript bugs #1260990 and #1260992: folder selection
1509- Make Trash folder configurable
1510- Auto create folders Inbox, Sent and Trash (if configured)
1511- Support for IMAP root folder
1512- Added support fot text/enriched messages
1513- Make list of special mailboxes configurable
1514
Note: See TracBrowser for help on using the repository browser.