summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Expand)Author
2012-03-02- Fix automatic unsubscribe of non-existent folders (with small perf fix)alecpl
2012-02-29- Fix warning when properties array is emptyalecpl
2012-02-29- Add 'type' and 'attribs' parameters for render_mailboxlist hookalecpl
2012-02-28Fix function callthomascube
2012-02-27Map renamed methods for backwards compatibilitythomascube
2012-02-26Fix larry issues: 'Mark' button position, broken folders list footeralecpl
2012-02-25Connect to IMAP server before reading quotathomascube
2012-02-25Remember custom skin selection after logout (#1488355)thomascube
2012-02-21Refactored IMAP cache expunge: delegate to storage object; don't rely on depr...thomascube
2012-02-17- Fix date_today, broken in r5707alecpl
2012-02-15Skip empty group members (seen in OpenLDAP backends)thomascube
2012-02-11User configurable setting how to display contact names in listthomascube
2012-02-08- Fix issue where some text from original message was missing on reply (#1488...alecpl
2012-02-08- Fix URL building - skip null parametersalecpl
2012-02-05- Support AD's objectClass=groupalecpl
2012-02-03Get rid of global $__skin_path variable (#1488336)thomascube
2012-02-02Allow users to choose cols for contacts list sortingthomascube
2012-02-01Allow placeholder attributes for input fieldsthomascube
2012-01-27- Fix call to undefined method rcube_result_index::isError() (#1488328)alecpl
2012-01-27- Revert SORT=DISPLAY support, removed by mistake in r4160 (#1488327) alecpl
2012-01-27Fix special vars replacement in templatesthomascube
2012-01-27Update requirements list, remove TODOthomascube
2012-01-27- Remove leftover codealecpl
2012-01-25Add lib for server side mime parsing (to be used by non-imap storage backends...thomascube
2012-01-25Fix autoselect_host() for login (#1488297)thomascube
2012-01-24Fixed typothomascube
2012-01-23- Fix hook name mailboxes_list renamed to reserved name, use storage_folders ...alecpl
2012-01-19- Better handling of legacy config (#1488312)alecpl
2012-01-18rcube_imap::update_cache() is used by some pluginsthomascube
2012-01-18Fix accidental private => protected replacementthomascube
2012-01-18Also support /private/... annotation selectorsthomascube
2012-01-18- Handle ldap_public misconfigurationalecpl
2012-01-18- Fix call to undefined method rcube_imap::list_unsubscribed()alecpl
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2012-01-16Run imap_init plugin hook as deprecated hook; set $_SESSION['imap_host'] for ...thomascube
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomascube
2012-01-16- Add addressbook name to debug output (#1488304)alecpl
2012-01-13- Remove redundant ldap_count_entries() callalecpl
2012-01-13- Make mime type detection based on filename extension to be case-insensitivealecpl
2012-01-12- Fix possible infinite loop in buildThreadData()alecpl
2012-01-10Allow plugins to extend the vcard fieldmap for contact datathomascube
2012-01-09- Fix PHP Fatal error: Call to private method rcube_imap::id2uid() (#1488296)alecpl
2012-01-06- Fix typo in timezone handling, more exception catchingalecpl
2012-01-06- Don't return 'unknown', use empty string, DateTime* handle more exceptionsalecpl
2012-01-06Handle DateTime exceptionsthomascube
2012-01-06Avoid use of DateTime::getTimestamp()thomascube
2012-01-06Avoid use of 5.2 functions (#1488292)thomascube
2012-01-05- Exclude MIME functionality from rcube_imap class into rcube_mime classalecpl
2012-01-05- Update timezone in user prefs too (#1488291)alecpl
2012-01-05- Fix bug in handling of base href and inline content (#1488290)alecpl