46 lines
1.0 KiB
TOML
46 lines
1.0 KiB
TOML
[accounts.default]
|
|
email = "mayanfei@ccoop.cc"
|
|
display-name = "掌渠"
|
|
default = true
|
|
[accounts.default.backend]
|
|
type = "imap"
|
|
host = "imap.feishu.cn"
|
|
port = 993
|
|
encryption.type = "tls"
|
|
login = "mayanfei@ccoop.cc"
|
|
[accounts.default.backend.auth]
|
|
type = "password"
|
|
raw = "hv5zwruPXaQJdCup"
|
|
[accounts.default.message.send.backend]
|
|
type = "smtp"
|
|
host = "smtp.feishu.cn"
|
|
port = 465
|
|
encryption.type = "tls"
|
|
login = "mayanfei@ccoop.cc"
|
|
[accounts.default.message.send.backend.auth]
|
|
type = "password"
|
|
raw = "hv5zwruPXaQJdCup"
|
|
|
|
[accounts.apes]
|
|
email = "figmar@apescale.com"
|
|
display-name = "元旷"
|
|
default = false
|
|
[accounts.apes.backend]
|
|
type = "imap"
|
|
host = "imap.feishu.cn"
|
|
port = 993
|
|
encryption.type = "tls"
|
|
login = "figmar@apescale.com"
|
|
[accounts.apes.backend.auth]
|
|
type = "password"
|
|
raw = "oJNzFK7fYAfgfjYE"
|
|
[accounts.apes.message.send.backend]
|
|
type = "smtp"
|
|
host = "smtp.feishu.cn"
|
|
port = 465
|
|
encryption.type = "tls"
|
|
login = "figmar@apescale.com"
|
|
[accounts.apes.message.send.backend.auth]
|
|
type = "password"
|
|
raw = "oJNzFK7fYAfgfjYE"
|