source: github/CHANGELOG @ 95d90f8

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