add managesieve plugin

This commit is contained in:
Christoph Haas 2025-11-04 22:00:36 +01:00
parent f873ebe49a
commit 19f1d792c9

View file

@ -137,6 +137,7 @@ plugins change it to:
``` ```
$config['plugins'] = array( $config['plugins'] = array(
'password', 'password',
'managesieve',
); );
``` ```