fix(FrappeMail API): raise HTTP errors explicitly (#33835)

This commit is contained in:
s-aga-r 2025-08-29 15:38:41 +05:30 committed by GitHub
parent 95146c29e8
commit a4f9f8fb28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,6 +83,7 @@ class FrappeMail:
headers=headers,
timeout=timeout,
)
response.raise_for_status()
return self.client.post_process(response)