thomascube
2009-07-27 b5f3abeea96db8b98df9bbf4c3da7873b8a84e44
commit | author | age
4e17e6 1 CHANGELOG RoundCube Webmail
49c49b 2 ===========================
4e17e6 3
93af15 4 - Fix import of vCard entries with params (#1485453)
503e01 5 - Fix HTML messages output with empty block elements (#1485974)
2a5d02 6 - Use request tokens to protect POST requests from CSFR
afc6e4 7 - Added hook when killing a session
T 8 - Added hook to write_log function (#1485971)
40dfea 9 - Performance improvements by use UID commands (#1485690)
665cc5 10 - Fix HTML editor tabIndex setting (#1485972)
19862b 11 - Added 'imap_debug' and 'smtp_debug' options
b6b593 12 - Support strftime's format modifiers in date_* options (#1484806)
72cd3c 13 - Support %h variable in 'smtp_server' option (#1485766)
2818f8 14 - Show SMTP errors in browser (#1485927)
f7fff8 15 - Allow WBR tag in HTML message (#1485960)
37c20d 16 - Use spl_autoload_register() instead of __autoload (#1485947)
T 17 - Add hook for identities listing (#1485958)
18 - Trigger hook 'smtp_connect' when opening an SMTP connection (#1485954)
e48a10 19 - Added config option to enforce HTTPS connections
ac6229 20 - Fix non-unicode characters caching in unicode database (#1484608)
A 21 - Performance improvements of messages caching
11b80e 22 - Fix empty Date header issue (#1485923)
816d66 23 - Open collapsed folders during drag & drop (#1485914)
329f5b 24 - Fixed link text replacements (#1485789)
T 25 - Also trigger 'insertrow' events on page load (#1485826)
26 - No link on subject in IE browsers (#1484913)
93c0be 27 - Fixed filename encoding according to RFC2231 (#1485875)
069704 28 - Added message Edit feature (#1483891, #1484440)
59c027 29 - Fix message Etag generation for counter issues (#1485623)
e20e31 30 - Fix messages searching on MailEnable IMAP (#1485762)
2dd7ee 31 - Fixed many 'skip_deleted' issues (#1485634)
A 32 - Fixed messages list sorting on servers without SORT capability
a54242 33 - Colorized signatures in plain text messages
0b2ce9 34 - Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options handling in UI
47f072 35 - Fix displaying of big maximum upload filesize (#1485889)
528185 36 - Added possibility to invert messages selection
dc2fc0 37 - After move/delete from 'show' action display next message instead of messages list (#1485887)
2ff8af 38 - Fixed problem with double quote at the end of folder name (#1485884)
d7f49d 39 - Speedup UI by using CSS sprites and etags/expires/deflate in Apache config (#1484858,#1485800)
8234b4 40 - Support UID EXPUNGE: remove only moved/deleted messages
91d1a1 41 - Add drag cancelling with ESC key (#1484344)
1301e9 42 - Support initial identity name from virtuser_query (#1484003)
49dfb0 43 - Added message menu, removed Print and Source buttons
A 44 - Added possibility to save message as .eml file (#1485861)
45 - Added 1 minute interval in autosave options (#1485854)
a5897a 46 - Support UTF-7 encoding in messages (#1485832)
dbe44c 47 - Better support for malformed character names (#1485758)
824866 48