Checkpoint: Ajout du bouton "Vérifier maintenant" pour forcer une vérification immédiate des emails sans attendre le prochain cycle automatique.

This commit is contained in:
Manus
2026-02-11 05:52:56 -05:00
parent fcf9e8f7b7
commit 2715c9e0c7
7 changed files with 139 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
{
"query": "SELECT \n userId,\n emailImportEnabled,\n emailImportAddress,\n emailImportHost,\n emailImportPort,\n emailImportFrequency\nFROM importSettings;",
"command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway02.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 4CrrYuB5tme73Qo.bd4328423008 --database fo4DRyBgjsuiigFAgNLuWm --execute SELECT \n userId,\n emailImportEnabled,\n emailImportAddress,\n emailImportHost,\n emailImportPort,\n emailImportFrequency\nFROM importSettings;",
"rows": [
{
"userId": "1",
"emailImportEnabled": "1",
"emailImportAddress": "test-applicatif@itinova.org",
"emailImportHost": "outlook.office365.com",
"emailImportPort": "993",
"emailImportFrequency": "2"
}
],
"messages": [],
"stdout": "userId\temailImportEnabled\temailImportAddress\temailImportHost\temailImportPort\temailImportFrequency\n1\t1\ttest-applicatif@itinova.org\toutlook.office365.com\t993\t2\n",
"stderr": "",
"execution_time_ms": 54
}