Align Checker port resolution and add delimiter preconfig support

This commit is contained in:
Laurent Dinclaux
2026-02-10 18:38:42 +11:00
parent 39fe417104
commit 3a8202bd7a
4 changed files with 27 additions and 22 deletions

View File

@@ -40,6 +40,10 @@ $config['ident_switch.preconfig'] = [
// Any other value is treated as 'not specified' (default).
'user' => 'email',
// IMAP folder hierarchy delimiter.
// Omit or set to null for auto-detect (recommended).
// 'delimiter' => '/',
// Are specified settings locked in interface or not.
// Default - false.
'readonly' => true,