summaryrefslogtreecommitdiff
path: root/CHANGELOG
AgeCommit message (Collapse)Author
2011-10-19Set version strings to 0.7-beta1thomascube
2011-10-07Autocomplete LDAP records when adding contacts from mail (#1488073)thomascube
2011-10-07- Fixed ticket numberalecpl
2011-10-07- Plugin API: added 'ready' hook (#1488073)alecpl
2011-10-07- Ignore DSN request when it isn't supported by SMTP server (#1487800)alecpl
2011-10-07- Make sure LDAP name fields aren't arrays (#1488108)alecpl
2011-10-06- Fixed/updated changelogalecpl
2011-10-06Force files to be updated, even if newer (#1488117)thomascube
2011-10-04- Fix issue where it wasn't possible to change list view mode in folder ↵alecpl
manager for INBOX (#1488107), also show messages count and size in such case
2011-10-03- Fix namespace handling in special folders settings (#1488112)alecpl
2011-10-03- Disable time limit for CLI scripts (#1488109)alecpl
2011-09-28- Fix misleading display when chaning editor type (#1488104), fix handling ↵alecpl
of custom commands result
2011-09-23- Add loading indicator on contact deletealecpl
2011-09-22- Fix bug where after delete message rows can be added to the list of ↵alecpl
another folder (#1487752)
2011-09-21- Add notice on autocompletion that not all records were displayedalecpl
2011-09-21Add option 'searchonly' for address books; currently used by LDAP directoriesthomascube
2011-09-21- Add Priority filter to the messages listalecpl
2011-09-18- Cache synchronization using QRESYNC/CONDSTOREalecpl
- Fixed message ID updates in cache - Changed message flags handling + some fixes (e.g. fixed messages listing after delete)
2011-09-17- Fix locked folder rename option on servers supporting RFC2086 only (#1488089)alecpl
2011-09-16Trigger 'new_messages' hook for all checked folders (#1488083)thomascube
2011-09-16Fix session race conditions when composing new messagesthomascube
2011-09-13- Fix encoding of LDAP contacts identifiers (#1488079)alecpl
2011-09-13- jQuery 1.6.4alecpl
2011-09-12Make date/time format user configurable; drop 'date_today' config optionthomascube
2011-09-12- Fix handling of binary attachments encoded with quoted-printable (#1488065)alecpl
2011-09-12- Fix text-overflow:ellipsis issues on messages list in FF7 and Webkit ↵alecpl
(#1488061)
2011-09-10- Fix setting title for truncated subject in IE (#1487128)alecpl
2011-09-10- Fix handling of links with IP addressalecpl
2011-09-08- Fix compacting folder resets message list filter (#1488076)alecpl
- Fix reset-search action so it resets list page number to 1
2011-09-07- Fix displaying multipart/alternative messages with only one part (#1487938)alecpl
2011-09-07- Rewritten messages caching (merged devel-mcache branch):alecpl
Indexes are stored in a separate table, so there's no need to store all messages in a folder Added threads data caching Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE - Partial QRESYNC support - Improved FETCH response handling - Improvements in response tokenization method
2011-09-07- Move two entries from 0.6-rc to trunk's changelog partalecpl
2011-09-07- Use 'From' and 'To' labels instead of 'Sender' and 'Recipient'alecpl
2011-09-06- Fix username case-insensitivity issue in MySQL (#1488021)alecpl
2011-09-06- Merge devel-saved_search branch (Addressbook Saved Searches)alecpl
2011-09-06- Merge devel-spellcheck branch:alecpl
- Added spellchecker exceptions dictionary (shared or per-user) - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options)
2011-09-05Completed changelogthomascube
2011-09-05Fallback to mail_domain in LDAP variable replacements; add 'host' to ↵thomascube
'user_create' hook arguments (#1488024)
2011-09-05Fix wrong vCard type parameter mobile (#1488067)thomascube
2011-09-05Fix vCard WORKFAX issue (#1488046)thomascube
2011-09-04- Add vCard's Profile URL support (#1488062)alecpl
2011-09-02- jQuery 1.6.3alecpl
2011-08-30- Fix imap_cache setting to values other than 'db' (#1488060)alecpl
2011-08-30- Fix handling of attachments inside message/rfc822 parts (#1488026)alecpl
2011-08-29Make list of mimetypes that open in preview window configurable (#1487625)thomascube
2011-08-28- Localize forwarded message header (#1488058)alecpl
- pl_PL update - Fix label: databaserror -> dberror
2011-08-24- Added unique connection identifier to IMAP debug messagesalecpl
2011-08-22- Add ticket number to the last entryalecpl
2011-08-22- Added 'priority' column on messages listalecpl
2011-08-22- Fix image type check for contact photo uploads alecpl