| | 2 | |
| | 3 | == Release 0.7-beta == |
| | 4 | |
| | 5 | * Fix handling of HTML form elements in messages (#1485137) |
| | 6 | * Fix regression in setting recipient to self when replying to a Sent message (#1487074) |
| | 7 | * Fix listing of folders in hidden namespaces (#1486796) |
| | 8 | * Don't consider \Noselect flag when building folders tree (#1488004) |
| | 9 | * Fix sorting autocomplete results (#1488084) |
| | 10 | * Add option to set session name (#1486433) |
| | 11 | * Add option to skip alternative email addresses in autocompletion |
| | 12 | * Fix inconsistent behaviour of Compose button in Drafts folder, add Edit button for drafts |
| | 13 | * Fix problem with parsing HTML message body with non-unicode characters (#1487813) |
| | 14 | * Add option to define matching method for addressbook search (#1486564, #1487907) |
| | 15 | * Make email recipients separator configurable |
| | 16 | * Fix so folders with \Noinferiors attribute aren't listed in parent selector |
| | 17 | * Fix handling of curly brackets in URLs (#1488168) |
| | 18 | * Fix handling of dates (birthday/anniversary) in contact data (#1488147) |
| | 19 | * Fix error on opening searched LDAP contact (#1488144) |
| | 20 | * Fix redundant line break in flowed format (#1488146) |
| | 21 | * Fix IDN address validation issue (#1488137) |
| | 22 | * Fix JS error when dst_active checkbox doesn't exist (#1488133) |
| | 23 | * Autocomplete LDAP records when adding contacts from mail (#1488073) |
| | 24 | * Plugin API: added 'ready' hook (#1488063) |
| | 25 | * Ignore DSN request when it isn't supported by SMTP server (#1487800) |
| | 26 | * Make sure LDAP name fields aren't arrays (#1488108) |
| | 27 | * Fixed imap test to non-default port when using ssl (#1488118) |
| | 28 | * Force all files to be overwritten when updating (#1488117) |
| | 29 | * Fix issue where it wasn't possible to change list view mode in folder manager for INBOX (#1488107) |
| | 30 | * Fix namespace handling in special folders settings (#1488112) |
| | 31 | * Disable time limit for CLI scripts (#1488109) |
| | 32 | * Fix misleading display when changing editor type (#1488104) |
| | 33 | * Add loading indicator on contact delete |
| | 34 | * Fix bug where after delete message rows can be added to the list of another folder (#1487752) |
| | 35 | * Add notice on autocompletion that not all records were displayed |
| | 36 | * Add option 'searchonly' for LDAP address books |
| | 37 | * Add Priority filter to the messages list |
| | 38 | * Cache synchronization using QRESYNC/CONDSTORE |
| | 39 | * Trigger 'new_messages' hook for all checked folders (#1488083) |
| | 40 | * Make date/time format user configurable; drop 'date_today' config option |
| | 41 | * Fix setting title for truncated subject in IE (#1487128) |
| | 42 | * Fix displaying multipart/alternative messages with only one part (#1487938) |
| | 43 | * Rewritten messages caching:[[BR]] |
| | 44 | Indexes are stored in a separate table, so there's no need to store all messages in a folder[[BR]] |
| | 45 | Added threads data caching |
| | 46 | Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE |
| | 47 | * Improved FETCH response handling |
| | 48 | * Improvements in response tokenization method |
| | 49 | * Use 'From' and 'To' labels instead of 'Sender' and 'Recipient' |
| | 50 | * Fix username case-insensitivity issue in MySQL (#1488021) |
| | 51 | * Addressbook Saved Searches |
| | 52 | * Added spellchecker exceptions dictionary (shared or per-user) |
| | 53 | * Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options) |
| | 54 | * Added 'priority' column on messages list (#1486782) |
| | 55 | * Localize forwarded message header (#1488058) |
| | 56 | |
| | 57 | == Release 0.6 == |
| | 58 | |
| | 59 | * Fix bug where the last identity is used on reply (#1488101) |
| | 60 | * Fix locked folder rename option on servers supporting RFC2086 only (#1488089) |
| | 61 | * Fix encoding of LDAP contacts identifiers (#1488079) |
| | 62 | * Fix session race conditions when composing new messages |
| | 63 | * jQuery 1.6.4 (#1487913, #1487144) |
| | 64 | * Fix handling of binary attachments encoded with quoted-printable (#1488065) |
| | 65 | * Fix text-overflow:ellipsis issues on messages list in FF7 and Webkit (#1488061) |
| | 66 | * Fix handling of links with IP address |
| | 67 | * Fix bug where message list filter was reset on folder compacting (#1488076) |
| 1042 | | * Finally support semicolons as recipient separator (#1484251) |
| 1043 | | * check if safe mode is on or not (#1484269) |
| 1044 | | * Show "no subject" in message list if subject is missing (#1484243) |
| 1045 | | * Solved page caching of message preview (#1484153) |
| 1046 | | * Only use gzip compression if configured (#1484236) |
| 1047 | | * Fixed priority selector issue (#1484150) |
| 1048 | | * Fixed some CSS issues in default skin (#1484210 and #1484161) |
| 1049 | | * Prevent from double quoting of numeric HTML character references (#1484253) |
| 1050 | | * Fixed display of HTML message attachments (#1484178) |
| 1051 | | * Applied patch for preview caching (#1484186) |
| 1052 | | * Added error handling for attachment uploads |
| 1053 | | * Use multibyte safe string functions where necessary (#1483988) |
| 1054 | | * Applied security patch to validate the submitted host value (by Kees Cook) |
| 1055 | | * Applied security patch to validate input values when deleting contacts (by Kees Cook) |
| 1056 | | * Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook) |
| 1057 | | * Applied a patch to more aggressively sanitize a HTML message |
| 1058 | | * Fixed wrong message listing when showing search results (closes #1484131) |
| 1059 | | * Show remote images when opening HTML message part as attachment |
| 1060 | | * Improve memory usage when sending mail (#1484098) |
| 1061 | | * Include smtp final response in log (#1484081) |
| 1062 | | * Corrected date string in sent message header (#1484125) |
| 1063 | | * Correclty choose "To" column in sent and draft mailboxes (#1483943) |
| 1064 | | * Changed wrong tooltips for message browse buttons (#1483930) |
| 1065 | | * Fixed signature delimeter character to be standard (Bug #1484035) |
| 1066 | | * Fixed XSS vulnerability (Bug #1484109) |
| 1067 | | * Remove newlines from mail headers (Bug #1484031) |
| 1068 | | * Selection issues when moving/deleting (Bug #1484044) |
| 1069 | | * Applied patch of Clement Moulin for imap host auto-selection |
| 1070 | | * ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886) |
| 1071 | | * Fixed folder name encoding in subscription list (Bug #1484113) |
| 1072 | | * Fixed JS errors in identity list (Bug #1484120) |
| 1073 | | * Translate foldernames in folder form (#1484113) |
| 1074 | | * Pressing Shift-Del bypasses Trash folder |
| 1075 | | * Re-enabled multi select of contacts (Bug #1484017) |
| 1076 | | * Enable contact editing right after creation (Bug #1459641) |
| 1077 | | * Correct UTF-7 to UTF-8 conversion if mbstring is not available |
| 1078 | | * Fixed IMAP fetch of message body (Bug #1484019) |
| 1079 | | * Fixed safe_mode problems (Bug #1418381) |
| 1080 | | * Fixed wrong header encoding (Bug #1483976) |
| 1081 | | * Made automatic draft saving configurable |
| 1082 | | * Fixed JS bug when renaming folders (Bug #1483989) |
| 1083 | | * Imporoved message parsing and HTML validation |
| 1084 | | * Added quota display as image (by Brett Patterson) |
| 1085 | | * New indentation for quoted message text |
| 1086 | | * Improved HTML validity |
| 1087 | | * Fixed URL character set (Ticket #1445501) |
| 1088 | | * Fixed folder renaming: unsubscribe before rename (Bug #1483920) |
| 1089 | | * Fixed wrong usage of mbstring (Bug #1462439) |
| 1090 | | * Set default spelling language (Ticket #1483938) |
| 1091 | | * Added support for Nox Spell Server |
| 1092 | | * Re-built message parsing (Bug #1327068) |
| 1093 | | Now based on the message structure delivered by the IMAP server. |
| 1094 | | * Fixed some XSS and SQL injection issues |
| 1095 | | |
| 1096 | | ----- |
| 1097 | | |
| 1098 | | == Release 0.1-beta2 == |
| 1099 | | |
| 1100 | | * Fixed Bug in saving identities (Ticket #1483915) |
| 1101 | | * Set folder name in window title (Bug #1483919) |
| 1102 | | * Don't add imap_root to INBOX path (Bug #1483816) |
| 1103 | | * Attempt to create default folders only after login |
| 1104 | | * Alter links in HTML messages (Bug #1326402) |
| 1105 | | * Added fallback if host not found in 'mail_domain' array |
| 1106 | | * Applied patch of Charles to highlight droptargets (Ticket #1473034) |
| 1107 | | * Fixed folder renaming (Bug #1483914) |
| 1108 | | * Added confirmation message after deleting a folder |
| 1109 | | * Made folder renaming a bit more ajax-style |
| 1110 | | * Fixed addressbox countbar width (Bug #1483845) |
| 1111 | | * Fixed refresh interval problems in Safari (Bug #1483902) |
| 1112 | | * Fixed clear_message_list_header() errors (Bug #1483898) |
| 1113 | | * Sanity check of $message_set in imap.inc (Bug #1443200) |
| 1114 | | * Added correct changing of message list headers for Sent folder |
| 1115 | | * Updated Spanis |
| | 1108 | * Finally support semicolons as recipient |