source: subversion/trunk/roundcubemail/CHANGELOG @ 668

Last change on this file since 668 was 668, checked in by thomasb, 6 years ago

Some bugfixes, security issues + minor improvements

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