himalaya/config.sample.toml

19 lines
476 B
TOML
Raw Normal View History

2023-02-18 20:12:47 +00:00
[example]
default = true
2023-02-18 20:12:47 +00:00
2023-11-25 11:37:00 +00:00
# The display-name and email are used to build the full email address:
# "My example account" <example@localhost>
display-name = "My example account"
email = "example@localhost"
2023-02-18 20:12:47 +00:00
2023-11-25 11:37:00 +00:00
# The default backend used for all the features like adding folders,
# listing envelopes or copying messages.
backend = "imap"
2023-02-18 20:12:47 +00:00
2023-11-25 11:37:00 +00:00
imap.host = "imap.gmail.com"
imap.port = 993
imap.login = "example@localhost"
imap.auth = "passwd"
# imap.Some.passwd.cmd = "pass show gmail"
2023-02-18 20:12:47 +00:00