summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube.php
AgeCommit message (Expand)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 - imap_conn_op...Aleksander Machniak
2014-04-30Support 'error' and 'body_file' return attribs in 'message_before_send' hook ...Aleksander Machniak
2014-01-16* New option that write logs to per-user directories. (Debug) logs will only ...Thomas Bruederli
2014-01-01CS fixesAleksander Machniak
2013-11-25Add possibility to overwrite a label/message in Roundcube's language package ...Aleksander Machniak
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
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 (non-d...Thomas Bruederli
2013-07-02Make possible to disable some (broken) IMAP extensions with imap_disable_caps...Aleksander Machniak
2013-06-20Canonize boolean ini_get() results (#1489189)Aleksander Machniak
2013-06-16Fix session issues when local and database time differs (#1486132)Aleksander Machniak
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
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
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 ses...Aleksander Machniak
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
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak