feat: implement rate limiting handling in JMAPClient #104
This commit is contained in:
@@ -511,7 +511,11 @@
|
||||
"no": "No",
|
||||
"unknown": "Unknown",
|
||||
"app_title": "Webmail",
|
||||
"reconnecting": "Connection lost. Attempting to reconnect…"
|
||||
"reconnecting": "Connection lost. Attempting to reconnect…",
|
||||
"rate_limited_title": "Server authentication is temporarily rate limited.",
|
||||
"rate_limited_detail": "Bulwark has paused background requests to avoid lockout. Retrying in {seconds}s.",
|
||||
"rate_limited_action_title": "Request paused to avoid lockout.",
|
||||
"rate_limited_action_detail": "Bulwark is waiting for the server cooldown to end before sending more authenticated requests. Try again in {seconds}s."
|
||||
},
|
||||
"notifications": {
|
||||
"email_sent": "Email sent successfully",
|
||||
|
||||
Reference in New Issue
Block a user