23 lines
524 B
TOML
23 lines
524 B
TOML
[accounts.default]
|
|
email = "figmar@apescale.com"
|
|
display-name = "元旷"
|
|
default = true
|
|
[accounts.default.backend]
|
|
type = "imap"
|
|
host = "imap.feishu.cn"
|
|
port = 993
|
|
encryption.type = "tls"
|
|
login = "figmar@apescale.com"
|
|
[accounts.default.backend.auth]
|
|
type = "password"
|
|
raw = "oJNzFK7fYAfgfjYE"
|
|
[accounts.default.message.send.backend]
|
|
type = "smtp"
|
|
host = "smtp.feishu.cn"
|
|
port = 465
|
|
encryption.type = "tls"
|
|
login = "figmar@apescale.com"
|
|
[accounts.default.message.send.backend.auth]
|
|
type = "password"
|
|
raw = "oJNzFK7fYAfgfjYE"
|