| | 3 | == Release 0.8.1 == |
| | 4 | |
| | 5 | * Fix bug where domain name was converted to lower-case even with login_lc=false (#1488593) |
| | 6 | * Fix lower-casing email address on replies (#1488598) |
| | 7 | * Fix line separator in exported messages (#1488603) |
| | 8 | * Fix XSS issue where plain signatures wasn't secured in HTML mode (#1488613) |
| | 9 | * Fix XSS issue where href="javascript:" wasn't secured (#1488613) |
| | 10 | * Fix impossible to create message with empty plain text part (#1488610) |
| | 11 | * Fix stripped apostrophes when replying in plain text to HTML message (#1488606) |
| | 12 | * Fix inactive Save search option after advanced search (#1488607) |
| | 13 | * Fix Remove from group option is active for contact search result (#1488608) |
| | 14 | * Disable autocapitalization in login form on iPad/iPhone (#1488609) |
| | 15 | * Fix focus on the list when list row is clicked (#1488600) |
| | 16 | * Added separate From and To columns apart from smart From/To column (#1486891) |
| | 17 | * Fix fallback to Larry skin when configured skin isn't available (#1488591) |
| | 18 | * Fix (workaround) delete operations with some versions of memcache (#1488592) |
| | 19 | * Fix (disable) request validation for spell and spell_html actions |
| | 20 | |
| 1064 | | * Better fix for skipping untagged responses (#1485261) |
| 1065 | | * Added pspell support patch by Kris Steinhoff (#1483960) |
| 1066 | | * Enable spellchecker for HTML editor (#1485114) |
| 1067 | | * Respect spellcheck_uri in tinyMCE spellchecker (#1484196) |
| 1068 | | * Case insensitive contacts searching using PostgreSQL (#1485259) |
| 1069 | | * Make default imap folders configurable for each user (#1485075) |
| 1070 | | * Save outgoing mail to selectable folder (#1324581) |
| 1071 | | * Fix hiding of mark menu when clicking th button again (#1484944) |
| 1072 | | * Use long date format in print mode (#1485191) |
| 1073 | | * Updated TinyMCE to version 3.1.0.1 |
| 1074 | | * Re-enable autocomplete attribute for login form (#1485211) |
| 1075 | | * Check PERMANENTFLAGS before saving $MDNSent flag (#1484963, #1485163) |
| 1076 | | * Added flag column on messages list (#1484623) |
| 1077 | | * Patched Mail/MimePart.php (http://pear.php.net/bugs/bug.php?id=14232) |
| 1078 | | * Allow trash/junk subfolders to be purged (#1485085) |
| 1079 | | * Store compose parameters in session and redirect to a unique URL |
| 1080 | | * Fixed CRAM-MD5 authentication (#1484819) |
| 1081 | | * Fixed forwarding messages with one HTML attachment (#1484442) |
| 1082 | | * Fixed encoding of message/rfc822 attachments and image/pjpeg handling (#1484914) |
| 1083 | | |
| | 1081 | * Better fix for skipping untag |