Roundcube Community Forum

 

Recent posts

#1
Theme Releases / Re: Elastic2022
Last post by PapaCan - Today at 05:14:45 PM
Quote from: Seb1k on October 26, 2025, 02:15:48 PMHi !

Just corrected a few thing and added a Popup composer in the lastest version !



Hi, Seb1k,
I have some feedback on the UI. Could you add a delete icon to the email list interface when selecting more than one email or checking "select all"? Also, the "Compose" button should ideally have dynamic width depending on the text size, or at least truncate with three dots (...) if there are limitations (though I know it's doable because I fixed it manually). The interface really lacks these options. Thanks for the theme! Really one of best I gues for this web client

#2
Pending Issues / Re: Resource loading problem (...
Last post by Alban - Today at 04:04:34 PM
Thank you so much for your reply, it put me on the right track.

Indeed, I hadn't realized it worked with HTTP.

I added:

<Files "static.php">
SetEnv no-gzip 1

<IfModule mod_headers.c>
Header unset Content-Encoding
</IfModule>
</Files>

to the .htaccess file
#3
Pending Issues / Re: Resource loading problem (...
Last post by SKaero - Today at 03:18:31 PM
There is some sort of issue with your web server, you may want to check the logs there to see if they have anymore details. There look to be a bunch of different possible causes https://stackoverflow.com/questions/58215104/whats-the-neterr-http2-protocol-error-about I see the accepted answer references a issue with OVH which it looks like your using so you may want to check that.
#4
Release Discussion / latest UI change for incoming ...
Last post by ukeleleihuu - Today at 02:53:26 PM
Hi all,

I'm not sure when or what changed exactly, but recently the UI looks different for new unread mail. It's hard to spot if there is any new mail at a glance. I use dark mode all the time. I believe there was a yellow dot by unread mail or am I misremembering things. Can I bring it back?
#5
Pending Issues / Resource loading problem (v1.7...
Last post by Alban - Today at 09:52:57 AM
Hello everyone,

I tried to update from version 1.6.15 to 1.7.0, but I encountered numerous errors, so I reinstalled everything (including the database).

I designated the public_html folder as the root directory.

I can access the login page, but no other resources load (images, CSS, JS).

However, when I use the absolute URL, the resources are accessible. :-/

https://webmail.bodet.org
#6
Requests / Setting default Cc address
Last post by orwel01 - Today at 07:09:22 AM
I'd like to be able to set a specific Cc address in the Compose window settings (under Settings/Identities), so that every email I compose automatically includes that specific address in the Cc field.
Currently, there's only an option to add an address to the Bcc field, but I imagine it wouldn't be too difficult to add the option to set a default Cc address as well. Thank you,
#7
General Discussion / Filtering Options
Last post by justsloth - May 12, 2026, 03:51:30 AM
Hi

I would like to check if anyone has any suggestions on how to set up this filter

Requirements: when an email is received, the mailbox will send an auto-reply to the other party. And after that autoreply was sent, it will not be sent to the user again if its regarding the same issue.

So far i tried the condition [From|does not contain|Re:]

is there any suggestions for any combinations with this effect?



#8
General Discussion / Re: Kurdish language update
Last post by CYAXXX - May 11, 2026, 02:46:29 AM
@alec
I already joined and translating time to time. Is there any specific protocol that I need to follow in order to gain the coordinator permissions?
#9
General Discussion / Re: Kurdish language update
Last post by alec - May 11, 2026, 01:09:07 AM
Create an account at Transifex and request to join the Kurdish language team in the Roundcube project.
#10
News & Announcements / Roundcube 1.7.0 released
Last post by SKaero - May 10, 2026, 01:01:36 PM
This is the stable release of the next major version 1.7 of Roundcube Webmail.

After almost four years of development we introduce a few breaking changes, some new features, and bring support for recent PHP versions. With automated code style and quality checks, removed code bloat and updated dependencies, we hope for even more codebase quality.

Some noteworthy changes are:
  • Mandatory public_html/ entry-point for HTTP servers, protecting all installations better.
  • Improved OAuth2/OIDC support (e.g. support for OIDC discovery, OIDC logout).
  • Markdown mail rendering and composing.
  • A quick actions mouse-over menu on the messages list.
  • Advanced mail search syntax.

Breaking Changes:
  • Dropped support for PHP < 8.1.
  • Dropped support for Internet Explorer.
  • Dropped support for MS SQL Server and Oracle.
  • public_html/ entry-point made mandatory, all static resources are served via public_html/static.php.
  • Removed apc cache driver (replaced by apcu cache driver).
  • Changed smtp_log option default value to false.
  • Removed contact_search_name option in favor of contactlist_name_template.
  • Replaced session property changed by expires_at.
  • Removed the (insecure) virtualmin password driver.

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.7.0, the previous stable release branch 1.6.x changes into an LTS (low maintenance) mode which means it will only receive important security updates. The 1.5.x series is no longer supported and maintained.

See the full changelog in the release notes on the Github download page, but don't forget about previous release canditate and beta releases.

Source: https://roundcube.net/news/2026/05/10/roundcube-1.7.0-released
Get it Now: https://roundcube.net/download