mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-18 05:47:54 +08:00
uncomment {imap,smtp}.auth.type in sample
This commit is contained in:
+2
-2
@@ -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).
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user