Skip to content

Commit 6e96634

Browse files
committed
docs(sample): add entry about backend.extensions
Refs: #548
1 parent ce1f8df commit 6e96634

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config.sample.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,14 @@ backend.auth.cmd = "pass show example-imap"
475475
#
476476
#backend.auth.redirect-port = 9999
477477

478+
# IMAP extensions
479+
#
480+
# Automatically sends the ID command straight after
481+
# authentication. Some providers enforce this rule (like
482+
# imap.126.com), but it is not standard at all.
483+
#
484+
#backend.extensions.id.send_after_auth = true
485+
478486

479487

480488
# Defines the Maildir backend as the default one for all features.

0 commit comments

Comments
 (0)