summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Expand)Author
2011-09-15- Require magic_quotes_runtime=Off because it modifies data streams (too much...alecpl
2011-09-13- Fix encoding of LDAP contacts identifiers (#1488079)alecpl
2011-09-12Make date/time format user configurable; drop 'date_today' config optionthomascube
2011-09-12- Fix required_fields checking per discussion in #1488073alecpl
2011-09-12- Extend rcube_label_exists() to search in loaded plugins localizationsalecpl
2011-09-12- Removed some spacesalecpl
2011-09-12- Fix handling of binary attachments encoded with quoted-printable (#1488065)alecpl
2011-09-10- Fix handling of links with IP addressalecpl
2011-09-08- Fix compacting folder resets message list filter (#1488076)alecpl
2011-09-08- Fix new caching issue when broken/misleading object data was stored in data...alecpl
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
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
2011-09-05Improved memcache connection procedure from release-0.6; use call_user_func t...thomascube
2011-09-05- Check for "Permission denied" string in IMAP error messages to display more...alecpl
2011-09-05- Don't disable include() errors, so now broken translation of a plugin will ...alecpl
2011-09-05Protect from Clickjacking by sending X-Frame-Options headers (#1487037)thomascube
2011-09-05Fallback to mail_domain in LDAP variable replacements; add 'host' to 'user_cr...thomascube
2011-09-05Fix wrong vCard type parameter mobile (#1488067)thomascube
2011-09-05Fix vCard WORKFAX issue (#1488046)thomascube
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-30- Make 5th argument of rcmail_deliver_message() optionalalecpl
2011-08-27- Fix is_a() usage for PHP>5.3.6alecpl
2011-08-26Don't attempt to list (and cache) folders if not connectedthomascube
2011-08-26- Microoptimization: use substr_replace() for injecting a string into stringalecpl
2011-08-25Move timezone computation to rcube_config; don't override SESSION['timezone']...thomascube
2011-08-24Add copyright line on files with significant changes from Kolab Systemsthomascube
2011-08-24Fix group members listing for ldap directoriesthomascube
2011-08-24Log session_id with loginsthomascube
2011-08-24- Added unique connection identifier to IMAP debug messagesalecpl
2011-08-22- Added 'priority' column on messages listalecpl
2011-08-19- Don't add console to error pages, prevents js erroralecpl
2011-08-19- Use internal cache for mailbox_info() resultalecpl
2011-08-18Fix folders drop-down list: descend into root folder (e.g. INBOX) even if par...thomascube
2011-08-18- Unsubscribe from non-existing folders always (on listing), not only in Sett...alecpl
2011-08-16Correctly quote group filterthomascube
2011-08-16- Add option to hide selected LDAP addressbook on the listalecpl
2011-08-16- Add client-side checking of uploaded files sizealecpl
2011-08-14More unique error codesthomascube
2011-08-12Pass attributes as vars to labelthomascube
2011-08-12- Fix infinite recurrence when saving user preferences stored in sessionalecpl
2011-08-12- Revert r5046, the change will be applied to devel-mcache branch, where it b...alecpl
2011-08-12- Add debug for operations on groupsalecpl
2011-08-12- Remove double semicolonalecpl
2011-08-11Fix saving and deleting LDAP contacts; skip client-side input validation for ...thomascube
2011-08-11- Added IMAP ENABLE (RFC5161) supportalecpl
2011-08-09- Fix XSS vulnerability in UI messages (#1488030)alecpl