source: github/CHANGELOG @ 0d1dd7c

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since 0d1dd7c was 0d1dd7c, checked in by thomascube <thomas@…>, 6 years ago

Fix message list selection + new pngbehavior + use strpos() instead of strstr()

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