You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/program/include
Aleksander Machniak c442f822fb Simplify keep-alive action. Now the interval is based on session_lifetime,
which means it's executed only if needed for session keeping (reset interval on every action).

Temporarily remove check-recent request, it will be replaced by new global system refresh request in future.
Use keep_alive setting as auto-refresh request interval (allow no-refresh mode)
12 years ago
..
clisetup.php
html.php Ignore htmlspecialchars() warnings 12 years ago
iniset.php Improved error message when setting required options fails (#1488682) 12 years ago
rcmail.php Simplify keep-alive action. Now the interval is based on session_lifetime, 12 years ago
rcube.php Simplify keep-alive action. Now the interval is based on session_lifetime, 12 years ago
rcube_addressbook.php
rcube_base_replacer.php
rcube_bc.inc
rcube_browser.php
rcube_cache.php
rcube_charset.php Partially revert 9546d22c6: don't validate with parse_charset() 12 years ago
rcube_config.php Improve client-side timezone detection using jsTimezoneDetect by Jon Nylander (#1488725); removed obsolete dstactive detection 12 years ago
rcube_contacts.php
rcube_content_filter.php
rcube_db.php Define public property 'db_provider' in pdo classes. That is used in various places, especially the installer 12 years ago
rcube_db_mssql.php Define public property 'db_provider' in pdo classes. That is used in various places, especially the installer 12 years ago
rcube_db_mysql.php Make sure affected_rows() method returns expected (consistent with other RDBMSes) result on MySQL 12 years ago
rcube_db_pgsql.php Define public property 'db_provider' in pdo classes. That is used in various places, especially the installer 12 years ago
rcube_db_sqlite.php Define public property 'db_provider' in pdo classes. That is used in various places, especially the installer 12 years ago
rcube_db_sqlsrv.php Define public property 'db_provider' in pdo classes. That is used in various places, especially the installer 12 years ago
rcube_image.php
rcube_imap.php Add deprecated alias clear_mailbox() 12 years ago
rcube_imap_cache.php
rcube_imap_generic.php Remove unused unEscape() method 12 years ago
rcube_ldap.php Fix post-filtering vlv results, fixes warning "mb_strtolower() expects parameter 1 to be a string, array given" 12 years ago
rcube_message.php Make sure HTML part size>0 before assuming the message has got HTML part 12 years ago
rcube_message_header.php
rcube_message_part.php
rcube_mime.php
rcube_output.php s/rcmail/rcube/ 12 years ago
rcube_output_html.php Adapt to common naming scheme for template tag attributes 12 years ago
rcube_output_json.php
rcube_plugin.php s/rcmail/rcube/ 12 years ago
rcube_plugin_api.php Make possible rcube_plugin_api class extending 12 years ago
rcube_result_index.php
rcube_result_set.php
rcube_result_thread.php Fix threaded list sorting on PHP < 5.2.9 (#1488748) 12 years ago
rcube_session.php Simplify keep-alive action. Now the interval is based on session_lifetime, 12 years ago
rcube_shared.inc
rcube_smtp.php
rcube_spellchecker.php
rcube_storage.php Add flags and date arguments to kolab_storage::save_message() 12 years ago
rcube_string_replacer.php Match http://localhost/xxx as link 12 years ago
rcube_user.php Skip redundant SELECT on new user creation 12 years ago
rcube_utils.php
rcube_vcard.php