himalaya: fix tests
This commit is contained in:
parent
e9068facd7
commit
15f7f9bc4e
2 changed files with 45 additions and 42 deletions
|
|
@ -1,32 +1,33 @@
|
|||
[accounts."hm@example.com"]
|
||||
backend = "imap"
|
||||
default = true
|
||||
display-name = "H. M. Test"
|
||||
email = "hm@example.com"
|
||||
[accounts."hm@example.com".backend]
|
||||
host = "imap.example.com"
|
||||
login = "home.manager"
|
||||
port = 993
|
||||
type = "imap"
|
||||
[accounts."hm@example.com".backend.auth]
|
||||
cmd = "password-command"
|
||||
type = "password"
|
||||
|
||||
[accounts."hm@example.com".folder.alias]
|
||||
[accounts."hm@example.com".backend.encryption]
|
||||
type = "tls"
|
||||
|
||||
[accounts."hm@example.com".folder.aliases]
|
||||
drafts = "Drafts"
|
||||
inbox = "Inbox"
|
||||
sent = "Sent"
|
||||
trash = "Trash"
|
||||
|
||||
[accounts."hm@example.com".imap]
|
||||
encryption = "tls"
|
||||
host = "imap.example.com"
|
||||
login = "home.manager"
|
||||
port = 993
|
||||
|
||||
[accounts."hm@example.com".imap.passwd]
|
||||
cmd = "password-command"
|
||||
|
||||
[accounts."hm@example.com".message.send]
|
||||
backend = "smtp"
|
||||
|
||||
[accounts."hm@example.com".smtp]
|
||||
encryption = "tls"
|
||||
[accounts."hm@example.com".message.send.backend]
|
||||
host = "smtp.example.com"
|
||||
login = "home.manager"
|
||||
port = 465
|
||||
|
||||
[accounts."hm@example.com".smtp.passwd]
|
||||
type = "smtp"
|
||||
[accounts."hm@example.com".message.send.backend.auth]
|
||||
cmd = "password-command"
|
||||
type = "password"
|
||||
|
||||
[accounts."hm@example.com".message.send.backend.encryption]
|
||||
type = "tls"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue