2023-05-04 12:28:08 +02:00
|
|
|
email-listing-page-size = 40
|
2021-06-27 00:29:42 +02:00
|
|
|
|
|
|
|
["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-10-16 10:25:31 +02:00
|
|
|
email-listing-page-size = 50
|
2023-05-04 12:28:08 +02:00
|
|
|
folder-listing-page-size = 50
|
2023-06-21 10:59:29 +02:00
|
|
|
imap-auth = "passwd"
|
2021-06-27 00:29:42 +02:00
|
|
|
imap-host = "imap.example.com"
|
|
|
|
imap-login = "home.manager"
|
2023-05-04 12:28:08 +02:00
|
|
|
imap-port = 143
|
|
|
|
imap-ssl = false
|
2021-06-27 00:29:42 +02:00
|
|
|
imap-starttls = false
|
2022-10-16 10:25:31 +02:00
|
|
|
sender = "smtp"
|
2023-06-21 10:59:29 +02:00
|
|
|
smtp-auth = "passwd"
|
2021-06-27 00:29:42 +02:00
|
|
|
smtp-host = "smtp.example.com"
|
|
|
|
smtp-login = "home.manager"
|
|
|
|
smtp-port = 465
|
2023-05-04 12:28:08 +02:00
|
|
|
smtp-ssl = true
|
|
|
|
smtp-starttls = true
|
2022-05-30 21:04:13 +02:00
|
|
|
|
2023-05-04 12:28:08 +02:00
|
|
|
["hm@example.com".folder-aliases]
|
|
|
|
custom = "Custom"
|
|
|
|
drafts = "D"
|
|
|
|
inbox = "In2"
|
2022-05-30 21:04:13 +02:00
|
|
|
sent = "Out"
|
2023-05-04 12:28:08 +02:00
|
|
|
trash = "Trash"
|
2023-06-21 10:59:29 +02:00
|
|
|
|
|
|
|
["hm@example.com".imap-passwd]
|
|
|
|
cmd = "password-command"
|
|
|
|
|
|
|
|
["hm@example.com".smtp-passwd]
|
|
|
|
cmd = "password-command"
|