mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-22 11:00:19 +00:00
uncomment {imap,smtp}.auth.type in sample
This commit is contained in:
parent
ee91a41fbb
commit
681837b48d
1 changed files with 2 additions and 2 deletions
|
@ -329,7 +329,7 @@ imap.login = "example@localhost"
|
||||||
|
|
||||||
# IMAP server password authentication configuration.
|
# IMAP server password authentication configuration.
|
||||||
#
|
#
|
||||||
#imap.auth.type = "password"
|
imap.auth.type = "password"
|
||||||
#
|
#
|
||||||
# Password can be inlined (not recommended).
|
# Password can be inlined (not recommended).
|
||||||
#
|
#
|
||||||
|
@ -495,7 +495,7 @@ smtp.login = "example@localhost"
|
||||||
|
|
||||||
# SMTP server password authentication configuration.
|
# SMTP server password authentication configuration.
|
||||||
#
|
#
|
||||||
#smtp.auth.type = "password"
|
smtp.auth.type = "password"
|
||||||
#
|
#
|
||||||
# Password can be inlined (not recommended).
|
# Password can be inlined (not recommended).
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue