Initial commit

This commit is contained in:
2026-04-24 17:41:53 +08:00
commit 7105e8b165
94 changed files with 8141 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"WindowsUser": "user",
"ProfileName": "default",
"Identity": {
"FullName": "Timmy",
"Email": "timmy.lo@automodules.tw"
},
"Incoming": {
"Type": "imap",
"Hostname": "mail.automodules.tw",
"Port": 993,
"SocketType": "SSL",
"Username": "timmy.lo",
"AuthMethod": "normal"
},
"Outgoing": {
"Hostname": "mail.automodules.tw",
"Port": 465,
"SocketType": "SSL",
"Username": "timmy.lo",
"AuthMethod": "normal"
}
}