Skip to content

Commit

Permalink
uncomment {imap,smtp}.auth.type in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Sep 8, 2024
1 parent ee91a41 commit 681837b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
#
Expand Down Expand Up @@ -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).
#
Expand Down

0 comments on commit 681837b

Please sign in to comment.