source: github/CHANGELOG @ 9b3d7f74

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