summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
2012-03-15- Fix lack of warning when switching task in compose window (#1488399)alec
git-svn-id: https://svn.roundcube.net/trunk@6012 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-03-14Accept DateTime object as input to format_date()thomasb
git-svn-id: https://svn.roundcube.net/trunk@6011 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-03-13- Fix counting messages search resultsalec
git-svn-id: https://svn.roundcube.net/trunk@5998 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-03-09- Improve logo handling in default skin (#1488385)alec
git-svn-id: https://svn.roundcube.net/trunk@5992 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-03-07- Hook unregister methods (#1488184)alec
git-svn-id: https://svn.roundcube.net/trunk@5975 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-03-06- Fix handling of % character in IMAP protocol (#1488382)alec
git-svn-id: https://svn.roundcube.net/trunk@5969 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-03-05- Add check_connection() to storage abstract classalec
git-svn-id: https://svn.roundcube.net/trunk@5962 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-03-04Exclude E_STRICT from error_reporting for PHP 5.4alec
git-svn-id: https://svn.roundcube.net/trunk@5958 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-03-02- Fix automatic unsubscribe of non-existent folders (with small perf fix)alec
git-svn-id: https://svn.roundcube.net/trunk@5946 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-29- Fix warning when properties array is emptyalec
git-svn-id: https://svn.roundcube.net/trunk@5930 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-29- Add 'type' and 'attribs' parameters for render_mailboxlist hookalec
git-svn-id: https://svn.roundcube.net/trunk@5926 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-28Fix function callthomasb
git-svn-id: https://svn.roundcube.net/trunk@5922 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-27Map renamed methods for backwards compatibilitythomasb
git-svn-id: https://svn.roundcube.net/trunk@5917 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-26Fix larry issues: 'Mark' button position, broken folders list footeralec
git-svn-id: https://svn.roundcube.net/trunk@5913 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-25Connect to IMAP server before reading quotathomasb
git-svn-id: https://svn.roundcube.net/trunk@5912 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-25Remember custom skin selection after logout (#1488355)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5904 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-21Refactored IMAP cache expunge: delegate to storage object; don't rely on ↵thomasb
deprecated 'enable_caching' config option git-svn-id: https://svn.roundcube.net/trunk@5898 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-17- Fix date_today, broken in r5707alec
git-svn-id: https://svn.roundcube.net/trunk@5891 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-15Skip empty group members (seen in OpenLDAP backends)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5878 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-11User configurable setting how to display contact names in listthomasb
git-svn-id: https://svn.roundcube.net/trunk@5871 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-08- Fix issue where some text from original message was missing on reply ↵alec
(#1488340) git-svn-id: https://svn.roundcube.net/trunk@5864 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-08- Fix URL building - skip null parametersalec
git-svn-id: https://svn.roundcube.net/trunk@5863 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-05- Support AD's objectClass=groupalec
git-svn-id: https://svn.roundcube.net/trunk@5853 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-03Get rid of global $__skin_path variable (#1488336)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5851 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-02Allow users to choose cols for contacts list sortingthomasb
git-svn-id: https://svn.roundcube.net/trunk@5850 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-01Allow placeholder attributes for input fieldsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5848 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-27- Fix call to undefined method rcube_result_index::isError() (#1488328)alec
git-svn-id: https://svn.roundcube.net/trunk@5841 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-27- Revert SORT=DISPLAY support, removed by mistake in r4160 (#1488327) alec
git-svn-id: https://svn.roundcube.net/trunk@5839 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-27Fix special vars replacement in templatesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5838 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-27Update requirements list, remove TODOthomasb
git-svn-id: https://svn.roundcube.net/trunk@5833 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-27- Remove leftover codealec
git-svn-id: https://svn.roundcube.net/trunk@5831 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-25Add lib for server side mime parsing (to be used by non-imap storage ↵thomasb
backends or as fallback if imap server doesn't provide a proper structure) git-svn-id: https://svn.roundcube.net/trunk@5823 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-25Fix autoselect_host() for login (#1488297)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5819 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-24Fixed typothomasb
git-svn-id: https://svn.roundcube.net/trunk@5815 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-23- Fix hook name mailboxes_list renamed to reserved name, use storage_folders ↵alec
and add an alias to deprecated hooks list git-svn-id: https://svn.roundcube.net/trunk@5812 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-19- Better handling of legacy config (#1488312)alec
git-svn-id: https://svn.roundcube.net/trunk@5806 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-18rcube_imap::update_cache() is used by some pluginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5797 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-18Fix accidental private => protected replacementthomasb
git-svn-id: https://svn.roundcube.net/trunk@5796 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-18Also support /private/... annotation selectorsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5794 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-18- Handle ldap_public misconfigurationalec
git-svn-id: https://svn.roundcube.net/trunk@5793 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-18- Fix call to undefined method rcube_imap::list_unsubscribed()alec
git-svn-id: https://svn.roundcube.net/trunk@5790 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5787 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-16Run imap_init plugin hook as deprecated hook; set $_SESSION['imap_host'] for ↵thomasb
backwards compat. git-svn-id: https://svn.roundcube.net/trunk@5782 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@5781 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-16- Add addressbook name to debug output (#1488304)alec
git-svn-id: https://svn.roundcube.net/trunk@5780 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-13- Remove redundant ldap_count_entries() callalec
git-svn-id: https://svn.roundcube.net/trunk@5772 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-13- Make mime type detection based on filename extension to be case-insensitivealec
git-svn-id: https://svn.roundcube.net/trunk@5769 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-12- Fix possible infinite loop in buildThreadData()alec
git-svn-id: https://svn.roundcube.net/trunk@5760 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-10Allow plugins to extend the vcard fieldmap for contact datathomasb
git-svn-id: https://svn.roundcube.net/trunk@5752 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-09- Fix PHP Fatal error: Call to private method rcube_imap::id2uid() (#1488296)alec
git-svn-id: https://svn.roundcube.net/trunk@5744 208e9e7b-5314-0410-a742-e7e81cd9613c