summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube.php
AgeCommit message (Collapse)Author
2014-11-14Fix lack of delimiter for recipient addresses in smtp_log (#1490150)Aleksander Machniak
2014-09-01Add config option to specify IMAP connection socket parameters - ↵Aleksander Machniak
imap_conn_options (#1489948) Conflicts: CHANGELOG
2014-04-30Support 'error' and 'body_file' return attribs in 'message_before_send' hook ↵Aleksander Machniak
(#1489595) Conflicts: CHANGELOG
2014-01-16* New option that write logs to per-user directories. (Debug) logs will only ↵Thomas Bruederli
be written if a directory for the current user exists. * The 'write_log' plugin hook now also supports the return property 'dir' to let plugins specify the log directory.
2014-01-01CS fixesAleksander Machniak
2013-11-25Add possibility to overwrite a label/message in Roundcube's language package ↵Aleksander Machniak
(#1489433)
2013-11-21Add hook to notify plugins about message sending errorsThomas Bruederli
2013-10-04Fix typo: occured -> occurred (#1489366)Aleksander Machniak
2013-09-24Make sure language code extracted from HTTP_ACCEPT_LANGUAGE is in xx_YY formatAleksander Machniak
2013-08-30Add temp_dir_ttl configuration option to control expiry time inDavid Carter
program/lib/Roundcube/rcube.php : gc_temp(). Default is 48 hours. Define hard wired minimum of 6 hours.
2013-08-25Fix so additional headers are added to all messages sent (#1489284)Aleksander Machniak
2013-08-15Make session auth cookie name configurableThomas Bruederli
2013-08-02Hide PHP warning when calling filemtime() on not-existent fileAleksander Machniak
2013-07-12Allow to load config files for different environments (#1487311); keep ↵Thomas Bruederli
(non-default) filename in URLs throughout the webmail app
2013-07-02Make possible to disable some (broken) IMAP extensions with ↵Aleksander Machniak
imap_disable_caps option (#1489184) Add some notes in INSTALL about broken ESEARCH in uw-imap.
2013-06-20Canonize boolean ini_get() results (#1489189)Aleksander Machniak
2013-06-16Fix session issues when local and database time differs (#1486132)Aleksander Machniak
Improve performance by executing session gc on script shutdown, also call session_write_close() ASAP
2013-06-09Fix database cache expunge issues (#1489149) - added 'expires' columnAleksander Machniak
2013-06-05Improvements in garbage collector: created gc() method to run allAleksander Machniak
gc-related cleanups in one place, added posibility to run gc in environments without session
2013-06-05Add option to use PHP's native session save handlersThomas Bruederli
2013-05-26Make possible to disable shared cacheAleksander Machniak
2013-05-25Expunge all cache instances in shutdownAleksander Machniak
2013-05-25Added shared (cross-user) cacheAleksander Machniak
2013-05-16Move rcmail::deliver_message() to framework for common useThomas Bruederli
2013-04-26Fix error handling in CLI mode, use STDERR and non-empty exit code (#1489043)Aleksander Machniak
2013-04-02Fix session issues with use_https=true (#1488986)Aleksander Machniak
2013-02-01Set default error code (500) if not specified in raise_error()Aleksander Machniak
2013-01-06Improve charset detection by prioritizing charset according to user language ↵Aleksander Machniak
(#1485669)
2012-12-18Cleanup, remove file paths from docAleksander Machniak
2012-12-16Fix package definitions and include framework classes in phpdocThomas Bruederli
2012-12-07Some more rcmail -> rcube cleanupAleksander Machniak
2012-11-27Move shortcut functions to framework classThomas Bruederli
2012-11-27Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistencyAleksander Machniak
2012-11-26Cleaner way of handling user password in framework-based programs with no ↵Aleksander Machniak
session
2012-11-26Clarify rcube::get_user_name() usage, add rcube::get_user_email()Aleksander Machniak
2012-11-25Define more (uniquely prefixed) constants for Roundcube directories in order ↵Thomas Bruederli
to enhance the interoperability of the Roundcube framework
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak