From 681837b48df0960125ddd84cb1c0b7d60b46eb32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Sun, 8 Sep 2024 23:25:11 +0200 Subject: [PATCH] uncomment {imap,smtp}.auth.type in sample --- config.sample.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sample.toml b/config.sample.toml index 4dd00f43..7ae49553 100644 --- a/config.sample.toml +++ b/config.sample.toml @@ -329,7 +329,7 @@ imap.login = "example@localhost" # IMAP server password authentication configuration. # -#imap.auth.type = "password" +imap.auth.type = "password" # # Password can be inlined (not recommended). # @@ -495,7 +495,7 @@ smtp.login = "example@localhost" # SMTP server password authentication configuration. # -#smtp.auth.type = "password" +smtp.auth.type = "password" # # Password can be inlined (not recommended). #