2024-03-08 13:58:55 +01:00
|
|
|
[accounts."hm@example.com"]
|
2022-10-16 10:25:31 +02:00
|
|
|
backend = "imap"
|
2021-06-27 00:29:42 +02:00
|
|
|
default = true
|
2022-10-16 10:25:31 +02:00
|
|
|
display-name = "H. M. Test"
|
2021-06-27 00:29:42 +02:00
|
|
|
email = "hm@example.com"
|
2022-05-30 21:04:13 +02:00
|
|
|
|
2024-03-08 13:58:55 +01:00
|
|
|
[accounts."hm@example.com".folder.alias]
|
2023-05-04 12:28:08 +02:00
|
|
|
drafts = "Drafts"
|
|
|
|
inbox = "Inbox"
|
|
|
|
sent = "Sent"
|
|
|
|
trash = "Trash"
|
2023-06-21 10:59:29 +02:00
|
|
|
|
2024-03-08 13:58:55 +01:00
|
|
|
[accounts."hm@example.com".imap]
|
2024-02-05 23:03:40 +01:00
|
|
|
encryption = "tls"
|
|
|
|
host = "imap.example.com"
|
|
|
|
login = "home.manager"
|
|
|
|
port = 993
|
|
|
|
|
2024-03-08 13:58:55 +01:00
|
|
|
[accounts."hm@example.com".imap.passwd]
|
2023-06-21 10:59:29 +02:00
|
|
|
cmd = "password-command"
|
|
|
|
|
2024-03-08 13:58:55 +01:00
|
|
|
[accounts."hm@example.com".message.send]
|
2024-02-05 23:03:40 +01:00
|
|
|
backend = "smtp"
|
|
|
|
|
2024-03-08 13:58:55 +01:00
|
|
|
[accounts."hm@example.com".smtp]
|
2024-02-05 23:03:40 +01:00
|
|
|
encryption = "tls"
|
|
|
|
host = "smtp.example.com"
|
|
|
|
login = "home.manager"
|
|
|
|
port = 465
|
|
|
|
|
2024-03-08 13:58:55 +01:00
|
|
|
[accounts."hm@example.com".smtp.passwd]
|
2023-06-21 10:59:29 +02:00
|
|
|
cmd = "password-command"
|