mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 10:49:44 +01:00
9fb1bb9794
Some properties were renamed. Big changes however include `backend` and `sender` enum options.
25 lines
546 B
TOML
25 lines
546 B
TOML
display-name = ""
|
|
downloads-dir = "/data/download"
|
|
|
|
["hm@example.com"]
|
|
backend = "imap"
|
|
default = true
|
|
display-name = "H. M. Test"
|
|
email = "hm@example.com"
|
|
email-listing-page-size = 50
|
|
imap-host = "imap.example.com"
|
|
imap-login = "home.manager"
|
|
imap-passwd-cmd = "'password-command'"
|
|
imap-port = 995
|
|
imap-starttls = false
|
|
sender = "smtp"
|
|
smtp-host = "smtp.example.com"
|
|
smtp-login = "home.manager"
|
|
smtp-passwd-cmd = "'password-command'"
|
|
smtp-port = 465
|
|
smtp-starttls = false
|
|
|
|
["hm@example.com".mailboxes]
|
|
draft = "Drafts"
|
|
inbox = "In"
|
|
sent = "Out"
|