Roundcube Community Forum

 

Recent posts

#1
Deutsch / Hintergrundfarbe Login ändern
Last post by check5 - Today at 09:14:45 AM
Roundcube Webmail 1.6.9

Ist es möglich die Hintergrundfarbe der Login-Seite zu ändern?
#2
General Discussion / Re: Emails forwarding without ...
Last post by SanskrutiProd - May 20, 2025, 07:59:31 AM
Thank you, both.

I know the gmail's password was changed, but will double check, just in case. I'll also contact the mail provider!
#3
General Discussion / Printing too small!
Last post by galvinfreeman - May 19, 2025, 06:01:51 AM
When I print from webmail roundcube the font size is toooooo small and if I delete margin or make the % of view bigger the text is truncated...
#4
Pending Issues / Re: Roundcube 1.6.10 and Boots...
Last post by in3eqa - May 18, 2025, 03:26:13 PM
Very well, thanks so much for explanation. I was looking exactly a confirm like that.
#5
Off-Topic / Re: Can any team challenge McL...
Last post by Kaleb47 - May 17, 2025, 02:41:56 PM
It looks like they will win both Championships this year.
#6
Pending Issues / Re: Roundcube 1.6.10 and Boots...
Last post by JohnDoh - May 16, 2025, 08:10:09 AM
Quote1) is "carousel" component used in the base code in actual 1.6.10 version or in any other plugins ?

It is not, Roundcube (excluding third party plugins/skins) is not affected by this see. Confirmation from devs here: https://github.com/roundcube/roundcubemail/issues/9633

Quote2) has it been planned to use an updated Bootstrap library in a next minor or major release ?

So far nothing like that has been suggested for any upcoming release by the devs.
#7
Pending Issues / Roundcube 1.6.10 and Bootstrap...
Last post by in3eqa - May 16, 2025, 06:18:25 AM
Greetings all ! I just installed this awesome webmail front-end on my personal mail server. Everything goes fine... but... when I did my usual vulnerability assessment, I discovered something I didn't expect.

Last stable version uses a Bootstrap Javacript librabry version 4.5.3 exposed to an XSS vuln, described in CVE 2024-6531. In particular about "carousel" component.
Then my two questions:
1) is "carousel" component used in the base code in actual 1.6.10 version or in any other plugins ?
2) has it been planned to use an updated Bootstrap library in a next minor or major release ?

Thanks anyone will answer.
#8
API Based Plugins / Re: Calendar plugin recommenda...
Last post by alpianon - May 14, 2025, 07:21:07 PM
I forgot one thing: to make Davical (or any other caldav server) work with Kolab's calendar plugin, calendar user and password must be the same as the email account.

A simple way to automatically have that in Davical is enabling IMAP autentication.

I did that by editing /etc/davical/config.php as follows:

<?php
//  $c->domain_name = "";
  
$c->sysabbr     'DAViCal';
  
$c->admin_email 'postmaster@<server_domain_name>';
  
$c->system_name "DAViCal Server";
  
$c->enable_row_linking true;
  
$c->authenticate_hook['call'] = 'IMAP_PAM_check';
  
$c->authenticate_hook['config'] = array(
      
'imap_url'   => '{127.0.0.1:993/imap/ssl/novalidate-cert}'
      
// https://stackoverflow.com/a/72376387/3855992
    
);
  include(
'drivers_imap_pam.php');

  
$c->pg_connect[] = 'dbname=davical port=5432 user=davical_app';
?>

#9
General Discussion / Re: Integrating CardDAV/CalDAV...
Last post by alpianon - May 14, 2025, 07:14:47 PM
I posted a guide about that in another thread, please have a look at it: https://www.roundcubeforum.net/index.php?topic=30563#msg79482
#10
General Discussion / Re: what is current recommende...
Last post by alpianon - May 14, 2025, 07:13:04 PM
I posted a guide about that in another thread, please have a look at it: https://www.roundcubeforum.net/index.php?topic=30563#msg79482