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