Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-24Fix database initialization if db_prefix is a schema prefix (#8221)Aleksander Machniak
2021-10-23Fix PHP8 warningAleksander Machniak
2021-10-23Fix bug where new messages were not added to the list on refresh if skip_dele...Aleksander Machniak
2021-10-21Fix one more warningAleksander Machniak
2021-10-21Fix some PHP8 warnings (#8239)Aleksander Machniak
2021-10-19Fix importing contacts with no email address (#8227)Aleksander Machniak
2021-10-17Fix security issues regarding server name and trusted_host_patterns settingAleksander Machniak
2021-10-15Improve auto-wrapping of plain text messages on preview and reply (#6974)Aleksander Machniak
2021-10-09Fix PHP8 warningsAleksander Machniak
2021-10-09Purge also subfolders of Trash (and/or messages in them) on logout (#1037)Aleksander Machniak
2021-10-05Simplify code according to the minimum PHP version supportedAleksander Machniak
2021-10-04Bring back spell.roundcube.net as integrated spelling service but disable by ...Thomas Bruederli
2021-10-04Add support for encryption with AEAD ciphers, e.g. aes-256-gcm (#7097)Aleksander Machniak
2021-10-03SQLite: Use foreign keys, require SQLite >= 3.6.19 (#8159)Aleksander Machniak
2021-10-02Don't use is_resource() where not neededAleksander Machniak
2021-09-29SMTP: If requested use TLS also without authentication (#4590) (#8111)Chris Osgood
2021-09-22Fix PHP8 warningAleksander Machniak
2021-09-21Use ?? operator where applicableAleksander Machniak
2021-09-11Fix PHP8 warnings (#8175)Aleksander Machniak
2021-08-30Add tests for spellchecker enchant driverAleksander Machniak
2021-08-29Fix PHP8.1 warningsAleksander Machniak
2021-08-29Fix strpos(): empty needle warning (#8184)Aleksander Machniak
2021-08-29Disable the default spellchecker option using spell.roundcube.net (#8182)Thomas Bruederli
2021-08-29Add option to purge deleted mails older than 30, 60 or 90 days (#5493)Aleksander Machniak
2021-08-28Support responses (snippets) in HTML format (#5315)Aleksander Machniak
2021-08-28Fix PHP 8.1 warningsAleksander Machniak
2021-08-27Fix various PHP 8.1 warningsAleksander Machniak
2021-08-26Fix PHP8 warningAleksander Machniak
2021-08-25Fix a couple of PHP8 warnings (#8175)Aleksander Machniak
2021-08-22Fix handling of spellcheck connection errors (#8172)Aleksander Machniak
2021-08-15Fix so addr-spec with missing closing angle bracket can be parsed (#8164)Aleksander Machniak
2021-08-04Update changelog, code cleanupAleksander Machniak
2021-08-04Add option to control links handling behavior on html to text conversion (#6485)Nico Antkowiak
2021-08-01Remove redundant PHP version checks, bump min. version in the installerAleksander Machniak
2021-08-01Remove redudant php version checks (#8154)johndoh
2021-08-01Fix locked SQLite database for the CLI tools (#8035)Aleksander Machniak
2021-08-01Fix fatal error/warning on invalid input to user parameter (#8152)Aleksander Machniak
2021-07-31PHP 8.1 warning fixAleksander Machniak
2021-07-31Fix PHP 8.1 deprecation warningsAleksander Machniak
2021-07-31Fix PHP 8.1 deprecation warningsAleksander Machniak
2021-07-29Set PDO::ATTR_EMULATE_PREPARES=false for MySQLAleksander Machniak
2021-07-29PHP 8.1: Enable PDO::ATTR_STRINGIFY_FETCHESAleksander Machniak
2021-07-25Dropped support for PHP < 7.3 (#7976)Aleksander Machniak
2021-07-25Master is 1.6-git nowAleksander Machniak
2021-07-16Fix PHP8 warningsAleksander Machniak
2021-07-16Fix converting >1MB of HTML content into plain text (#8137)Aleksander Machniak
2021-07-11Support displaying RTF content (including encapsulated HTML) from a TNEF atta...Aleksander Machniak
2021-07-03Fix PHP8 warningsAleksander Machniak
2021-07-01Fix displaying HTML body with inline images encapsulated using TNEF format (w...Aleksander Machniak
2021-06-24Add an option to disable TNEF decodingAleksander Machniak