Initial commit
This commit is contained in:
23
examples/thunderbird-config.json_BACKUP_20260423113319
Normal file
23
examples/thunderbird-config.json_BACKUP_20260423113319
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user