Recent posts
#1
API Based Plugins / Re: show_message isn't showing...
Last post by Innomax - Today at 06:39:07 AMIf show_message() is not working, ensure the function is being executed correctly and debug/error reporting is enabled. Also check for redirects or output buffering that may prevent the message from displaying.
#2
Pending Issues / Re: Cannot send emails from Pe...
Last post by scldad - May 21, 2026, 11:58:02 PMThere is definitely something odd about this hotel.
I opened the server firewall for this IP then tried using K9Email.
I could receive but not send.
Then I fired up a VPN connection to my server and K9 could send (but not roundcube).
I'm home next week so will live with that for now.
Thanks for your help.
I opened the server firewall for this IP then tried using K9Email.
I could receive but not send.
Then I fired up a VPN connection to my server and K9 could send (but not roundcube).
I'm home next week so will live with that for now.
Thanks for your help.
#3
Pending Issues / Re: MySQL-Problem
Last post by rroeske - May 21, 2026, 04:52:25 PMThanks again for the great program.
#4
Pending Issues / Re: MySQL-Problem
Last post by rroeske - May 21, 2026, 04:51:05 PMHi SKaereo, thanks for your reply. Yes, the tables were corrupted. I couldn't find a way to repair them—it didn't lead anywhere for me. I created a new database using the installer script instead. I did lose a bit of data, but nothing major.
#5
Pending Issues / Re: Cannot send emails from Pe...
Last post by SKaero - May 21, 2026, 02:21:04 PMIt should since Roundcube is sending the email from the server its hosted on so the IP shouldn't be changing.
#6
API Based Plugins / Re: Enigma. How to change PGP ...
Last post by Innomax - May 21, 2026, 08:21:53 AMTo change a PGP key password in Enigmail/Enigma, open your key management section, select the PGP key, then look for an option like "Change Passphrase" or "Edit Key." You will usually need to enter the current password before setting a new one.
#7
Pending Issues / Re: Cannot send emails from Pe...
Last post by scldad - May 21, 2026, 06:50:23 AMIt seems that my mailserver cannot reverse DNS lookup my hotel and that the hotel does not have a valid SPF record.
Could either of these affect roundcube?
Could either of these affect roundcube?
#8
Pending Issues / Re: Lines not wrapped when rep...
Last post by windkracht8 - May 20, 2026, 02:35:23 PMSource of my issue is this commit: https://github.com/roundcube/roundcubemail/commit/374a4a5e25048f99cbded5be3fb7edec0605885f
It changes Mail_mime 'html_encoding' parameter from a fixed 'quoted-printable', to 8bit for most cases. Mail_mime does not wrap lines for 8bit, only when html_encoding is quoted-printable or base64.
I will add my finding to the original issue on Github as well.
It changes Mail_mime 'html_encoding' parameter from a fixed 'quoted-printable', to 8bit for most cases. Mail_mime does not wrap lines for 8bit, only when html_encoding is quoted-printable or base64.
I will add my finding to the original issue on Github as well.
#9
Pending Issues / Re: MySQL-Problem
Last post by SKaero - May 20, 2026, 02:29:14 PMIt sounds like the database is corrupted, see if this fixes the issue: https://dba.stackexchange.com/questions/56849/innodb-tablespace-is-missing-for-table
#10
Pending Issues / Re: Cannot send emails from Pe...
Last post by SKaero - May 20, 2026, 02:25:18 PMThat would point to the mail server doing something odd, maybe enable smtp_debug and post that log?