2024-03-08 13:58:55 +01:00
|
|
|
[accounts."hm@example.com"]
|
2021-06-27 00:29:42 +02:00
|
|
|
default = true
|
2022-10-16 15:25:31 +07:00
|
|
|
display-name = "H. M. Test"
|
2021-06-27 00:29:42 +02:00
|
|
|
email = "hm@example.com"
|
2025-01-24 06:17:50 +01:00
|
|
|
[accounts."hm@example.com".backend]
|
2024-02-05 23:03:40 +01:00
|
|
|
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]
|
2023-06-21 10:59:29 +02:00
|
|
|
cmd = "password-command"
|
2025-01-24 06:17:50 +01:00
|
|
|
type = "password"
|
2023-06-21 10:59:29 +02:00
|
|
|
|
2025-01-24 06:17:50 +01:00
|
|
|
[accounts."hm@example.com".backend.encryption]
|
|
|
|
type = "tls"
|
2024-02-05 23:03:40 +01:00
|
|
|
|
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]
|
2024-02-05 23:03:40 +01:00
|
|
|
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]
|
2023-06-21 10:59:29 +02:00
|
|
|
cmd = "password-command"
|
2025-01-24 06:17:50 +01:00
|
|
|
type = "password"
|
|
|
|
|
|
|
|
[accounts."hm@example.com".message.send.backend.encryption]
|
|
|
|
type = "tls"
|