1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-10 02:36:54 +00:00
home-manager/tests/modules/programs/himalaya/basic-expected.toml

34 lines
754 B
TOML
Raw Normal View History

[accounts."hm@example.com"]
default = true
display-name = "H. M. Test"
email = "hm@example.com"
2025-01-24 06:17:50 +01:00
[accounts."hm@example.com".backend]
host = "imap.example.com"
login = "home.manager"
port = 993
2025-01-24 06:17:50 +01:00
type = "imap"
[accounts."hm@example.com".backend.auth]
cmd = "password-command"
2025-01-24 06:17:50 +01:00
type = "password"
2025-01-24 06:17:50 +01:00
[accounts."hm@example.com".backend.encryption]
type = "tls"
2025-01-24 06:17:50 +01:00
[accounts."hm@example.com".folder.aliases]
drafts = "Drafts"
inbox = "Inbox"
sent = "Sent"
trash = "Trash"
[accounts."hm@example.com".message.send.backend]
host = "smtp.example.com"
login = "home.manager"
port = 465
2025-01-24 06:17:50 +01:00
type = "smtp"
[accounts."hm@example.com".message.send.backend.auth]
cmd = "password-command"
2025-01-24 06:17:50 +01:00
type = "password"
[accounts."hm@example.com".message.send.backend.encryption]
type = "tls"