source: github/CHANGELOG @ 2855518

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since 2855518 was 2855518, checked in by alecpl <alec@…>, 5 years ago
  • Fix unread message unintentionally marked as read if read_when_deleted=true (#1485409)
  • Property mode set to 100644
File size: 47.4 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42008/10/27 (alec)
5----------
6- Fix unread message unintentionally marked as read if read_when_deleted=true (#1485409)
7- Remove port number from SERVER_NAME in smtp_helo_host (#1485518)
8
92008/10/25 (alec)
10----------
11- Don't send disposition notification receipts for messages marked as 'read' (#1485523)
12- Added 'keep_alive' and 'min_keep_alive' options (#1485360)
13
142008/10/24 (alec)
15----------
16- Added option 'identities_level', removed 'multiple_identities'
17- Allow deleting identities when multiple_identities=false (#1485435)
18
192008/10/22 (alec)
20----------
21- Added option focus_on_new_message (#1485374)
22
232008/10/18 (alec)
24----------
25- Fix html2text class autoloading on Windows (#1485505)
26- Fix html signature formatting when identity save error occured (#1485426)
27
282008/10/15 (alec)
29----------
30- Add feedback and set busy when moving folder (#1485497)
31
322008/10/10 (alec)
33----------
34- Fix 'Empty' link visibility for some languages e.g. Slovak (#1485489)
35- Fix messages count bar overlapping (#1485270)
36- Fix adding signature in drafts compose mode (#1485484)
37
382008/10/09 (alec)
39----------
40- Fix iil_C_Sort() to support very long and/or divided responses (#1485283)
41- Fix matching case sensitivity when setting identity on reply (#1485480)
42- Prefer default identity on reply
43
442008/10/08 (alec)
45----------
46- Fix imap searching on ISMail server (#1485466)
47- Add css class for flagged messages (#1485464)
48
492008/10/07 (alec)
50----------
51- Write username instead of id in sendmail log (#1485477)
52- Fix htmlspecialchars() use for PHP version < 5.2.3 (#1485475)
53- Fix js keywords escaping in json_serialize() for IE/Opera (#1485472)
54- Added bin/killcache.php script (#1485434)
55
562008/10/03 (alec)
57----------
58- Add support for SJIS, GB2312, BIG5 in rc_detect_encoding()
59- Fix vCard file encoding detection for non-UTF-8 strings (#1485410)
60- Add 'skip_deleted' option in User Preferences (#1485445)
61
622008/10/02 (alec)
63----------
64- Minimize "inline" javascript scripts use (#1485433)
65- Fix css class setting for folders with names matching defined classes names (#1485355)
66- Fix race conditions when changing mailbox
67
682008/10/01 (alec)
69- Fix spellchecking when switching to html editor (#1485362)
70- Fix compose window width/height (#1485396)
71- Allow calling msgimport.sh/msgexport.sh from any directory (#1485431)
72- Localized filesize units (#1485340)
73- Better handling of "no identity" and "no email in identity" situations (#1485117)
74
752008/09/29 (alec)
76----------
77- Added 'mime_param_folding' option with possibility to choose
78  long/non-ascii attachment names encoding eg. to be readable
79  in MS Outlook/OE (#1485320)
80- Added "advanced options" feature in User Preferences
81- Fix unread counter when displaying cached massage in preview panel (#1485290)
82- Fix htmleditor spellchecking on MS Windows (#1485397)
83
842008/09/25 (alec)
85----------
86- Fix problem with non-ascii attachment names in Mail_mime (#1485267, #1485096)
87
882008/09/23 (alec)
89----------
90- Fix language autodetection (#1485401)
91- Fix button label in folders management (#1485405)
92- Fix collapsed folder not indicating unread msgs count of all subfolders (#1485403)
93- Fix handling of apostrophes in filenames decoded according to rfc2231
94
952008/09/19 (thomasb)
96----------
97- Made config files location configurable (#1485215)
98
992008/09/16 (alec)
100----------
101- Reduced memory footprint when forwarding attachments (#1485345)
102- Fix inline images handling when replying/forwarding html messages
103- Allow and use spellcheck attribute for input/textarea fields (#1485060)
104- Added icons for forwarded/forwarded+replied messages (#1485257)
105- Added Reply-To to forwarded emails (#1485315)
106- Display progress message for folders create/delete/rename (#1485357)
107- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)
108
1092008/09/15 (thomasb)
110----------
111- Redesign of the identities settings (#1484042)
112- Add config option to disable creation/deletion of identities (#1484498)
113
1142008/09/15 (alec)
115----------
116- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)
117
1182008/09/12 (alec)
119----------
120- Added vertical splitter for folders list resizing
121- Added possibility to view all headers in message view
122- Fixed splitter drag/resize on Opera (#1485170)
123- Fixed quota img height/width setting from template (#1484857)
124
1252008/09/12 (thomasb)
126----------
127- Refactor drag & drop functionality. Don't rely on browser events anymore (#1484453)
128- Insert "virtual" folders in subscription list (#1484779)
129- Added link to open message in new window
130
1312008/09/05 (thomasb)
132----------
133- Enable export of address book contacts as vCard
134- Respect Content-Location headers in multipart/related messages according to RFC2110 (#1484946)
135- Applied mime_decode patch by David Lublink
136- Allowed max. attachment size now indicated in compose screen (#1485030)
137- Also capture backspace key in list mode (#1484566)
138- Allow application/pgp parts to be displayed (#1484753)
139- Correctly handle options in mailto-links (#1485228)
140- Immediately save sort_col/sort_order in user prefs (#1485265)
141
1422008/09/04 (alec)
143----------
144- Truncate very long (above 50 characters) attachment filenames when displaying
145- Support \" and \\ in quoted strings when parsing BODYSTRUCTURE (mime.inc)
146- Allow 'readonly' atributes in input and textarea (#1485312)
147
1482008/09/03 (thomasb)
149----------
150- Allow to auto-detect client language if none set (#1484434)
151- Auto-detect the client timezone (user configurable)
152
1532008/09/03 (alec)
154----------
155- Add RFC2231 header value continuations support for attachment
156  filenames + hack for servers that not support that feature
157- Fix Reply-To header displaying (#1485314)
158
1592008/09/02 (thomasb)
160----------
161- Add feature to import contacts from vcard files (#1326103)
162- Mark form buttons that provide the most obvious operation (mainaction)
163
1642008/08/30 (alec)
165----------
166- Improved HTML to TXT conversion by html2text class update
167  to version 1.0.0
168
1692008/08/28 (alec)
170----------
171- Added option 'quota_zero_as_unlimited' (#1484604)
172- Added PRE handling in html2text class (#1484740)
173
1742008/08/28 (robin)
175----------
176- Added folder hierarchy collapsing
177
1782008/08/27 (alec)
179----------
180- Added options to use syslog instead of log file (#1484850)
181- Added Logging & Debugging section in Installer
182- Write to smtp log also sent MDN confirmations
183
1842008/08/26 (alec)
185----------
186- Removed support for PEAR::DB driver
187
1882008/08/21 (alec)
189----------
190- Add Content-Length header while attachments downloading (#1484256)
191- Fix In-Reply-To and References headers when composing saved draft
192  message (#1485288)
193- Removed PHP4 class constructors
194- Fix html message charset conversion for charsets with underline (#1485287)
195- Fix buttons status after contacts deletion (#1485233)
196
1972008/08/21 (estadtherr)
198----------
199- Fix escaping of To: and From: fields when building message body for reply
200  or forward in the HTML editor (#1484904)
201
2022008/08/15 (thomasb)
203----------
204- Use current mailbox name in template (#1485256)
205- Better fix for skipping untagged responses (#1485261)
206- Added pspell support patch by Kris Steinhoff (#1483960)
207- Enable spellchecker for HTML editor (#1485114)
208- Respect spellcheck_uri in tinyMCE spellchecker (#1484196)
209
2102008/08/09 (alec)
211----------
212- Case insensitive contacts searching using PostgreSQL (#1485259)
213
2142008/07/31 (thomasb)
215----------
216- Make default imap folders configurable for each user (#1485075)
217- Save outgoing mail to selectable folder (#1324581)
218- Fix hiding of mark menu when clicking th button again (#1484944)
219
2202008/07/21 (alec)
221----------
222- use long date format in print mode (#1485191)
223
2242008/07/18 (alec)
225----------
226- Updated TinyMCE to version 3.1.0.1
227
2282008/07/14 (thomasb)
229----------
230- Re-enable autocomplete attribute for login form (#1485211)
231- Check PERMANENTFLAGS before saving $MDNSent flag (#1484963, #1485163)
232
2332008/06/30 (alec)
234----------
235- Added flag column on messages list (#1484623)
236
2372008/06/24 (alec)
238----------
239- Patched Mail/MimePart.php (http://pear.php.net/bugs/bug.php?id=14232)
240
2412008/06/24 (alec)
242----------
243- Allow trash/junk subfolders to be purged (#1485085)
244
2452008/06/20 (alec)
246----------
247- Added Azerbaijani translation
248
2492008/06/20 (thomasb)
250----------
251- Store compose parameters in session and redirect to a unique URL
252
2532008/06/18 (thomasb)
254----------
255- Fixed CRAM-MD5 authentication (#1484819)
256- Add fallback to old 'skin_path' property
257
2582008/06/16 (alec)
259----------
260- Fixed sending emoticons
261- Fixed forwarding messages with one HTML attachment (#1484442)
262- Fixed encoding of message/rfc822 attachments and image/pjpeg handling (#1484914)
263
2642008/06/15 (alec)
265----------
266- Added option to select skin in user preferences
267  WARNING: option 'skin_path' replaced by 'skin' option!
268
2692008/06/14 (alec)
270----------
271- Added option to disable displaying of attached images below the message body
272
2732008/06/13 (alec)
274----------
275- Added option to display images in messages from known senders (#1484601)
276- Updated PEAR::Mail_Mime
277- User preferences grouped in more fieldsets
278
2792008/06/12 (alec)
280----------
281- Fix corrupted MIME headers of messages in Sent folder (#1485111)
282- Fixed bug in MDB2 package: http://pear.php.net/bugs/bug.php?id=14124
283- Use keypress instead of keydown to select list's row (#1484816)
284
2852008/06/11 (alec)
286----------
287- Don't call expunge and don't remove message row after message move
288  if flag_for_deletion is set to true (#1485002)
289
2902008/06/08 (alec)
291----------
292- Added option to disable autocompletion from selected LDAP address books (#1484922)
293
2942008/06/07 (thomasb)
295----------
296- Cleaned up localization names. Now named with lang_COUNTRY according to ISO 639-1/3166-1
297- Updated Catalan localization
298
2992008/06/06 (robin)
300----------
301- Add option to log successful logins
302
3032008/06/06 (alec)
304----------
305- TLS support in LDAP connections: 'use_tls' property (#1485104)
306
3072008/06/05 (alec)
308----------
309- Fix removing messages from search set after deleting them (#1485106)
310
3112008/06/03 (alec)
312----------
313- imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of iil_ReadLine()
314- imap.inc: Fixed iil_C_FetchStructureString() to handle many
315  literal strings in response (#1484969)
316- imap.inc: Removed hardcoded data size in iil_ReadLine()
317
3182008/05/30 (alec)
319----------
320- Support for subfolders in default/protected folders (#1484665)
321- Disallowed delimiter in folder name (#1484803)
322- Support " and \ in folder names
323- Escape \ in login (#1484614)
324
3252008/05/29 (thomasb)
326----------
327- Better HTML sanitization with the DOM-based washtml script (#1484701)
328
3292008/05/29 (alec)
330----------
331- Polish localization folder renamed to pl_PL
332
3332008/05/28 (alec)
334----------
335- Fixed sorting of folders with non-ascii characters
336
3372008/05/21 (alec)
338----------
339- Localized pagetitle in Settings and Address Book
340
3412008/05/19 (alec)
342----------
343- Fixed Mysql DDL for default identities creation (#1485070)
344
3452008/05/16 (alec)
346----------
347- In Preferences added possibility to configure 'read_when_deleted',
348  'mdn_requests', 'flag_for_deletion' options
349
3502008/05/15 (thomasb)
351----------
352- Make IMAP auth type configurable (#1483825)
353- Fix empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055)
354
3552008/05/15 (alec)
356----------
357- Fix attachment list on IE 6/7 (#1484807)
358
3592008/05/12 (estadtherr)
360----------
361- fix JavaScript in compose.html that shows cc/bcc fields if populated
362
3632008/05/12 (alec)
364----------
365- Updated PEAR::DB package to version 1.7.13
366
3672008/05/10 (alec)
368----------
369- Make password input fields of type password in installer (#1484886)
370
3712008/05/09 (alec)
372----------
373- Don't call CAPABILITY if was recieved as server's optional response
374  on connect (RFC3501 [7.1])
375
3762008/05/08 (alec)
377----------
378- Don't attempt to delete cache entries if enable_caching is FALSE (#1485051)
379- Optimized messages sorting on servers without sort capability (#1485049)
380- Option 'use_SQL_address_book' replaced by 'address_book_type'
381- Corrected message headers decoding when charset isn't specified and improved
382  support for native languages (#1485050, #1485048)
383
3842008/05/07 (davidke/richs)
385----------
386- Completed LDAP address book support so it can now write to an LDAP server.
387- Expanded LDAP configuration options to support LDAP server writes.
388- Modified config/main.inc.php.dist:
389  New Option: $rcmail_config['use_SQL_address_book']
390  Changed Option:  $rcmail_config['ldap_public']['Verisign']
391
3922008/05/05 (alec)
393----------
394- Installer: encode special characters in DB username/password (#1485042)
395- Do charset conversion also for from/to column on messages list
396- Fix management of folders with national characters in names (#1485036, #1485001)
397
3982008/05/02 (alec)
399----------
400- Updated MDB2 package to version 2.5.0b1
401- Updated MDB2 pgsql, mysql, mysqli, sqlite drivers to version 1.5.0b1
402- Updated MDB2 mssql driver to version 1.3.0b1
403- Fixed identities saving when using MDB2 pgsql driver (#1485032)
404
4052008/05/01 (alec)
406----------
407- Fix BCC header reset (#1484997)
408
4092008/04/30 (thomasb)
410----------
411- Introduce new application class 'rcmail' and get rid of some global vars
412
4132008/04/29 (alec)
414----------
415- improved messages list performance - patch from Justin Heesemann
416
4172008/04/23 (alec)
418----------
419- Append skin_path to images location only when it starts
420  with '/' sign (#1484859)
421
4222008/04/20 (estadtherr)
423----------
424- fix parse_attrib_string to handle unquoted values, which fixes
425  display issues with HTML messages that do not quote attributes
426
4272008/04/17 (alec)
428----------
429- Fix IMAP response in message body when message has no body (#1484964)
430- Updated PEAR::Auth_SASL to 1.0.2
431- Fix non-RFC dates formatting (#1484901)
432
4332008/04/16 (estadtherr)
434----------
435- Fix mail sending with new TinyMCE
436
4372008/04/16 (alec)
438----------
439- Fix typo in set_charset() (#1484991)
440- Decode entities when inserting HTML signature to plain text message (#1484990)
441
4422008/04/15 (estadtherr)
443----------
444- HTML editing is now working with PHP5 updates and TinyMCE v3.0.6
445- fix signature loading on Windows (#1484545)
446- add language support to HTML editing (#1484862)
447
4482008/04/15 (alec)
449----------
450- Fix remove signature when replying (#1333167)
451- Fix problem with line with a space at the end (#1484916)
452- Don't send set_env() in ajax response when env array is empty
453- Fix <!DOCTYPE> tag filtering (#1484391)
454- Fix <?xml> tag filtering (#1484403)
455 
4562008/04/14 (alec)
457----------
458- Added sections (fieldset+label) in Settings interface
459
4602008/04/12 (alec)
461----------
462- Fixed and optimized 'read_when_deleted': mark as read on server side
463  in one action when marking as deleted, fixed js bugs when deleting
464  from message preview page
465
4662008/04/12 (thomasb)
467----------
468- Changed codebase to PHP5 with autoloader
469- Added some new classes from devel-vnext branch
470
4712008/04/11 (alec)
472----------
473- Mark as read in one action with message preview (#1484972)
474- Delete redundant quota reads (#1484972)
475- Add options for empty trash and expunge inbox on logout (#1483863)
476
4772008/04/10 (alec)
478----------
479- Add rows highlighting in onmousemove on ksearch list
480- Remove lines wrapping when displaying message
481- Fix month localization
482- Do ob_start/ob_end_clean when reading config files (#1484624)
483- Fix debug (ajax) console
484
4852008/04/02 (alec)
486----------
487- Updated timezones list (#1484908)
488- Fix design in Settings (#1484799)
489- Fix deleting messages after clicking on "All" (#1484838)
490- Fix sorting o0f message list when default folder is empty (#1484317)
491- Fix creating a new folder w/a comma in its name (#1484681)
492
4932008/04/01 (thomasb)
494----------
495- Fix Enter problem on login (#1484839)
496- Make the http-received header in outgoing mails configurable
497
4982008/03/30 (till)
499----------
500- Fix Firefox problem with ob_gzhandler (#1484932)
501- Improve message previewpane - less loading (#1484316)
502
5032008/03/28 (thomasb)
504----------
505- Disable installer by default; add config option to enable it again
506
5072008/03/24 (till)
508----------
509- Don't send mark requests for already marked messages (#1484906)
510- Fix "quote inside a quote" (#1484783)
511
5122008/03/23 (till)
513
514- Applied patch to strip newlines from headers (#1484811)
515- Applied patch to trim login (#1484231)
516- Added robots.txt
517- Fix attachment problem when restoring saved draft without body (#1484506)
518- Fix call to undefined function decrypt_passwd() 
519
5202008/03/21 (thomasb)
521----------
522- Add configurable default charset for message decoding
523- Applied patch to fix mime decoding an folder subscription (#1484191)
524- Applied patch to correctly quote email recipient strings (#1484191)
525- Fix wrong charset aliases (#1484818 and #1484598)
526- Remove hard-coded size of logo image (#1484378)
527- Strip slashes from virtuser email values (#1484700)
528- Fixed message part window display in IE6 (#1484610)
529
5302008/02/28 (thomasb)
531----------
532- Fix folder adding/renaming inspired by #1484800
533- Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets
534- Fix quirky message selection
535- Completed installer
536
5372008/02/20 (thomasb)
538----------
539- Localize folder name in page title (#1484785)
540- Fix code using wrong variable name (#1484018)
541- Allow to send mail with BCC recipients only
542- Remove MDN headers before saving in sent folder
543
5442008/02/12 (estadtherr)
545----------
546- fix switching between HTML/plain composing (#1484752)
547- condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
548- fix image removal in message display when message HTML includes JS event handlers
549
5502008/02/11 (thomasb)
551----------
552- Add function to mark the selected messages as read/unread (#1457360)
553- Also do charset decoding as suggested in RFC 2231 (fix #1484321)
554- Show message count in folder list and hint when creating a subfolder
555
5562008/02/08 (thomasb)
557----------
558- Distinguish ssl and tls for imap connections (#1484667)
559- Added some charset aliases to fix typical mis-labelling (#1484565)
560
5612008/02/07 (thomasb)
562----------
563- Remember decision to display images for a certain message during session (#1484754)
564- Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
565- Fix size of the attachment preview frame (#1484758)
566
5672008/02/05 (thomasb)
568----------
569- Fix regular expression for checking e-mail address (#1484710)
570- Make sending of read receipts configurable
571- Respect config when localize folder names (#1484707)
572- Applied patch for updating page title (#1484727, #1484650)
573- Applied patch to prevent from purging inbox by uberlinuxguy (#1484449)
574- Applied patch to prevent bad header delimiters (#1484751)
575- Also send search request when deleting a contact (#1484620)
576- Add CSS hack for Safari
577
5782008/02/02 (thomasb)
579----------
580- Always update $CONFIG with user prefs (#1484729)
581- Don't ask for MDN confirmations on drafted messages (#1484691)
582- Also respect receipt and priority settings when re-opening a draft message
583
5842008/01/31 (robin)
585----------
586- Remember search results (closes #1483883), patch by the_glu
587
5882008/01/08 (tomekp)
589----------
590- add he (Hebrew) localization (#1484713)
591
5922008/01/08 (tomekp)
593----------
594- update fr localization
595
5962008/01/04 (tomekp)
597- purge kur_KU because it has no messages translation
598- bump copyright for all localization files
599
6002007/12/31 (tomekp)
601----------
602- update es localization
603
6042007/12/28 (tomekp)
605----------
606- update mk localization
607
6082007/12/27 (tomekp)
609----------
610- update se localization
611
6122007/12/13 (robin)
613----------
614- Add Received header on outgoing mail
615
6162007/12/10 (estadtherr)
617----------
618- Upgrade to TinyMCE 2.1.3
619- Allow inserting image attachments into HTML messages while composing (#1484557)
620
6212007/12/10 (thomasb)
622----------
623- Delegate user-stuff to new class rcube_user
624- Implement Message-Disposition-Notification (Receipts)
625
6262007/12/05 (tomekp)
627----------
628- update bg, uk localization
629
6302007/12/04 (tomekp)
631----------
632- update bg localization
633
6342007/11/25 (thomasb)
635----------
636- Applied UID fetch patch by Glen Ogilvie
637- Applied patch for correct Postgres instructions from ticket #1484674
638- Fix overriding of session vars when register_globals is on (#1484670)
639- Fix wrong Postgres setup instructions in INSTALL (#1484674)
640- Fix bug with case-sensitive folder names (#1484245)
641- Don't create default folders by default
642- Added Georgian localization by Zaza Zviadadze
643- Updated Russian localization
644- Fixed some potential security risks (audited by Andris)
645- Only show new messages if they match the current search (#1484176)
646
6472007/11/20 (tomekp)
648----------
649- add Korean (kr) localization
650
6512007/11/14 (tomekp)
652----------
653- update id_ID localization
654
6552007/11/06 (thomasb)
656----------
657- Switch to/from when searcing in Sent folder (#1484555)
658- Correctly read the References header (#1484646)
659- Unset old cookie in before sending a new value (#1484639)
660- Correctly decode attachments when downloading them (#1484645 and #1484642)
661
6622007/10/22 (tomekp)
663----------
664- update ru, eo localizations
665
6662007/10/17 (thomasb)
667----------
668- Make message listing less error prone
669
6702007/10/10 (thomasb)
671----------
672- Suppress IE errors when clearing attachments form (#1484356)
673- Set preferences field in user table to NULL (#1484386)
674- Log error when login fails due to auto_create_user turned off
675- Update UPGRADING instructions
676
6772007/10/05 (tomekp)
678----------
679- Add Esperanto localization
680
6812007/10/04 (Stiwi)
682----------
683- Updated German localization
684
6852007/10/04 (yllar)
686----------
687- Added Malay localization
688- Updated Lithuanian localization
689
6902007/09/27 (tomekp)
691----------
692- Update dutch localization (closes #1484588)
693
6942007/09/29 (thomasb)
695----------
696- Filter linked/imported CSS files (closes #1484056)
697
698
6992007/09/27 (tomekp)
700----------
701- Update brazilian portuguese localization (#1484580)
702
7032007/09/26 (thomasb)
704----------
705- Improve message compose screen (closes #1484383)
706- Select next row after removing one from list (#1484387)
707
708
7092007/09/26 (tomekp)
710----------
711- Add polish labels for changes in r816.
712- Update polish localization (#1484579)
713- Update thai localization (#1484578)
714
7152007/09/25 (robin)
716----------
717- Enable drag-/dropping of folders to a new parent folder (#1457344)
718
719
7202007/09/24 (robin)
721----------
722- Fix preview pane size for Safari & Konqueror (#1484187)
723
724
7252007/09/20 (robin)
726----------
727- Make smtp HELO/EHLO hostname configurable (#1484067)
728
729
7302007/09/19 (thomasb)
731----------
732- IPv6 Compatability (#1484322), Patch #1484373
733- Unlock interface when message sending fails (#1484570)
734- Eval PHP code in template includes (if configured)
735- Show message when folder is empty. Mo more static text in table (#1484395)
736- Only display unread count in page title when new messages arrived
737- Show mailbox name in page title
738
739
7402007/09/09 (thomasb)
741----------
742- Fixed wrong delete button tooltip (#1483965)
743- Fixed charset encoding bug (#1484429)
744- Applied patch for LDAP version (#1484552)
745- Improved XHTML validation
746
747
7482007/09/05 (thomasb)
749----------
750- Fix message list selection (#1484550)
751- Better fix lowercased usernames (#1484473)
752- Update pngbehavior Script as suggested in #1484490
753
754
7552007/08/29 (richs)
756----------
757- Fixed moving/deleting messages when more than 1 is selected
758
7592007/08/15 (thomasb)
760----------
761- Applied patch for LDAP contacts listing by Glen Ogilvie
762- Applied patch for more address fields in LDAP contacts (#1484402)
763- Close LDAP connections on script shutdown
764
765
7662007/08/13 (thomasb)
767----------
768- Add alternative for getallheaders() (fix #1484508)
769- Revert changes for mbstring usage (fix #1484509)
770
771
7722007/08/10 (thomasb)
773----------
774- Identify mailboxes case-sensitive
775- Sort mailbox list case-insensitive (closes #1484338)
776- Fix display of multipart messages from Apple Mail (closes #1484027)
777- Protect AJAX request from being fetched by a foreign site (XSS)
778- Make autocomplete for loginform configurable by the skin template
779- Fix compose function from address book (closes #1484426)
780- Added //IGNORE to iconv call (patch #1484420, closes #1484023)
781- Check if mbstring supports charset (#1484290 and #1484292)
782- Prefer iconv over mbstring (as suggested in #1484292)
783- Check filesize of template includes (#1484409)
784- Updated Simplified Chinese localization
785- Added Ukrainian translation
786
787
7882007/08/09 (richs)
789----------
790- Fixed bug with buttons not dimming/enabling properly after switching folders
791- Fixed compose window becoming unresponsive after saving a draft (#1484487)
792- Re-enabled "Back" button in compose window now that bug #1484487 is fixed
793- Fixed unresponsive interface issue when downloading attachments (#1484496)
794- Lowered status message time from 5 to 3 seconds to improve responsiveness
795- Added note to INSTALL about .htaccess limiting upload_max_filesize
796- Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
797- Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
798- Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
799
800
8012007/07/03 (thomasb)
802----------
803- Added Macedonian (Slavic FYROM) localization
804- Fix status message bug #1484464 with regard to #1484353
805- Fix address adding bug reported by David Koblas
806- Applied socket error patch by Thomas Mangin
807
808
8092007/06/28 (tomekp)
810----------
811- fix typos in Polish localization (Janusz Zamecki)
812
813
8142007/06/27 (tomekp)
815----------
816- Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
817
818
8192007/06/12 (thomasb)
820----------
821- Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
822- Added Irish/Gaelic translation
823- Little correction in Swedish translation
824- Quote username for virtuser_query
825- Pass-by-reference workarround for PHP5 in sendmail.inc
826
827
8282007/06/04 (estadtherr)
829----------
830- Fixed bug in HTML->Plain editor toggling
831
832
8332007/05/28 (thomasb)
834---------
835- Fixed buggy imap_root settings (closes #1484379)
836- Prevent default events on subject links (#1484399)
837- Typo in rcube_smtp.inc
838
839
8402007/05/23 (estadtherr)
841----------
842- Upgrade to TinyMCE v2.1.1.1
843
844
8452007/05/18 (thomasb)
846----------
847- Use HTTP-POST requests for actions that change state
848
849
8502007/05/17 (thomasb)
851----------
852- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
853- Renamed localization folder for Chinese (Big5)
854- Chanegd Slovenian language code from 'si' to 'sl'
855- Added Sinhala (Sri-Lanka) localization
856- Use global filters and bind username/ for Ldap searches (#1484159)
857- Hide quota display if imap server does not support it
858- Hide address groups if no LDAP servers configured
859- Add link to message subjects (closes #1484257)
860- Better SQL query for contact listing/search (closes #1484369)
861
862
8632007/05/13 (thomasb)
864----------
865- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
866- Fixed marking as read in preview pane (closes #1484364)
867- CSS hack to display attachments correctly in IE6
868- Wrap message body text (closes #1484148)
869
870
8712007/05/03 (yllar)
872----------
873- Updated French, Lithuanian, Armenian, Spanish and Italian translations
874
875
8762007/05/01 (thomasb)
877----------
878- Updated German, Euskara, Hungarian, Romanian and Spanish translation
879- Added Hindi and Kurdish localization
880
881
8822007/04/28 (thomasb)
883----------
884- LDAP access is back in address book (closes #1484087)
885- Added search function for contacts
886- New Template parsing and output encoding
887- Fixed bugs #1484119 and #1483978
888
889
8902007/04/08 (thomasb)
891----------
892- Fixed message moving procedure (closes #1484308)
893- Fixed display of multiple attachments (closes #1466563)
894- Fixed check for new messages (closes #1484310)
895- List attachments without filename
896
897
8982007/03/27 (thomasb)
899----------
900- New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
901  Should close bugs #1483951 and #1484299
902
903
9042007/03/23 (thomasb)
905----------
906- Correctly translate mailbox names (closes #1484276)
907- Quote e-mail address links (closes #1484300)
908
909
9102007/03/21 (thomasb)
911----------
912- Updated PEAR::Mail_mime package
913- Added Persian localization
914- Updated Catalan and Brazilian Portuguese translations
915- Updated INSTALL manual with a note about database passwords
916- Accept single quotes for HTML attributes when modifying message body (thanks Jason)
917- Sanitize input for new users/identities (thanks Colin Alston)
918
919
9202007/03/19 (thomasb)
921----------
922- Don't download HTML message parts
923- Convert HTML parts to plaintext if 'prefer_html' is off
924- Correctly parse message/rfc822 parts (closes #1484045)
925- Code cleanup
926
927
9282007/03/18 (thomasb)
929----------
930- Also use user_id for unique key in messages table (closes #1484074)
931- Hide contacts drop down on blur (closes #1484203)
932- Make entries in contacts drop down clickable
933- Turn off browser autocompletion on login page
934- Quote <? in text/html message parts
935- Hide border around radio buttons
936- Replaced old JS function calls.
937
938
9392007/03/13 (thomasb)
940----------
941- Applied patch for attachment download by crichardson (closes #1484198)
942- Fixed bug in Postgres DB handling (closes #1484068)
943- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
944- Fixed array_merge bug (closes #1484281)
945- Fixed flag for deletion in list view (closes #1484264)
946- Finally support semicolons as recipient separator (closes ##1484251)
947- Fixed message headers (subject) encoding
948
949
9502007/03/04 (tomekp)
951----------
952- check if safe mode is on or not (closes #1484269)
953
954
9552007/03/02 (thomasb)
956----------
957- Show "no subject" in message list if subject is missing (closes #1484243)
958- Solved page caching of message preview (closes #1484153)
959- Only use gzip compression if configured (closes #1484236)
960
961
9622007/02/25 (estadtherr)
963----------
964- Fixed priority selector issue (#1484150)
965- Upgraded to TinyMCE v2.1.0
966
967
9682007/02/21 (thomasb)
969----------
970- Fixed some CSS issues in default skin (closes #1484210 and #1484161)
971- Prevent from double quoting of numeric HTML character references (closes #1484253)
972
973
9742007/02/07 (tomekp)
975----------
976- Updated (bg) translation (Doichin Dokov)
977
978
9792007/02/06 (tomekp)
980----------
981- Updated (pl) translation
982- Updated (pt_BR) translation (Robson F. Ramaldes)
983- Big cleanup in program/localization
984
985
9862007/02/05 (thomasb)
987----------
988- Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
989
990
9912007/01/07 (estadtherr)
992----------
993- Fixed display of HTML message attachments (closes #1484178)
994
995
9962007/01/07 (thomasb)
997----------
998- Applied patch for preview caching (closes #1484186)
999- Added Thai and Vietnamese localization files
1000
1001
10022006/12/29 (thomasb)
1003----------
1004- Added error handling for attachment uploads
1005- Use multibyte safe string functions where necessary (closes #1483988)
1006- Updated Swiss German localization (de_CH)
1007
1008
10092006/12/22 (thomasb)
1010----------
1011- Applied security patch to validate the submitted host value (by Kees Cook)
1012- Applied security patch to validate input values when deleting contacts (by Kees Cook)
1013- Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
1014- Applied a patch to more aggressively sanitize a HTML message
1015- Visualize blocked images in HTML messages
1016
1017
10182006/12/20 (thomasb)
1019----------
1020- Fixed wrong message listing when showing search results (closes #1484131)
1021- Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
1022- Show remote images when opening HTML message part as attachment
1023
1024
10252006/12/17 (thomasb)
1026----------
1027- Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
1028
1029
10302006/12/06 (thomasb)
1031----------
1032- Improve memory usage when sending mail (closes #1484098)
1033- Mark messages as read once the preview is loaded (closes #1484132)
1034- Include smtp final response in log (closes #1484081)
1035
1036
10372006/12/04 (thomasb)
1038----------
1039- Corrected date string in sent message header (closes #1484125)
1040- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
1041- Changed srong tooltips for message browse buttons (closes #1483930)
1042
1043
10442006/12/03 (estadtherr)
1045----------
1046- Added fix to convert HTML signatures for plain text messages
1047- Fixed signature delimeter character to be standard (Bug #1484035)
1048
1049
10502006/12/01 (thomasb)
1051----------
1052- Implemented preview pane
1053- Fixed XSS vulnerability (Bug #1484109)
1054- Remove newlines from mail headers (Bug #1484031)
1055- Selection issues when moving/deleting (Bug #1484044)
1056- Applied patch of Clement Moulin for imap host auto-selection
1057- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
1058- Fixed folder name encoding in subscription list (Bug #1484113)
1059- Fixed JS errors in identity list (Bug #1484120)
1060- Show client debug console on debug_level 8
1061- Added Serbian translation
1062- Updated Spanish and Bulgarian localization
1063
1064
10652006/11/22 (robin)
1066----------
1067- Fix a bug introduced with Shift-Del yesterday
1068
1069
10702006/11/21 (robin)
1071----------
1072- Add missing nl_NL translations
1073- Translate foldernames in folder form (closes #1484113)
1074
1075
10762006/11/21 (robin)
1077----------
1078- Added first and last buttons to message list, address book
1079  and message detail
1080- Pressing Shift-Del bypasses Trash folder
1081- Enable purge command for Junk folder
1082
1083
10842006/11/17 (robin)
1085----------
1086- Re-initialize message list after shift-select and delete
1087
1088
10892006/11/16 (robin)
1090----------
1091- Fixed updating message list after expunge and purge
1092- Fetch all aliases if virtuser_query is used instead
1093  of only the first one
1094
1095
10962006/11/11 (estadtherr)
1097----------
1098- fixed deletion/moving of messages from within "show" page
1099
1100
11012006/11/09 (thomasb)
1102----------
1103- Little bugfix in HTML encoding
1104- Fixed encoding issues and delete-on-reply problem
1105- Corrected template parsing
1106
1107
11082006/11/07 (estadtherr)
1109----------
1110- Upgraded to TinyMCE v2.0.8
1111- Fixed CSS path for editor popups
1112
11132006/09/26 (estadtherr)
1114----------
1115- Added spellchecker plugin to TinyMCE configuration
1116- Fixed HTML/Plain toggle labels
1117
1118
11192006/09/24 (thomasb)
1120----------
1121- Partial client re-write with a common list class
1122- Re-enabled multi select of contacts (Bug #1484017)
1123- Enable contact editing right after creation (Bug #1459641)
1124- Updated Hungarian, Estonian and Traditional Chinese localization
1125
1126
11272006/09/19 (thomasb)
1128----------
1129- Correct UTF-7 to UTF-8 conversion if mbstring is not available
1130
1131
11322006/09/13 (estadtherr)
1133----------
1134- Introduction of TinyMCE HTML editor support for message composition and signatures
1135  Note : a new column is added to the "identities" database table
1136
1137
11382006/09/12 (estadtherr)
1139----------
1140- Fixed html2text treatment of table headers (Bug #1484020)
1141- Fixed IMAP fetch of message body (Bug #1484019)
1142
1143
11442006/09/08 (thomasb)
1145----------
1146- Fixed safe_mode problems (Bug #1418381)
1147- Fixed wrong header encoding (Bug #1483976)
1148
1149
11502006/09/07 (thomasb)
1151----------
1152- Made automatic draft saving configurable
1153- Fixed JS bug when renaming folders (Bug #1483989)
1154- Don't wait for complete page load when calling JavaScript init()
1155- Some improvements to prevent session expiration
1156- Prevent from double submit of spell check requests
1157
1158
11592006/09/01 (thomasb)
1160----------
1161- Imporoved message parsing and HTML validation
1162- Added quota display as image (by Brett Patterson)
1163- Corrected creation of a message-id
1164- Updated Norwegian (bokmal) localization
1165
1166
11672006/08/30 (thomasb)
1168----------
1169- New indentation for quoted message text
1170- Improved HTML validity
1171
1172
11732006/08/28 (estadtherr)
1174----------
1175- Fixed URL character set (Ticket #1445501)
1176- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
1177
1178
11792006/08/25 (thomasb)
1180----------
1181- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
1182- Finalized new message parsing (+ chaching)
1183- Updated SQL scripts and UPGRADING instructions
1184
1185
11862006/08/23 (thomasb)
1187----------
1188- Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
1189
1190
11912006/08/20 (thomasb)
1192----------
1193- Fixed wrong usage of mbstring (Bug #1462439)
1194- Set default spelling language (Ticket #1483938)
1195- Added support for Nox Spell Server
1196
1197
11982006/08/18 (thomasb)
1199----------
1200- Re-built message parsing (Bug #1327068)
1201  Now based on the message structure delivered by the IMAP server.
1202- Fixed some XSS and SQL injection issues
1203
1204
12052006/08/10 (thomasb)
1206----------
1207- Fixed charset problems with folder renaming
1208
1209
12102006/08/04 (thomasb)
1211----------
1212- Fixed Bug in saving identities (Ticket #1483915)
1213- Set folder name in window title (Bug #1483919)
1214- Don't add imap_root to INBOX path (Bug #1483816)
1215- Attempt to create default folders only after login
1216- Avoid usage of $CONFIG in rcube_imap class
1217
1218
12192006/07/30 (thomasb)
1220----------
1221- Alter links in HTML messages (Bug #1326402)
1222- Added fallback if host not found in 'mail_domain' array
1223- Applied patch of Charles to highlight droptargets (Ticket #1473034)
1224- Fixed folder renaming (Bug #1483914)
1225- Added confirmation message after deleting a folder
1226
1227
12282006/07/25 (thomasb)
1229----------
1230- Made folder renaming a bit more ajax-style
1231- Changed rename-labels and German translation
1232- Fixed addressbox countbar width (Bug #1483845)
1233- Fixed refresh interval problems in Safari (Bug #1483902)
1234- Fixed clear_message_list_header() errors (Bug #1483898)
1235- Sanity check of $message_set in imap.inc (Bug #1443200)
1236- Added correct changing of message list headers for Sent folder
1237- Updated Spanish localization (Ticket #1483887)
1238- Applied patch #1483846
1239
1240
12412006/07/24 (richs)
1242----------
1243- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
1244- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
1245- Draft saving now properly returns an error when saving fails
1246- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
1247- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
1248
1249
12502006/07/19 (thomasb)
1251----------
1252- Correct entity encoding of link urls (HTML validity)
1253- Improved usability in compose step (Ticket #1483807)
1254- Added absolute URLs to several buttons (for "open in new window")
1255- Applied patch #1328032
1256- Fixed Bug/Patch #1443200
1257
1258
12592006/07/18 (thomasb)
1260----------
1261- Fixed password with spaces issue (Bug #1364122)
1262- Replaced _auth hash with second cookie (Ticket #1483811)
1263- Don't use get_input_value() for passwords (Bug #1468895)
1264- Made password encryption key configurable
1265- Minor bugfixes with charset encoding
1266- Added <label> tags to forms (Ticket #1483810)
1267
1268
12692006/07/07 (thomasb)
1270----------
1271- Fixed INSTALL_PATH bug #1425663
1272
1273
12742006/07/03 (richs)
1275----------
1276- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
1277- Updated French localizations (Ticket #1483862)
1278- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
1279- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
1280- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
1281- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
1282
1283
12842006/06/30 (richs)
1285----------
1286- Fixed empty INBOX compatibility bug (Patch #1443200)
1287- Temporarily fixed French "compact" localization (Patch #1483862)
1288- Fixed "Select All" not working with Delete interface button (Bug #1332434)
1289- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
1290- Fixed "unread count" in window title when count changed (Bug #1483812)
1291- Fixed DB error when deleting from message table (Patch #1483835)
1292
1293
12942006/06/29 (richs)
1295----------
1296- Added ability to remove attachments (Feature #1436721)
1297- Default folders are now auto-created on first login (Feature #1471594)
1298- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
1299- Corrected Italian localizations
1300- Tweaked rename-folder form to clear after a rename
1301
1302
13032006/06/26 (richs)
1304----------
1305- Added button to immediately check for new messages
1306- New message checking now displays status "Checking for new messages..."
1307- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
1308- Task buttons now respond to clicks by darkening (as in other applications)
1309- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
1310- Added ability to sort messages by "Size"
1311- Added ability to rename folders (Feature #1326396)
1312- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
1313- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
1314
1315
13162006/06/25
1317----------
1318- Changed behavior to include host-specific configuration (Bug #1483849)
1319- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
1320- Fixed spell checker to work with the new URL at google.com
1321- Some memory and security optimizations sendmail.inc
1322- Updated UGRADING description
1323
1324
13252006/06/19
1326----------
1327- Added Drafts support (Feature #1326839) (richs)
1328
1329
13302006/06/02
1331----------
1332- Updated Estonian localization and moved from ee to et
1333- Added Bulgarian localization
1334
1335
13362006/05/25
1337----------
1338- Finalized GoogieSpell integration
1339
1340
13412006/05/18
1342----------
1343- Added Arabic and Armenian localizations
1344- Updated Russian localization
1345- Removed MDB2 classes from repository. Install them seperately if used.
1346- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
1347- Allow & in e-mail addresses
1348
1349
13502006/05/05
1351----------
1352- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
1353- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
1354- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
1355- Corrected INSTALL description (Bug #1476106)
1356- Added charset to javascript HTTP headers
1357- Fixed Opera bug with CC and BCC fields (Bug #1474576)
1358- Changed login page title regarding product name (Bug #1476413)
1359- Pimped search function
1360- Applied attachment viewing/forwarding patches by Andrew Fladmark
1361- Applied prev/next patch by Leonard Bouchet
1362- Applied patches by Mark Bucciarelli
1363- Applied patch for requesting receipts by Salvatore Ansani
1364- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
1365
1366
13672006/04/13
1368----------
1369- Added Slovenian localization
1370- Updated Portuguese localization
1371- Fixed parent.location problem for compose-links
1372- Added sort order saving patch by Jacob Brunson
1373- Added gzip compression support
1374
1375
13762006/04/02
1377----------
1378- Added Lithuanian localization
1379- Improved search function
1380- Added version string as template object
1381- Load host-specific configuration file (see config/main.inc.php)
1382- New config parameter adding domain to user names for login
1383- Strip tags on _auth, _action, _task parameters
1384- Corrected labels for next/previous page buttons in address book
1385
1386
13872006/03/23
1388----------
1389- Auto-detect mail header delimiters
1390- Regard daylight savings
1391- Localized quota display
1392- Started implementing search function
1393
1394
13952006/03/20
1396----------
1397- Avoid error message when saving an unchanged identity (Bug #1429510)
1398- Fixed hard-coded cols selection for sent folder (Bug #1354586)
1399- Enable some HTML links for use with "open in new window" or "save target"
1400- Check meta-key instead of ctrl on Macs
1401- Ignore double clicks when holding down a modifier key
1402- Fixed reloading of the login page
1403- Fixed typo in compose template (Bug #1446852)
1404- Added compose button to message read step (Request #1433288)
1405- New config parameter for persistent database connections (Bug #1431817)
1406
1407
14082006/03/14
1409----------
1410- Don't remove internal HTML tags in plaintext messages
1411- Improved error handling in DB connection failure
1412
1413
14142006/02/22
1415----------
1416- Updated localizations
1417- Fixed bug #1435989
1418
1419
14202006/02/19
1421----------
1422- Updated localizations
1423- Applied patch of Anders Karlsson
1424- Applied patch of Jacob Brunson
1425- Applied patch for virtuser_query by Robin Elfrink
1426- Added support for References header (patch by Auke)
1427- Added support for mbstring module by Tadashi Jokagi
1428- Added function for automatic remove of slashes on GET and POST vars
1429  if magic_quotes is enabled
1430
1431
14322006/02/05
1433----------
1434- Added Slovak, Hungarian, Bosnian and Croation translation
1435- Fixed bug when inserting signatures with !?&
1436- Chopping message headers before inserting into the message cache table
1437  (to avoid bugs in Postgres)
1438- Allow one-char domains in e-mail addresses
1439- Make product name in page title configurable
1440- Make username available as skin object
1441- Added session_write_close() in rcube_db class destructor to avoid problems
1442  in PHP 5.0.5
1443- Use move_uploaded_file() instead of copy() for a more secure handling of
1444  uploaded attachments
1445- Additional config parameter to show/hide deleted messages
1446- Added periodic request for checking new mails (Request #1307821)
1447- Added EXPUNGE command
1448- Optimized loading time for mail interface
1449- Changed to full UTF-8 support
1450- Additional timezones (Patch #1389912)
1451- Added LDAP public search (experimental)
1452- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
1453- Casting to strings when adding empty headers to message cache (Bug #1406026)
1454- Skip sender-address as recipient when Reply-to-all
1455- Fixes in utf8-class
1456- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
1457- Added garbage collector for message cache
1458- Added patches for BCC headers
1459
1460
14612005/12/16
1462----------
1463- Added Turkish and Simplified Chinese translation
1464- Use virtusertable to resolve e-mail addresses at login
1465- Configurable mail_domain used to compose correct e-mail addresses
1466  on first login
1467
1468
14692005/12/03
1470----------
1471- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
1472  Estonian and Chinese translation
1473- Get IMAP server capabilities in array
1474- Check for NAMESPACE capability before sending command
1475- Set default user language from config 'locale_string'
1476- Added sorting patch for message list
1477- Make default sort col/order configurable
1478- Fixed XSS in address book and identities
1479- Added more XSS protection (Bug #1308236)
1480- Added tab indexes for compose form
1481- Added 'changed' col to contacts table
1482- Support for 160-bit session hashes
1483- Added input check for contacts and identities (Patch #1346523)
1484- Added messages/warning to compose step (Patch #1323895)
1485- Added favicon to the default skin
1486- Fixed Bug #1334337 as far as possible
1487- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
1488- Redesign of client side AJAX code (enable multi threading)
1489- Added keep-alive signal every minute
1490- Make logs dir configurable
1491- Added support for SMTPS
1492- Decode attachment file names
1493- Make delimiter for message headers configurable
1494- Add generic footer to sent messages
1495- Choose the rigt identity when replying
1496- Remove signature when replying (Request #1333167)
1497- Signatures for each identity
1498- Select charset when composing message
1499- Complete re-design of the caching mechanism
1500
1501
15022005/08/11
1503----------
1504- Write list header to client even if list is empty
1505- Add functions "select all", "select none" to message list
1506- Improved filter for HTML messages to remove potentially malicious tags
1507  (script, iframe, object) and event handlers.
1508- Buttons for next/previous message in view mode
1509- Add new created contact to list and show confirmation status
1510- Added folder management (subscribe/create/delete)
1511- Log message sending (SMTP log)
1512- Grant access for Camino browser
1513- Added German translation
1514
1515
15162005/10/20
1517----------
1518- Added Swedish, Latvian, Portuguese and Catalan translation
1519- Make SMTP auth method configurable
1520- Make mailboxlist scrollable (Bug #1326372)
1521- Fixed SSL support
1522- Improved support for Courier IMAP (root folder and delimiter issues)
1523- Moved taskbar from bottom to top
1524- Added 'session_lifetime' parameter
1525- Fixed wrong unread count when deleting message (Bug #1332434)
1526- Srip tags when creating a new folder (Bug #1332084)
1527- Translate HTML tags in message headers (Bug #1330134)
1528- Correction in German translation (Bug #1329434)
1529- Display folder names with special chars correctly (Bug #1330157)
1530
1531
15322005/10/07
1533----------
1534- Added French, Italian, Spanish, Danish, Dutch translation
1535- Clarified license (Bug #1305966)
1536- Fixed PHP warnings (Bug #1299403)
1537- Fixed english translation (Bug #1295406)
1538- Fixed bug #1290833: Last character of email not seen
1539- Fixed bug #1292199 when creating new user
1540- Allow more browsers (Bug #1285101)
1541- Added setting for showing pretty dates
1542- Added support for SQLite database
1543- Make use of message caching configurable
1544- Also add attachments when forwarding a message
1545- Long folder names will not flow over message list (Bug #1267232)
1546- Show nested mailboxes hieracically
1547- Enable IMAPS by host
1548
1549
15502005/08/20
1551----------
1552- Improved cacheing of mailbox messagecount
1553- Fixed javascript bug when creating a new message folder
1554- Fixed javascript bugs #1260990 and #1260992: folder selection
1555- Make Trash folder configurable
1556- Auto create folders Inbox, Sent and Trash (if configured)
1557- Support for IMAP root folder
1558- Added support fot text/enriched messages
1559- Make list of special mailboxes configurable
1560
Note: See TracBrowser for help on using the repository browser.