Roundcube 1.6.0 released
We proudly announce the release of the next major version 1.6 of Roundcube webmail. With this milestone we cleaned up the codebase and bring full support for PHP 8.1. The most noteworthy changes, as already announced with the beta release, are:
- 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
toimap_host
- removed
default_port
option (non-standard port can be set viaimap_host
) - set “localhost:143” as a default for
imap_host
- renamed
- SMTP:
- renamed
smtp_server
tosmtp_host
- removed
smtp_port
option (non-standard port can be set viasmtp_host
) - set “localhost:587” as a default for
smtp_host
- renamed
- LDAP:
- removed
port
option fromldap_public
array (non-standard port can be set viahost
) - removed
use_tls
option fromldap_public
array (use tls:// prefix inhost
)
- removed
- Managesieve:
- removed
managesieve_port
option (non-standard port can be set viamanagesieve_host
) - removed
managesieve_usetls
option (set tls:// prefix tomanagesieve_host
)
- removed
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:
$ composer require roundcube/larry
This release is considered stable and we encourage you to update your productive installations after carefully testing the upgrade scenario. Download it from roundcube.net.
With the release of Roundcube 1.6.0, the previous stable release branches 1.5.x and 1.4.x will change into LTS low maintenance mode which means they will only receive important security updates. The 1.3.x series is no longer supported and maintained.
Return to News overview