You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mailu/webmails/roundcube
Mildred Ki'Lya b7ece9f9b8 roundcube: fix host parametrization
Roundcube can be parametrized so it can take a different hostname than
'front' or 'imap' to connect to the mail servers through environment
variables. Unfortunately, this was not correct and in PHP a `||`
operator always returns a boolean. It did not work as expected.

Instead use the ternary operator `:?` that works in all cases.
6 years ago
..
Dockerfile [Security] Update Roundcube to 1.3.6 6 years ago
config.inc.php roundcube: fix host parametrization 6 years ago
php.ini This sets the max attachment size in roundcube 7 years ago
start.sh Enable enigma for testing in Roundcube, fixes #391 6 years ago