Thunderbird eval fix (#233)

* ver Jul2nd

updated task requiring set up new email account

* ver Jul3rd

fixed several tasks
This commit is contained in:
Danyang Zhang
2025-07-03 21:55:55 +08:00
committed by GitHub
parent ac24ccce99
commit adc9ad88c2
4 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "415ef462-bed3-493a-ac36-ca8c6d23bf1b",
"snapshot": "thunderbird",
"instruction": "There's an e-mail containing the AWS invoice for December saved in local \"Bills\" folder. Extract the invoice PDF to the my receipts folder. Follow the file name pattern of the old files and update a record in my tally book.",
"instruction": "There's an e-mail containing the AWS invoice for December saved in local \"Bills\" folder. Extract the invoice PDF to the my receipts folder. Follow the file name pattern of the old files and append a record at the end of my tally book.",
"source": "authors",
"config": [
{
@@ -202,4 +202,4 @@
]
},
"proxy": false
}
}

View File

@@ -1,7 +1,7 @@
{
"id": "15c3b339-88f7-4a86-ab16-e71c58dcb01e",
"snapshot": "thunderbird",
"instruction": "Help me access my outlook account with address \"anonym-x2024@outlook.com\" and password 'Wlv(z._6y|a,rrjfQuQhIi\\$;' (without ')",
"instruction": "Help me access my outlook account with address \"anonym-x2024@outlook.com\" and password 'password' (without ') in Thunderbird. It doesn't mather if Thunderbird remind of login or connection failure. Just finish the account setup and I will check the things like password mannually later.",
"source": "https://www.wikihow.com/Access-Gmail-With-Mozilla-Thunderbird",
"config": [
{
@@ -85,16 +85,16 @@
{
"url": "imap://outlook.office365.com",
"user": "anonym-x2024@outlook.com",
"password": "Wlv(z._6y|a,rrjfQuQhIi\\$;"
"password": "password"
},
{
"url": "smtp://smtp.office365.com",
"user": "anonym-x2024@outlook.com",
"password": "Wlv(z._6y|a,rrjfQuQhIi\\$;"
"password": "password"
}
]
}
}
},
"proxy": false
}
}

View File

@@ -1,7 +1,7 @@
{
"id": "3f28fe4f-5d9d-4994-a456-efd78cfae1a3",
"snapshot": "thunderbird",
"instruction": "Set up a signature using my name and affiliation. My name is Anonym and my affiliation is XYZ Lab.",
"instruction": "Set up a plain text signature for my email account in Thunderbird. The first line is my name \"Anonym\" and the second line is my affiliation \"XYZ Lab\".",
"source": "https://www.adsigner.com/user-manual/signatures/setup-email-client-thunderbird/#:~:text=is%20probably%20hidden.-,Right%20click%20on%20the%20empty%20space%20at%20the%20top%20of,signature%20from%20a%20file%20instead.",
"config": [
{
@@ -70,7 +70,7 @@
"expect": {
"mail.identity.id1.htmlSigText": {
"method": "re.S",
"ref": "Anonym.+XYZ Lab"
"ref": "Anonym\\nXYZ Lab"
}
}
}
@@ -78,4 +78,4 @@
"func": "check_thunderbird_prefs"
},
"proxy": false
}
}

View File

@@ -1,7 +1,7 @@
{
"id": "7b1e1ff9-bb85-49be-b01d-d6424be18cd0",
"snapshot": "thunderbird",
"instruction": "Could you help me open up the Thunderbird profile manager utility?",
"instruction": "Could you help me open up the profile management tabpage in Thunderbird? I want the profile management tabpage inside Thunderbird app, but not the profile chooser dialog during app launch.",
"source": "https://www.quora.com/How-do-I-open-a-Thunderbird-profile-manager-utility",
"config": [
{
@@ -58,4 +58,4 @@
"func": "check_accessibility_tree"
},
"proxy": false
}
}