summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Expand)Author
2011-09-21- Fix lost info for encrypted messagesalec
2011-09-20- Fix sorting of messages on servers without SORT and THREAD commandalec
2011-09-20- Fix listing messages on servers without SORT and THREAD commandalec
2011-09-20- Fix forwarded attachments, broken in r5204alec
2011-09-20- Fix cached indexes validation after removing messages when skip_deleted=truealec
2011-09-20- Fix listing contacts in a groupalec
2011-09-20- Make group's "member" attibute name configurablealec
2011-09-20- Improve performance by skipping redundant SELECT query when writing new ses...alec
2011-09-19- Fix PHP error when fetching messages index when threaded mode is enabledalec
2011-09-19- Don't set (wrong) error on groups listing actionalec
2011-09-19- Set group_bind_dn outside of list_groups()alec
2011-09-19- Hide PHP warning on ldap_search()alec
2011-09-19- Allow setting connection options in imap_connect hookalec
2011-09-19- Make rcube_ldap bind() and sasl_bind() methods publicalec
2011-09-19- Set style of login form inputs using class not IDsalec
2011-09-18- Cache synchronization using QRESYNC/CONDSTOREalec
2011-09-17- Fix locked folder rename option on servers supporting RFC2086 only (#1488089)alec
2011-09-16Remove debugging stuffthomasb
2011-09-16Fix session race conditions when composing new messagesthomasb
2011-09-16- Removed leftover codealec
2011-09-16- Fix default folders settings (according to namespaces) for new users tooalec
2011-09-15- Require magic_quotes_runtime=Off because it modifies data streams (too much...alec
2011-09-13- Fix encoding of LDAP contacts identifiers (#1488079)alec
2011-09-12Make date/time format user configurable; drop 'date_today' config optionthomasb
2011-09-12- Fix required_fields checking per discussion in #1488073alec
2011-09-12- Extend rcube_label_exists() to search in loaded plugins localizationsalec
2011-09-12- Removed some spacesalec
2011-09-12- Fix handling of binary attachments encoded with quoted-printable (#1488065)alec
2011-09-10- Fix handling of links with IP addressalec
2011-09-08- Fix compacting folder resets message list filter (#1488076)alec
2011-09-08- Fix new caching issue when broken/misleading object data was stored in data...alec
2011-09-07- Fix displaying multipart/alternative messages with only one part (#1487938)alec
2011-09-07- Rewritten messages caching (merged devel-mcache branch):alec
2011-09-06- Fix username case-insensitivity issue in MySQL (#1488021)alec
2011-09-06- Merge devel-saved_search branch (Addressbook Saved Searches)alec
2011-09-06- Merge devel-spellcheck branch:alec
2011-09-05Improved memcache connection procedure from release-0.6; use call_user_func t...thomasb
2011-09-05- Check for "Permission denied" string in IMAP error messages to display more...alec
2011-09-05- Don't disable include() errors, so now broken translation of a plugin will ...alec
2011-09-05Protect from Clickjacking by sending X-Frame-Options headers (#1487037)thomasb
2011-09-05Fallback to mail_domain in LDAP variable replacements; add 'host' to 'user_cr...thomasb
2011-09-05Fix wrong vCard type parameter mobile (#1488067)thomasb
2011-09-05Fix vCard WORKFAX issue (#1488046)thomasb
2011-08-30- Fix imap_cache setting to values other than 'db' (#1488060)alec
2011-08-30- Fix handling of attachments inside message/rfc822 parts (#1488026)alec
2011-08-30- Make 5th argument of rcmail_deliver_message() optionalalec
2011-08-27- Fix is_a() usage for PHP>5.3.6alec
2011-08-26Don't attempt to list (and cache) folders if not connectedthomasb
2011-08-26- Microoptimization: use substr_replace() for injecting a string into stringalec
2011-08-25Move timezone computation to rcube_config; don't override SESSION['timezone']...thomasb