Recent posts
#1
General Discussion / Re: Spam header flag remains y...
Last post by norricorp - Today at 04:06:02 AMBut could it? Should it?
#2
Release Discussion / Re: session timeout not workin...
Last post by jitendra1980 - Today at 03:19:17 AM`$config['session_debug'] = false;` this setting is already available defaults.inc.php
which log you required can you confirm the log location
which log you required can you confirm the log location
#3
Release Discussion / Re: session timeout not workin...
Last post by JohnDoh - February 20, 2026, 03:56:07 PMcan you enable `$config['session_debug'] = false;` and provide the relevant, anonymised logs?
#4
Pending Issues / Re: Roundcube Mobile: uncaught...
Last post by JohnDoh - February 20, 2026, 03:43:54 PMwhat skin are you running?
#5
Pending Issues / Roundcube Mobile: uncaught err...
Last post by dilbert77 - February 20, 2026, 06:33:53 AMWhen running Roundcube in Firefox on a mobile Android device and navigating to any folders, this error is thrown:
PHP Fatal error: Uncaught Error: Call to undefined method rcmail_output_json::asset_url() in /usr/share/roundcube/program/actions/mail/index.php:733
Stack trace:
#0 /usr/share/roundcube/program/actions/mail/index.php(644): rcmail_action_mail_index::options_menu_link()
#1 /usr/share/roundcube/program/actions/mail/index.php(478): rcmail_action_mail_index::message_list_head()
#2 /usr/share/roundcube/program/actions/mail/list.php(125): rcmail_action_mail_index::js_message_list()
#3 /usr/share/roundcube/program/include/rcmail.php(282): rcmail_action_mail_list->run()
#4 /usr/share/roundcube/index.php(278): rcmail->action_handler()
#5 {main}
thrown in /usr/share/roundcube/program/actions/mail/index.php on line 733
Roundcube version: 1.6.12
I already searched in Roundcube forums, but found nothing comparable.
Any thoughts are much appreciated.
PHP Fatal error: Uncaught Error: Call to undefined method rcmail_output_json::asset_url() in /usr/share/roundcube/program/actions/mail/index.php:733
Stack trace:
#0 /usr/share/roundcube/program/actions/mail/index.php(644): rcmail_action_mail_index::options_menu_link()
#1 /usr/share/roundcube/program/actions/mail/index.php(478): rcmail_action_mail_index::message_list_head()
#2 /usr/share/roundcube/program/actions/mail/list.php(125): rcmail_action_mail_index::js_message_list()
#3 /usr/share/roundcube/program/include/rcmail.php(282): rcmail_action_mail_list->run()
#4 /usr/share/roundcube/index.php(278): rcmail->action_handler()
#5 {main}
thrown in /usr/share/roundcube/program/actions/mail/index.php on line 733
Roundcube version: 1.6.12
I already searched in Roundcube forums, but found nothing comparable.
Any thoughts are much appreciated.
#6
Release Discussion / Re: session timeout not workin...
Last post by jitendra1980 - February 20, 2026, 12:23:51 AMCurrent version is 1.60.10
#7
Release Discussion / Re: session timeout not workin...
Last post by jitendra1980 - February 20, 2026, 12:22:51 AMDear Team,
We have observed that the Roundcube webmail session is not disconnecting automatically. As per the configuration, the session should expire after 10 minutes of inactivity. However, even if the user does not log out manually, the session remains active for 24–48 hours.
Kindly check and provide the solution.
We have observed that the Roundcube webmail session is not disconnecting automatically. As per the configuration, the session should expire after 10 minutes of inactivity. However, even if the user does not log out manually, the session remains active for 24–48 hours.
Kindly check and provide the solution.
#8
General Discussion / Re: Spam header flag remains y...
Last post by SKaero - February 19, 2026, 11:29:24 AMRoundcube doesn't change the mail headers when the email is moved to the inbox.
#9
General Discussion / Spam header flag remains yes e...
Last post by norricorp - February 19, 2026, 11:17:55 AMMy email provider uses roundcube for webmail. They also have very poor filtering for junk so I do find wanted emails in my junk folder.
I set these to "not junk" and they are moved to the inbox. So far, so good.
My email client is emclient and when I download email, the no longer junk emails are put in the junk folder. Looking at the headers, the x-spam attribute is set to yes.
When the email is moved from junk to Inbox via webmail, shouldn't the header be set to no or removed?
I set these to "not junk" and they are moved to the inbox. So far, so good.
My email client is emclient and when I download email, the no longer junk emails are put in the junk folder. Looking at the headers, the x-spam attribute is set to yes.
When the email is moved from junk to Inbox via webmail, shouldn't the header be set to no or removed?
#10
Release Discussion / Re: Roundcube+Dovecot 2.4+ CRA...
Last post by swfan - February 17, 2026, 01:37:31 AMQuote from: SKaero on February 17, 2026, 01:08:26 AMSo that confirms that the issue is the "UPDATE 1" that the mail server is sending Roundcube. Looking at the script your running I think the "UPDATE 1" is the output of the psql command, try adding --quiet to that command to suppress the output if that doesn't work try piping the output to /dev/nullThank you very much, it worked. Logon script change to:
Code Select
psql postgresql://$DBUSER:$DBPASS@$HOST/$DB --command="$QUERY" >/dev/null