From 6e9663444493e4860da18d45b3c703eecbc9454b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Fri, 23 Jan 2026 09:25:49 +0100 Subject: [PATCH] docs(sample): add entry about backend.extensions Refs: #548 --- config.sample.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.sample.toml b/config.sample.toml index b8b57a27..1ec01750 100644 --- a/config.sample.toml +++ b/config.sample.toml @@ -475,6 +475,14 @@ backend.auth.cmd = "pass show example-imap" # #backend.auth.redirect-port = 9999 +# IMAP extensions +# +# Automatically sends the ID command straight after +# authentication. Some providers enforce this rule (like +# imap.126.com), but it is not standard at all. +# +#backend.extensions.id.send_after_auth = true + # Defines the Maildir backend as the default one for all features.