source: subversion/trunk/roundcubemail/CHANGELOG @ 667

Last change on this file since 667 was 667, checked in by richs, 6 years ago

Fixes interface lock-up issues and minor bugs (richs)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 24.0 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42007/07/09 (richs)
5----------
6- Fixed bug with buttons not dimming/enabling properly after switching folders
7- Fixed compose window becoming unresponsive after saving a draft (#1484487)
8- Re-enabled "Back" button in compose window now that bug #1484487 is fixed
9- Fixed unresponsive interface issue when downloading attachments (#1484496)
10- Lowered status message time from 5 to 3 seconds to improve responsiveness
11- Added note to INSTALL about .htaccess limiting upload_max_filesize
12- Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
13- Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages
14- Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
15
162007/07/03 (thomasb)
17----------
18- Added Macedonian (Slavic FYROM) localization
19- Fix status message bug #1484464 with regard to #1484353
20- Fix address adding bug reported by David Koblas
21- Applied socket error patch by Thomas Mangin
22
23
242007/06/28 (tomekp)
25----------
26- fix typos in Polish localization (Janusz Zamecki)
27
28
292007/06/27 (tomekp)
30----------
31- Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
32
33
342007/06/12 (thomasb)
35----------
36- Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
37- Added Irish/Gaelic translation
38- Little correction in Swedish translation
39- Quote username for virtuser_query
40- Pass-by-reference workarround for PHP5 in sendmail.inc
41
42
432007/06/04 (estadtherr)
44----------
45- Fixed bug in HTML->Plain editor toggling
46
47
482007/05/28 (thomasb)
49---------
50- Fixed buggy imap_root settings (closes #1484379)
51- Prevent default events on subject links (#1484399)
52- Typo in rcube_smtp.inc
53
54
552007/05/23 (estadtherr)
56----------
57- Upgrade to TinyMCE v2.1.1.1
58
59
602007/05/18 (thomasb)
61----------
62- Use HTTP-POST requests for actions that change state
63
64
652007/05/17 (thomasb)
66----------
67- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
68- Renamed localization folder for Chinese (Big5)
69- Chanegd Slovenian language code from 'si' to 'sl'
70- Added Sinhala (Sri-Lanka) localization
71- Use global filters and bind username/ for Ldap searches (#1484159)
72- Hide quota display if imap server does not support it
73- Hide address groups if no LDAP servers configured
74- Add link to message subjects (closes #1484257)
75- Better SQL query for contact listing/search (closes #1484369)
76
77
782007/05/13 (thomasb)
79----------
80- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
81- Fixed marking as read in preview pane (closes #1484364)
82- CSS hack to display attachments correctly in IE6
83- Wrap message body text (closes #1484148)
84
85
862007/05/03 (yllar)
87----------
88- Updated French, Lithuanian, Armenian, Spanish and Italian translations
89
90
912007/05/01 (thomasb)
92----------
93- Updated German, Euskara, Hungarian, Romanian and Spanish translation
94- Added Hindi and Kurdish localization
95
96
972007/04/28 (thomasb)
98----------
99- LDAP access is back in address book (closes #1484087)
100- Added search function for contacts
101- New Template parsing and output encoding
102- Fixed bugs #1484119 and #1483978
103
104
1052007/04/08 (thomasb)
106----------
107- Fixed message moving procedure (closes #1484308)
108- Fixed display of multiple attachments (closes #1466563)
109- Fixed check for new messages (closes #1484310)
110- List attachments without filename
111
112
1132007/03/27 (thomasb)
114----------
115- New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
116  Should close bugs #1483951 and #1484299
117
118
1192007/03/23 (thomasb)
120----------
121- Correctly translate mailbox names (closes #1484276)
122- Quote e-mail address links (closes #1484300)
123
124
1252007/03/21 (thomasb)
126----------
127- Updated PEAR::Mail_mime package
128- Added Persian localization
129- Updated Catalan and Brazilian Portuguese translations
130- Updated INSTALL manual with a note about database passwords
131- Accept single quotes for HTML attributes when modifying message body (thanks Jason)
132- Sanitize input for new users/identities (thanks Colin Alston)
133
134
1352007/03/19 (thomasb)
136----------
137- Don't download HTML message parts
138- Convert HTML parts to plaintext if 'prefer_html' is off
139- Correctly parse message/rfc822 parts (closes #1484045)
140- Code cleanup
141
142
1432007/03/18 (thomasb)
144----------
145- Also use user_id for unique key in messages table (closes #1484074)
146- Hide contacts drop down on blur (closes #1484203)
147- Make entries in contacts drop down clickable
148- Turn off browser autocompletion on login page
149- Quote <? in text/html message parts
150- Hide border around radio buttons
151- Replaced old JS function calls.
152
153
1542007/03/13 (thomasb)
155----------
156- Applied patch for attachment download by crichardson (closes #1484198)
157- Fixed bug in Postgres DB handling (closes #1484068)
158- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
159- Fixed array_merge bug (closes #1484281)
160- Fixed flag for deletion in list view (closes #1484264)
161- Finally support semicolons as recipient separator (closes ##1484251)
162- Fixed message headers (subject) encoding
163
164
1652007/03/04 (tomekp)
166----------
167- check if safe mode is on or not (closes #1484269)
168
169
1702007/03/02 (thomasb)
171----------
172- Show "no subject" in message list if subject is missing (closes #1484243)
173- Solved page caching of message preview (closes #1484153)
174- Only use gzip compression if configured (closes #1484236)
175
176
1772007/02/25 (estadtherr)
178----------
179- Fixed priority selector issue (#1484150)
180- Upgraded to TinyMCE v2.1.0
181
182
1832007/02/21 (thomasb)
184----------
185- Fixed some CSS issues in default skin (closes #1484210 and #1484161)
186- Prevent from double quoting of numeric HTML character references (closes #1484253)
187
188
1892007/02/07 (tomekp)
190----------
191- Updated (bg) translation (Doichin Dokov)
192
193
1942007/02/06 (tomekp)
195----------
196- Updated (pl) translation
197- Updated (pt_BR) translation (Robson F. Ramaldes)
198- Big cleanup in program/localization
199
200
2012007/02/05 (thomasb)
202----------
203- Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
204
205
2062007/01/07 (estadtherr)
207----------
208- Fixed display of HTML message attachments (closes #1484178)
209
210
2112007/01/07 (thomasb)
212----------
213- Applied patch for preview caching (closes #1484186)
214- Added Thai and Vietnamese localization files
215
216
2172006/12/29 (thomasb)
218----------
219- Added error handling for attachment uploads
220- Use multibyte safe string functions where necessary (closes #1483988)
221- Updated Swiss German localization (de_CH)
222
223
2242006/12/22 (thomasb)
225----------
226- Applied security patch to validate the submitted host value (by Kees Cook)
227- Applied security patch to validate input values when deleting contacts (by Kees Cook)
228- Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
229- Applied a patch to more aggressively sanitize a HTML message
230- Visualize blocked images in HTML messages
231
232
2332006/12/20 (thomasb)
234----------
235- Fixed wrong message listing when showing search results (closes #1484131)
236- Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
237- Show remote images when opening HTML message part as attachment
238
239
2402006/12/17 (thomasb)
241----------
242- Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
243
244
2452006/12/06 (thomasb)
246----------
247- Improve memory usage when sending mail (closes #1484098)
248- Mark messages as read once the preview is loaded (closes #1484132)
249- Include smtp final response in log (closes #1484081)
250
251
2522006/12/04 (thomasb)
253----------
254- Corrected date string in sent message header (closes #1484125)
255- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
256- Changed srong tooltips for message browse buttons (closes #1483930)
257
258
2592006/12/03 (estadtherr)
260----------
261- Added fix to convert HTML signatures for plain text messages
262- Fixed signature delimeter character to be standard (Bug #1484035)
263
264
2652006/12/01 (thomasb)
266----------
267- Implemented preview pane
268- Fixed XSS vulnerability (Bug #1484109)
269- Remove newlines from mail headers (Bug #1484031)
270- Selection issues when moving/deleting (Bug #1484044)
271- Applied patch of Clement Moulin for imap host auto-selection
272- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
273- Fixed folder name encoding in subscription list (Bug #1484113)
274- Fixed JS errors in identity list (Bug #1484120)
275- Show client debug console on debug_level 8
276- Added Serbian translation
277- Updated Spanish and Bulgarian localization
278
279
2802006/11/22 (robin)
281----------
282- Fix a bug introduced with Shift-Del yesterday
283
284
2852006/11/21 (robin)
286----------
287- Add missing nl_NL translations
288- Translate foldernames in folder form (closes #1484113)
289
290
2912006/11/21 (robin)
292----------
293- Added first and last buttons to message list, address book
294  and message detail
295- Pressing Shift-Del bypasses Trash folder
296- Enable purge command for Junk folder
297
298
2992006/11/17 (robin)
300----------
301- Re-initialize message list after shift-select and delete
302
303
3042006/11/16 (robin)
305----------
306- Fixed updating message list after expunge and purge
307- Fetch all aliases if virtuser_query is used instead
308  of only the first one
309
310
3112006/11/11 (estadtherr)
312----------
313- fixed deletion/moving of messages from within "show" page
314
315
3162006/11/09 (thomasb)
317----------
318- Little bugfix in HTML encoding
319- Fixed encoding issues and delete-on-reply problem
320- Corrected template parsing
321
322
3232006/11/07 (estadtherr)
324----------
325- Upgraded to TinyMCE v2.0.8
326- Fixed CSS path for editor popups
327
3282006/09/26 (estadtherr)
329----------
330- Added spellchecker plugin to TinyMCE configuration
331- Fixed HTML/Plain toggle labels
332
333
3342006/09/24 (thomasb)
335----------
336- Partial client re-write with a common list class
337- Re-enabled multi select of contacts (Bug #1484017)
338- Enable contact editing right after creation (Bug #1459641)
339- Updated Hungarian, Estonian and Traditional Chinese localization
340
341
3422006/09/19 (thomasb)
343----------
344- Correct UTF-7 to UTF-8 conversion if mbstring is not available
345
346
3472006/09/13 (estadtherr)
348----------
349- Introduction of TinyMCE HTML editor support for message composition and signatures
350  Note : a new column is added to the "identities" database table
351
352
3532006/09/12 (estadtherr)
354----------
355- Fixed html2text treatment of table headers (Bug #1484020)
356- Fixed IMAP fetch of message body (Bug #1484019)
357
358
3592006/09/08 (thomasb)
360----------
361- Fixed safe_mode problems (Bug #1418381)
362- Fixed wrong header encoding (Bug #1483976)
363
364
3652006/09/07 (thomasb)
366----------
367- Made automatic draft saving configurable
368- Fixed JS bug when renaming folders (Bug #1483989)
369- Don't wait for complete page load when calling JavaScript init()
370- Some improvements to prevent session expiration
371- Prevent from double submit of spell check requests
372
373
3742006/09/01 (thomasb)
375----------
376- Imporoved message parsing and HTML validation
377- Added quota display as image (by Brett Patterson)
378- Corrected creation of a message-id
379- Updated Norwegian (bokmal) localization
380
381
3822006/08/30 (thomasb)
383----------
384- New indentation for quoted message text
385- Improved HTML validity
386
387
3882006/08/28 (estadtherr)
389----------
390- Fixed URL character set (Ticket #1445501)
391- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
392
393
3942006/08/25 (thomasb)
395----------
396- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
397- Finalized new message parsing (+ chaching)
398- Updated SQL scripts and UPGRADING instructions
399
400
4012006/08/23 (thomasb)
402----------
403- Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
404
405
4062006/08/20 (thomasb)
407----------
408- Fixed wrong usage of mbstring (Bug #1462439)
409- Set default spelling language (Ticket #1483938)
410- Added support for Nox Spell Server
411
412
4132006/08/18 (thomasb)
414----------
415- Re-built message parsing (Bug #1327068)
416  Now based on the message structure delivered by the IMAP server.
417- Fixed some XSS and SQL injection issues
418
419
4202006/08/10 (thomasb)
421----------
422- Fixed charset problems with folder renaming
423
424
4252006/08/04 (thomasb)
426----------
427- Fixed Bug in saving identities (Ticket #1483915)
428- Set folder name in window title (Bug #1483919)
429- Don't add imap_root to INBOX path (Bug #1483816)
430- Attempt to create default folders only after login
431- Avoid usage of $CONFIG in rcube_imap class
432
433
4342006/07/30 (thomasb)
435----------
436- Alter links in HTML messages (Bug #1326402)
437- Added fallback if host not found in 'mail_domain' array
438- Applied patch of Charles to highlight droptargets (Ticket #1473034)
439- Fixed folder renaming (Bug #1483914)
440- Added confirmation message after deleting a folder
441
442
4432006/07/25 (thomasb)
444----------
445- Made folder renaming a bit more ajax-style
446- Changed rename-labels and German translation
447- Fixed addressbox countbar width (Bug #1483845)
448- Fixed refresh interval problems in Safari (Bug #1483902)
449- Fixed clear_message_list_header() errors (Bug #1483898)
450- Sanity check of $message_set in imap.inc (Bug #1443200)
451- Added correct changing of message list headers for Sent folder
452- Updated Spanish localization (Ticket #1483887)
453- Applied patch #1483846
454
455
4562006/07/24 (richs)
457----------
458- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
459- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
460- Draft saving now properly returns an error when saving fails
461- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
462- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
463
464
4652006/07/19 (thomasb)
466----------
467- Correct entity encoding of link urls (HTML validity)
468- Improved usability in compose step (Ticket #1483807)
469- Added absolute URLs to several buttons (for "open in new window")
470- Applied patch #1328032
471- Fixed Bug/Patch #1443200
472
473
4742006/07/18 (thomasb)
475----------
476- Fixed password with spaces issue (Bug #1364122)
477- Replaced _auth hash with second cookie (Ticket #1483811)
478- Don't use get_input_value() for passwords (Bug #1468895)
479- Made password encryption key configurable
480- Minor bugfixes with charset encoding
481- Added <label> tags to forms (Ticket #1483810)
482
483
4842006/07/07 (thomasb)
485----------
486- Fixed INSTALL_PATH bug #1425663
487
488
4892006/07/03 (richs)
490----------
491- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
492- Updated French localizations (Ticket #1483862)
493- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
494- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
495- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
496- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
497
498
4992006/06/30 (richs)
500----------
501- Fixed empty INBOX compatibility bug (Patch #1443200)
502- Temporarily fixed French "compact" localization (Patch #1483862)
503- Fixed "Select All" not working with Delete interface button (Bug #1332434)
504- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
505- Fixed "unread count" in window title when count changed (Bug #1483812)
506- Fixed DB error when deleting from message table (Patch #1483835)
507
508
5092006/06/29 (richs)
510----------
511- Added ability to remove attachments (Feature #1436721)
512- Default folders are now auto-created on first login (Feature #1471594)
513- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
514- Corrected Italian localizations
515- Tweaked rename-folder form to clear after a rename
516
517
5182006/06/26 (richs)
519----------
520- Added button to immediately check for new messages
521- New message checking now displays status "Checking for new messages..."
522- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
523- Task buttons now respond to clicks by darkening (as in other applications)
524- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
525- Added ability to sort messages by "Size"
526- Added ability to rename folders (Feature #1326396)
527- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
528- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
529
530
5312006/06/25
532----------
533- Changed behavior to include host-specific configuration (Bug #1483849)
534- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
535- Fixed spell checker to work with the new URL at google.com
536- Some memory and security optimizations sendmail.inc
537- Updated UGRADING description
538
539
5402006/06/19
541----------
542- Added Drafts support (Feature #1326839) (richs)
543
544
5452006/06/02
546----------
547- Updated Estonian localization and moved from ee to et
548- Added Bulgarian localization
549
550
5512006/05/25
552----------
553- Finalized GoogieSpell integration
554
555
5562006/05/18
557----------
558- Added Arabic and Armenian localizations
559- Updated Russian localization
560- Removed MDB2 classes from repository. Install them seperately if used.
561- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
562- Allow & in e-mail addresses
563
564
5652006/05/05
566----------
567- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
568- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
569- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
570- Corrected INSTALL description (Bug #1476106)
571- Added charset to javascript HTTP headers
572- Fixed Opera bug with CC and BCC fields (Bug #1474576)
573- Changed login page title regarding product name (Bug #1476413)
574- Pimped search function
575- Applied attachment viewing/forwarding patches by Andrew Fladmark
576- Applied prev/next patch by Leonard Bouchet
577- Applied patches by Mark Bucciarelli
578- Applied patch for requesting receipts by Salvatore Ansani
579- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
580
581
5822006/04/13
583----------
584- Added Slovenian localization
585- Updated Portuguese localization
586- Fixed parent.location problem for compose-links
587- Added sort order saving patch by Jacob Brunson
588- Added gzip compression support
589
590
5912006/04/02
592----------
593- Added Lithuanian localization
594- Improved search function
595- Added version string as template object
596- Load host-specific configuration file (see config/main.inc.php)
597- New config parameter adding domain to user names for login
598- Strip tags on _auth, _action, _task parameters
599- Corrected labels for next/previous page buttons in address book
600
601
6022006/03/23
603----------
604- Auto-detect mail header delimiters
605- Regard daylight savings
606- Localized quota display
607- Started implementing search function
608
609
6102006/03/20
611----------
612- Avoid error message when saving an unchanged identity (Bug #1429510)
613- Fixed hard-coded cols selection for sent folder (Bug #1354586)
614- Enable some HTML links for use with "open in new window" or "save target"
615- Check meta-key instead of ctrl on Macs
616- Ignore double clicks when holding down a modifier key
617- Fixed reloading of the login page
618- Fixed typo in compose template (Bug #1446852)
619- Added compose button to message read step (Request #1433288)
620- New config parameter for persistent database connections (Bug #1431817)
621
622
6232006/03/14
624----------
625- Don't remove internal HTML tags in plaintext messages
626- Improved error handling in DB connection failure
627
628
6292006/02/22
630----------
631- Updated localizations
632- Fixed bug #1435989
633
634
6352006/02/19
636----------
637- Updated localizations
638- Applied patch of Anders Karlsson
639- Applied patch of Jacob Brunson
640- Applied patch for virtuser_query by Robin Elfrink
641- Added support for References header (patch by Auke)
642- Added support for mbstring module by Tadashi Jokagi
643- Added function for automatic remove of slashes on GET and POST vars
644  if magic_quotes is enabled
645
646
6472006/02/05
648----------
649- Added Slovak, Hungarian, Bosnian and Croation translation
650- Fixed bug when inserting signatures with !?&
651- Chopping message headers before inserting into the message cache table
652  (to avoid bugs in Postgres)
653- Allow one-char domains in e-mail addresses
654- Make product name in page title configurable
655- Make username available as skin object
656- Added session_write_close() in rcube_db class destructor to avoid problems
657  in PHP 5.0.5
658- Use move_uploaded_file() instead of copy() for a more secure handling of
659  uploaded attachments
660- Additional config parameter to show/hide deleted messages
661- Added periodic request for checking new mails (Request #1307821)
662- Added EXPUNGE command
663- Optimized loading time for mail interface
664- Changed to full UTF-8 support
665- Additional timezones (Patch #1389912)
666- Added LDAP public search (experimental)
667- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
668- Casting to strings when adding empty headers to message cache (Bug #1406026)
669- Skip sender-address as recipient when Reply-to-all
670- Fixes in utf8-class
671- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
672- Added garbage collector for message cache
673- Added patches for BCC headers
674
675
6762005/12/16
677----------
678- Added Turkish and Simplified Chinese translation
679- Use virtusertable to resolve e-mail addresses at login
680- Configurable mail_domain used to compose correct e-mail addresses
681  on first login
682
683
6842005/12/03
685----------
686- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
687  Estonian and Chinese translation
688- Get IMAP server capabilities in array
689- Check for NAMESPACE capability before sending command
690- Set default user language from config 'locale_string'
691- Added sorting patch for message list
692- Make default sort col/order configurable
693- Fixed XSS in address book and identities
694- Added more XSS protection (Bug #1308236)
695- Added tab indexes for compose form
696- Added 'changed' col to contacts table
697- Support for 160-bit session hashes
698- Added input check for contacts and identities (Patch #1346523)
699- Added messages/warning to compose step (Patch #1323895)
700- Added favicon to the default skin
701- Fixed Bug #1334337 as far as possible
702- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
703- Redesign of client side AJAX code (enable multi threading)
704- Added keep-alive signal every minute
705- Make logs dir configurable
706- Added support for SMTPS
707- Decode attachment file names
708- Make delimiter for message headers configurable
709- Add generic footer to sent messages
710- Choose the rigt identity when replying
711- Remove signature when replying (Request #1333167)
712- Signatures for each identity
713- Select charset when composing message
714- Complete re-design of the caching mechanism
715
716
7172005/08/11
718----------
719- Write list header to client even if list is empty
720- Add functions "select all", "select none" to message list
721- Improved filter for HTML messages to remove potentially malicious tags
722  (script, iframe, object) and event handlers.
723- Buttons for next/previous message in view mode
724- Add new created contact to list and show confirmation status
725- Added folder management (subscribe/create/delete)
726- Log message sending (SMTP log)
727- Grant access for Camino browser
728- Added German translation
729
730
7312005/10/20
732----------
733- Added Swedish, Latvian, Portuguese and Catalan translation
734- Make SMTP auth method configurable
735- Make mailboxlist scrollable (Bug #1326372)
736- Fixed SSL support
737- Improved support for Courier IMAP (root folder and delimiter issues)
738- Moved taskbar from bottom to top
739- Added 'session_lifetime' parameter
740- Fixed wrong unread count when deleting message (Bug #1332434)
741- Srip tags when creating a new folder (Bug #1332084)
742- Translate HTML tags in message headers (Bug #1330134)
743- Correction in German translation (Bug #1329434)
744- Display folder names with special chars correctly (Bug #1330157)
745
746
7472005/10/07
748----------
749- Added French, Italian, Spanish, Danish, Dutch translation
750- Clarified license (Bug #1305966)
751- Fixed PHP warnings (Bug #1299403)
752- Fixed english translation (Bug #1295406)
753- Fixed bug #1290833: Last character of email not seen
754- Fixed bug #1292199 when creating new user
755- Allow more browsers (Bug #1285101)
756- Added setting for showing pretty dates
757- Added support for SQLite database
758- Make use of message caching configurable
759- Also add attachments when forwarding a message
760- Long folder names will not flow over message list (Bug #1267232)
761- Show nested mailboxes hieracically
762- Enable IMAPS by host
763
764
7652005/08/20
766----------
767- Improved cacheing of mailbox messagecount
768- Fixed javascript bug when creating a new message folder
769- Fixed javascript bugs #1260990 and #1260992: folder selection
770- Make Trash folder configurable
771- Auto create folders Inbox, Sent and Trash (if configured)
772- Support for IMAP root folder
773- Added support fot text/enriched messages
774- Make list of special mailboxes configurable
775
Note: See TracBrowser for help on using the repository browser.