Roundcube Webmail 1.6

Any comments, issues or suggestions regarding our website should be posted here.
Post Reply
huntor
PrimeTech Administrator
PrimeTech Administrator
Posts: 1293
Joined: Mon Sep 27, 2010 12:00 am

Roundcube Webmail 1.6

Post by huntor »

Upgrade Roundcube Webmail to version 1.6

PHP 8.1 support
Dropped support for PHP < 7.3
Support responses (snippets) in HTML format
Option to purge deleted mails older than 30, 60 or 90 days
Unified and simplified services connection config options
Removed the Classic and Larry skins from the release packages
SQLite: Use foreign keys, require SQLite >= 3.6.19
See the full changelog in the release notes on the Github download page.

Breaking Changes to 1.5 and prior versions
The following config options have either been removed or renamed:

IMAP:
renamed default_host to imap_host
removed default_port option (non-standard port can be set via imap_host)
set “localhost:143” as a default for imap_host
SMTP:
renamed smtp_server to smtp_host
removed smtp_port option (non-standard port can be set via smtp_host)
set “localhost:587” as a default for smtp_host
LDAP:
removed port option from ldap_public array (non-standard port can be set via host)
removed use_tls option from ldap_public array (use tls:// prefix in host)
Managesieve:
removed managesieve_port option (non-standard port can be set via managesieve_host)
removed managesieve_usetls option (set tls:// prefix to managesieve_host)
The skins Larry and Classic are no longer part of the release packages. If you used them in your deployment, you need to install them manually. That can easily be done via Composer:
Image
Post Reply