News and Announcements > News & Announcements

Roundcube 1.6.0 released

(1/4) > >>

SKaero:
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 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:

--- Code: ---$ composer require roundcube/larry

--- End code ---

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.5.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.

Source: https://roundcube.net/news/2022/07/28/roundcube-1.6.0-released
Get it Now: https://roundcube.net/download

ElasticUser:
In cPanel Apps, Roundcube 1.5.3 is the Newest Version.  :--)

Version : 1.5.3

Release Date : 06-27-2022

Also, I Haven't been Up to Date with Roundcube for a couple years or so.  Does Roundcube Have a Long Needed Admin Panel yet?!  :--)

SKaero:

--- Quote from: ElasticUser on September 22, 2022, 03:45:08 AM ---In cPanel Apps, Roundcube 1.5.3 is the Newest Version.  :--)

Version : 1.5.3

Release Date : 06-27-2022

--- End quote ---
That isn't managed by Roundcube so cPanel (I'm guessing) would need to upgrade their version.


--- Quote from: ElasticUser on September 22, 2022, 03:45:08 AM ---Also, I Haven't been Up to Date with Roundcube for a couple years or so.  Does Roundcube Have a Long Needed Admin Panel yet?!  :--)

--- End quote ---
No there isn't a admin panel for Roundcube. I'm not really sure what could go into a admin panel for Roundcube that would make it make sense.

ElasticUser:
Okay, a R C admin panel used to be mentioned for future versions.  It looks like R C Changed the plans for that.   :)

ElasticUser:
Last week, cPanel went from 1.5.3 to 1.6.1.  On this forum site, there's No mention of 1.6.1.  How did cPanel get ahead of the R C forum site?

On my ancient install, and on my 1.6.1 install, I have the SMTP User & Pass as below.  On 1.6.1, it Won't let me log in.  It's saying connection to the storage server failed.  I'm currently Not remembering how to fix that.  😎

$config['smtp_user'] = '%u';

$config['smtp_pass'] = '%p';

Navigation

[0] Message Index

[#] Next page

Go to full version