Files
win-remote-toolkit/examples/thunderbird-config.json_BACKUP_20260423113319
2026-04-24 17:44:02 +08:00

24 lines
476 B
Plaintext

{
"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"
}
}