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": "Admin",
"ProfileName": "default",
"Identity": {
"FullName": "Your Name",
"Email": "you@example.com"
},
"Incoming": {
"Type": "imap",
"Hostname": "imap.gmail.com",
"Port": 993,
"SocketType": "SSL",
"Username": "you@example.com",
"AuthMethod": "normal"
},
"Outgoing": {
"Hostname": "smtp.gmail.com",
"Port": 465,
"SocketType": "SSL",
"Username": "you@example.com",
"AuthMethod": "normal"
}
}