source: subversion/trunk/roundcubemail/CHANGELOG @ 628

Last change on this file since 628 was 628, checked in by tomekp, 6 years ago

fix typos in polish localizations

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