summaryrefslogtreecommitdiff
path: root/program/include/rcmail.php
AgeCommit message (Collapse)Author
2012-07-13Avoid warnings; silently pipe http: urls through rcmail::url()Thomas Bruederli
2012-07-10Simplified method of getting default addressbook.Aleksander Machniak
Make sure to use the same source when adding contact and checking if message is safe (sender is in addressbook). Small code improvements.
2012-06-30Show explicit error message when provided hostname is invalid (#1488550)Aleksander Machniak
2012-06-08Fix attachment sizes in message print page and attachment preview page ↵Aleksander Machniak
(#1488515) - Use size parameter from Content-Disposition header if specified, - Calculate size of base64 encoded message parts
2012-05-26Fix host autoselection when default_host is an array (#1488495)Aleksander Machniak
2012-05-23Add another alias for backwards compatibilityThomas Bruederli
2012-05-22Removed $Id$Aleksander Machniak
2012-05-22Add is_escaped attribute for html_select and html_textarea (#1488485)Aleksander Machniak
2012-05-22Deprecate storage_connect() methodAleksander Machniak
2012-05-22Add imap_connect() method for backward compat.Aleksander Machniak
2012-05-01Better handling of HTTP request errors; re-send keep-alive requests on ↵thomascube
failure (#1488449)
2012-04-19- Fix incorrect cache ttl used in get_cache_engine() (#1488447), use time() ↵alecpl
where mktime() without arguments was used
2012-04-18- Fix render_folder_tree_select() (#1488441)alecpl
2012-04-16- Moved session init/config functionality into rcube classalecpl
2012-04-16- Framework refactoring (I hope it's the last one):alecpl
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils renamed main.inc into rcube_bc.inc
2012-04-13- Merge devel-framework branch, resolved conflictsalecpl
2012-03-22Always return the correct connection statethomascube
2012-03-19- Image resize with GD extension (#1488383) alecpl
2012-02-25Remember custom skin selection after logout (#1488355)thomascube
2012-02-21Refactored IMAP cache expunge: delegate to storage object; don't rely on ↵thomascube
deprecated 'enable_caching' config option
2012-02-08- Fix URL building - skip null parametersalecpl
2012-02-02Allow users to choose cols for contacts list sortingthomascube
2012-01-25Fix autoselect_host() for login (#1488297)thomascube
2012-01-18- Handle ldap_public misconfigurationalecpl
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
backwards compat.
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomascube
2012-01-03- Move some checks into login() methodalecpl
2011-12-29- Add separate pagesize setting for mail messages and contacts (#1488269)alecpl
2011-12-07- Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL insteadalecpl
2011-12-07- Remove deprecated global $IMAP variable usage (#1488148)alecpl
2011-12-07Remove unused codethomascube
2011-12-01- Remove debug code from last commit alecpl
2011-12-01- Fix so connection to LDAP will be properly closedalecpl
2011-12-01- Simplified compose session data handling, no need for session->cleanup()alecpl
2011-11-13- Add option to set session name (#1486433)alecpl
2011-11-08Remove unused cruftthomascube
2011-10-30Allow cross-task ajax requeststhomascube
2011-10-03- Fix namespace handling in special folders settings (#1488112)alecpl
2011-09-28Distinguish standard timezone offset and DST of clientthomascube
2011-09-21Skip confirmation dialog when deleting a contact from a source that supports ↵thomascube
undelete operations
2011-09-19- Allow setting connection options in imap_connect hookalecpl
2011-09-16- Fix default folders settings (according to namespaces) for new users tooalecpl
2011-09-12- Extend rcube_label_exists() to search in loaded plugins localizationsalecpl
- Allow use localized addressbook field subtypes from plugins
2011-09-05Improved memcache connection procedure from release-0.6; use call_user_func ↵thomascube
to trigger session gc handlers
2011-08-27- Fix is_a() usage for PHP>5.3.6alecpl
2011-08-24Add copyright line on files with significant changes from Kolab Systemsthomascube
2011-08-16- Add option to hide selected LDAP addressbook on the listalecpl
2011-08-14More unique error codesthomascube
2011-08-02- Fix get_address_book() to call get_address_sources() internally when ↵alecpl
looking for default source