Roundcube Community Forum

 

Recent posts

#1
General Discussion / Re: Database migration
Last post by SKaero - Today at 10:19:34 AM
You would have to make sure the user ids match the correct user, you also may run into issues if the table structure has changed between releases.
#2
News & Announcements / Roundcube 1.7 beta released
Last post by SKaero - Today at 10:16:58 AM
The development team is pleased to announce the beta release for the next major version 1.7 of Roundcube webmail.

With this milestone we introduce a few breaking changes, some new features, and bring full support for PHP 8.4.

Some noteworthy changes are:

  • Make public_html/ mandatory as entry-point for HTTP daemons, protecting all installations better.
  • Improve support for OAuth2 (e.g. supporting OpenID Connect discovery URLs).
  • A Mouse-over menu on the messages list with quick action icons.
  • Advanced mail search syntax with more possibilities – you can now use e.g. is:unread to only match unread messages. The test file has a list of implemented keywords.
  • Message parts of content-type text/markdown are now rendered to HTML (if they are designated for showing).
  • Add a 'php' logging driver, which passes all log statements to PHP's error_log handler, allowing to unify all log output.
  • Requires PHP v8.1 or newer.

Breaking Changes

  • Dropped support for PHP < 8.1.
  • Removed support for MS SQL Server and Oracle.
  • Make public_html/ entry-point mandatory, all static resources are served via static.php.
  • Removed apc cache driver (replaced by apcu cache driver).
  • Change smtp_log option default value to false.

For full details please see the release notes.

This is a beta release and we recommend to test it on a separate environment. Migrate existing configs with either the installto.sh or the update.sh scripts.

And don't forget to backup your data before installing it!

Source: https://roundcube.net/news/2025/07/14/roundcube-1.7-beta-released
Get it Now: https://roundcube.net/download
#3
General Discussion / Re: Database migration
Last post by miglincit - Today at 02:48:36 AM
Can I just replace the current content of the identities table?
This would easen the update of the contacts a lot.
But this raises the question how users are identified and related to their identity...

Thomas
#4
General Discussion / Re: Database migration
Last post by SKaero - July 14, 2025, 02:53:58 PM
The easiest would be to update the old database, if you have merge the two databases it will be rather tricky.

To update the database you can either use the installer script that comes with Roundcube or do it manually by running the SQL files for each update that are in the SQL folder.
#5
General Discussion / Database migration
Last post by miglincit - July 14, 2025, 01:43:39 PM
Hello,

I had to setup my server and during that I also updated to newer versions of all services...
E.g. Debian Buster (10) to Bookworm (12) aso.

And it that course I also installed Roundcube 1.6.5. from scratch.
I do have an SQL-Dump of the data of the previous installation and would like to know the easiest way to merge the data from the older version in to the new database. I am especially interested in restoring:
  • identities
  • contacts
  • contact-groups

I did add/create some sub-folders (3) in the meanwhile, but those can be recreated if necessary.

Any help is appreciated
Thanks
Thomas
#6
Pending Issues / Re: On a particular machine, R...
Last post by SKaero - July 13, 2025, 02:00:16 PM
It really sounds like there are different accounts. Do you have access to the Roundcube database? Could you post or PM me the raw emails from both computers?
#7
Pending Issues / Re: On a particular machine, R...
Last post by factor3 - July 13, 2025, 12:12:42 PM
Thank you, SKaero, for your response.

The only problem with clearing the cache is that my browser(s) on the machine didn't have anything in their caches. Remember: this machine just had Windows 11 installed. This was a full installation, not an upgrade. The Firefox and Chrome browsers were just installed on the machine. These were their first visits to the Roundcube URL.

Nevertheless, I did clear their caches. I am still getting the old, deleted messages showing up in the inbox.

As for adding the contact record and seeing if it shows up on other computers (a good idea, BTW): I added a new record, then logged in to another computer and checked the contacts. The contact did not show up on the other computer.

Just for grins and giggles, I added a different contact on the other computer. It did not show up on this one. It did show up on all my other computers.

I also sent an email from this computer. The email did not show up in the sent folders on any other computer. The email did reach its destination, though (my google account).

I sent an email from my google account to my Roundcube email account. It was received on every computer except this one.

However (weirdly enough), when I *replied* to the email sent to my google account from this computer, this computer received it. My other machines did not.

It is almost as if this computer is communicating with another version of my Roundcube account. An account that is separate from the account that all my other machines are communicating with.
#8
Pending Issues / Re: On a particular machine, R...
Last post by SKaero - July 12, 2025, 10:27:40 PM
I would recommend trying to clear the browsers cache and see if that fixes the issue, also check if you add a contact record does it show up on the other computers.
#9
Off-Topic / Re: Can any team challenge McL...
Last post by Kaleb47 - July 12, 2025, 05:23:43 PM
Quote from: Kaleb47 on June 13, 2025, 09:48:48 AMThe only real question is which of their driver will win the WDC.

It will be tight, that's for sure!
#10
Pending Issues / On a particular machine, Round...
Last post by factor3 - July 12, 2025, 02:36:56 PM
The Roundcube web application displays read and uread emails on most of the computers that I run it on. It also works on both Chrome and Firefox.

Unfortunately, on one computer, Roundcube does not display what is in the inbox. In fact, on this system it appears to display some of the older emails in the inbox that I had deleted months ago!

I cannot predict which computer Roundcube will behave this way on. It happened on one computer where I was running Windows 10, but when I changed its OS to Windows 11, Roundcube behaved normally. Unfortunately, I have just purchased a new laptop that is running Windows 11 -- and Roundcube is displaying the older (previously deleted) emails again.

I have several computers running different operating systems (including Windows 10, Windows 11, Ubuntu Linux, and MacOS. On all of these computers, Roundcube displays the contents of the inbox. It is only on one machine that it is displaying the old deleted emails.

Clicking on "refresh" does not change the display. On all machines, I am logging into the same account on the same email server.

I am running the Roundcube server in a Docker container running on a Ubuntu Linux machine. The version is 1.6.11.

Is there something I can do to cause Roundcube to properly display the contents of the inbox? What is causing Roundcube to display my old deleted emails in its inbox on this one machine???